Hi, to regenerate your xorg.conf using an nvidia utility, nvidia-xconfig is your friend. If it still doesn't work, you might try editing the Screen section of xorg.conf :
Code:
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
The Modes line being the important line here.
Another option is in the device section : Option "MetaModes" ""1280x1024,1280x1024; 1024x768,1024x768"