You need to edit your xorg.conf manually. I had it working as you described in Gutsy without modification, but Hardy needed the xorg edit.
Look at the Screen section and add a metamodus like i did in my xorg:
Code:
Section "Screen"
# Removed Option "metamodes" "CRT: nvidia-auto-select +0+0, DFP: nvidia-auto-select +1280+0"
# Removed Option "metamodes" "CRT: 1280x1024 +0+0, DFP: 1600x1024_60 +1280+0"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "DFP-0"
Option "metamodes" "CRT: nvidia-auto-select +0+0, DFP: nvidia-auto-select +1280+0"
Option "metamodes" "CRT: 1280x1024 +0+0, DFP: 1650x1050_60 +1280+0"
EndSection
I added the colored line (it was removed by the nvidia-settings tool). Obviously you have to change the data to match your screens/resolution.
Good luck!
Bookmarks