弄了一上午了,快疯了, AMD4800+ NV8600GT Debian testing 装了新的显卡驱动185.18.29-pkg2.run NVIDIA xserver settings 里分辨率只有640*480 和 320*240
改了xorg.conf 加上这一段。还是不行:(
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1024x768_60 +0+0; 800x600 +0+0; 640x480 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection