windfix
May 4th, 2011, 10:50 PM
I use three different monitor setups, depending on where I am located:
1. Dual 1920x1080 monitors (at work", Dell 6510 in a dock)
2. 1920x1080 + 1440x900 monitors (at home, same Dell 6510 in a dock)
3. 1920x1080 laptop screen alone (on the go, out of dock)
My xorg.conf file worked out OK until I upgraded to 11.04, and now it fouls me up when using the laptop screen by itself (thinks it's a 3840x1080 layout and only shows the right-hand half). The external monitor setups work, but displays this error message while starting X:
http://dl.dropbox.com/u/2924774/Metamodes%20Error.png
Any help would be greatly appreciated. NVIDIA Server setting app doesn't help me get this right - and I wish I understood what Metamodes were supposed to do here. My xorg.conf file text:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 270.29 (buildd@allspice) Fri Feb 25 14:42:07 UTC 2011
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "DELL SE198WFP"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVS 3100M"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "DFP-1"
Option "metamodes" "DFP-0: nvidia-auto-select +1920+0, DFP-1: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
1. Dual 1920x1080 monitors (at work", Dell 6510 in a dock)
2. 1920x1080 + 1440x900 monitors (at home, same Dell 6510 in a dock)
3. 1920x1080 laptop screen alone (on the go, out of dock)
My xorg.conf file worked out OK until I upgraded to 11.04, and now it fouls me up when using the laptop screen by itself (thinks it's a 3840x1080 layout and only shows the right-hand half). The external monitor setups work, but displays this error message while starting X:
http://dl.dropbox.com/u/2924774/Metamodes%20Error.png
Any help would be greatly appreciated. NVIDIA Server setting app doesn't help me get this right - and I wish I understood what Metamodes were supposed to do here. My xorg.conf file text:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 270.29 (buildd@allspice) Fri Feb 25 14:42:07 UTC 2011
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "DELL SE198WFP"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVS 3100M"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "DFP-1"
Option "metamodes" "DFP-0: nvidia-auto-select +1920+0, DFP-1: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection