|
|
发表于 2006-12-10 16:30:59
|
显示全部楼层
vim /etc/X11/xorg.conf [color="Red"]Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
Option "UseEdidFreqs" "False"
Option "UseEDID" "False"
Option "UseEDIDDpi" "FALSE"
Option "ModeValidation" "NoEdidModes"
DefaultDepth 24
Option "metamodes" "1024x768 +0+0; 800x600 +0+0; 640x480 +0+0; 1024x768_85 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection |
|