Start a Conversation

Unsolved

This post is more than 5 years old

D

6144

June 27th, 2004 16:00

Two screens on Inspiron 5150

I have some trouble getting my Inspiron using two different screens. In the configuration given below only the CRT monitor is found. By using FN+F8 I can then (before I start X) decide if the monitor should run 1280x960 or it should be the LCD but in either case only one of them will work. The other screen is simply blank :-(

Can anybody tell me what is wrong with my config file. I have really read the readme appendix R 100+ time to see if I could figure what I'm doing wrong, but still the error eludes me.

The graphic card is a GeForce FX 5200.

I'm running Gentoo Linux, Kernel 2.6.7 with NVidia driver 1.0.5336.


(Note: this is a cross post from Video)

Below I have given my XF86Config where I have placed the most interesting stuff at the top.

-- XF86Config --

Section "ServerLayout"
Identifier "Home"
Screen 0 "Stationary"
Screen 1 "Laptop" RightOf "Stationary"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Screen"
Identifier "Laptop"
Device "Card0"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1400x1050" "1280x960" "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "Stationary"
Device "Card1"
Monitor "Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x960" "1024x768"
EndSubSection
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
Option "CursorShadow" "true"
Screen 0
EndSection

Section "Device"
Identifier "Card1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
Option "CursorShadow" "true"
Screen 1
EndSection

Section "Monitor"
Identifier "LCD"
VendorName "Dell"
ModelName "Inspiron 5150"
HorizSync 60
VertRefresh 60
EndSection

Section "Monitor"
Identifier "Monitor"
VendorName "HWP"
ModelName "11e0"
Option "DPMS"
HorizSync 30-107
VertRefresh 48-160
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"

Option "XkbModel" "pc105"
Option "XkbLayout" "dk"
EndSection

Section "Module"
Load "glx"
Load "extmod"
Load "dbe"
Load "type1"
Load "freetype"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection

July 18th, 2004 07:00

https://www.confucius.ca/gentoo/xorg.conf

Works with all nvidia drivers, have tested with many 2.6 series kernels, all under gentoo. Should work with XFree, but why not make the switch :)
No Events found!

Top