Fedora中CRT显示器刷新率调整笔记

本以为通过更改家目录下的.config/monitors.xml内的rate参数能够更改刷新率,结果发现,经常性的不起作用。于是乎GOOGLE,终于发现一个方法,上链接:http://forums.fedoraforum.org/showthread.php?t=280844
其中提到:

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        Modeline "1600x900_60.00"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync         Mode "1600x900_60.00"
EndSection


但是,一番操作之后郁闷的发现重启后提示:cannot open font file true,死在那里不动了!只好用U盘启动LIVE,删除添加的配置,重启正常,但是屏幕还是闪的让人难受,于是再次GOOGLE,又找到一个方法,上链接:http://ask.fedoraproject.org/question/951/how-do-i-change-my-monitors-resolution
其中基本相同,不同之处是Mode这个参数不同
   
Section "Monitor"            
    Identifier  "VGA1"                      
    Modeline    "1280x1024_60.00"  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
    Option      "PreferredMode" "1280x1024_60.00" 
EndSection  


之后查看了Fedora的帮助,问题正是出在Mode这里,没看到有这个选项,的确是
作为一个可选项;再次修改,重启之后顺利解决伤眼问题

 

另附上三个文件,以作备份

Create  file in /etc/X11/xorg.conf.d/

30-graphic.conf

Section "Device"
    Identifier      "Intel Integrated"
    Driver          "intel"
EndSection


 

50-screen.conf

Section "Screen"
    Identifier      "Default Screen"
    DefaultDepth  24
    SubSection "Display"
            Depth          24
            Modes         "1280x1024"  "1024x768"   "640x480"
    EndSubSection
EndSection


40-monitor.conf

Section "Monitor"
  Identifier      "VGA1"
  Modeline     "1024x768_75.00"   82.00  1024 1088 1192 1360  768 771 775 805 -hsync +vsync
  Option          "PreferredMode" "1024x768_75.00"
EndSection


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值