Start a Conversation

Unsolved

This post is more than 5 years old

Closed

D

2 Posts

2996

June 27th, 2004 06:00

Two screens on Inspiron 5150 (Linux)

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.

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
No Responses!
No Events found!

Top