Avale n00b
Joined: 08 Feb 2009 Posts: 3
|
Posted: Sun Apr 05, 2009 1:04 pm Post subject: Question about Dual Monitor - Solved |
|
|
Hey all!
I have a problem with my dual screen setup.
I use the nvidia-binary driver for my GeForce 8600M GT and so far everything works as expected. I created my xorg.conf through the nvidia-settings tool and then modified it to fit my needs. The X-Server is configured to work with the mode "Seperate X Screens".
Now the problem is when i shutdown the computer, unplug the external monitor and start the computer again, the X-server won't start up and crashes (Need to restart the computer by hand). When i plug the external monitor back in, everythings works normal.
Does somebody have an solution?
Here is my xorg.conf:
Code: |
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (root@Unknown) Fri Feb 6 20:12:12 CET 2009
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" RightOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fints/Type1"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/freefonts"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
Load "synaptics"
EndSection
Section "ServerFlags"
#Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from data in "/etc/conf.d/gpm"
Identifier "Mouse0"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mouse0"
#Option "Device" "/dev/input/by-id/usb-Apple__Inc._Apple_Internal_Keyboard_._Trackpad-event-mouse"
Option "Protocol" "auto-dev"
Option "CorePointer"
#palm detect
Option "PalmDetect" "0"
Option "PalmMinWidth" "10"
Option "PalmMinZ" "200"
#Configuration
Option "LeftEdge" "20"
Option "RightEdge" "1000"
Option "TopEdge" "17"
Option "BottomEdge" "700"
Option "FingerLow" "5"
Option "FingerHigh" "7"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "MaxDoubleTapTime" "180"
Option "TapButton2" "3"
Option "TapButton3" "2"
Option "VertScrollDelta" "10"
Option "HorizScrollDelta" "0"
Option "VertTwoFingerScroll" "1"
Option "HorizTwoFingerScroll" "1"
Option "HorizTwoFingerScroll" "1"
Option "MinSpeed" "0.79"
Option "MaxSpeed" "0.88"
Option "AccelFactor" "0.0015"
Option "LeftRightRepeat" "0"
Option "UpDownRepeat" "0"
Option "UpDownScrolling" "on"
#turn off corner buttons
Option "RTCornerButton" "0"
Option "RBCornerButton" "0"
Option "LTCornerButton" "0"
Option "LBCornerButton" "0"
#edge motion
Option "EdgeMotionUseAlways" "0"
Option "EdgeMotionMinZ" "25"
Option "EdgeMotionMaxZ" "60"
Option "EdgeMotionMinSpeed" "150"
Option "EdgeMotionMaxSpeed" "200"
Option "SHMConfig" "on"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
Option "Protocol" "Standard"
Option "AutoRepeat" "200 25"
Option "XKbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "ch"
Option "XkbVariant" "de"
Option "XkbOptions" "eurosign:e"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Apple"
HorizSync 30.0 - 75.0
VertRefresh 60.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Philips 190S5"
HorizSync 30.0 - 82.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600M GT"
BusID "PCI:1:0:0"
Screen 0
Option "NoLogo"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600M GT"
BusID "PCI:1:0:0"
Screen 1
Option "NoLogo"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
|
EDIT: Update to Xorg-1.5 solved the probem! |
|