Hi all. I have Dell laptop with GeForce 8600M GT graphic card. And I have Acer AL1916W monitor connected to the notebook. I want to have the same resolution on both displays - 1280x800 and cloned picture. I switched to openSUSE 11.2 from Debian about a month ago. And in Debian resolutions were the same, I used nvidia driver from nvidia site. In openSUSE first I tried to set resolution from Configure desktop menu, but didn’t find any of this ratio resolutions except 1440x900. I installed nvidia driver from recommended repository, but in nvidia-settings I still don’t see anything but 1440x900 and some wrong resolutions with ratio 4/3. So now, my laptop display shows me only a left upper corner of desktop, because it’s resolution is 1280x800 and Acer’s resolution is 1440x900. When I boot with external monitor disconnected, everything is ok on laptop. And it wouldn’t be a problem for me, but the letters are so small with 1440x900. I read some threads about related problem, but still couldn’t find a solution.
My xorg.conf, created by nvidia-settings:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder75) Tue Dec 8 21:07:34 PST 2009
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 "Acer AL1916W"
HorizSync 30.0 - 82.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600M GT"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "DFP-0"
Option "metamodes" "CRT: 1440x900 +0+0, DFP: 1280x800_63 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection