2007年6月4日星期一

改变linux 刷新率





改变linux 刷新率 - 红联Linux门户-做最出色的Linux技术社区网站 - 信息资讯 - Linux - Linux安装指导

直接编辑/etc/X11/XF86Config(-4)或者/etc/X11/xorg.conf(FC2):

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "775FT Plus"
DisplaySize 330 250 #这是17"显示器的数值,一般保留原来的值就行
HorizSync 30.0 - 71.0
VertRefresh 50.0 - 160.0 #根据自己的显示器改,新显示器到85没问题的,不过不要太贪
Option "dpms"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480" #1024x768在前面就是默认
EndSubSection
EndSection

没有评论: