将Linux分辨率调整为1280X1024


首先:
#Writen By Lulu
Section "Screen"
.....
DefaultDepth 24
...........
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
再Modes加入你要的分辨率。。如1280x1024。。。

重启X,如果仍然是原来的分辨率

那修改该文件的垂直分辨率和水平分辨率(按照你的显示器的参数),网上很多教程没有说这点
Section "Monitor"
。。。
HorizSync 30-83
VertRefresh 56 - 75
。。。
EndSection

相关内容