Welcome 微信登录

首页 / 操作系统 / Linux / Ubuntu使用cvt命令生成xorg.conf下的屏幕分辨率和刷新率

Ubuntu使用cvt命令生成xorg.conf下的屏幕分辨率和刷新率生成1024x768刷新75Hz
luther@gliethttp:~$ cvt 1024 768 75
# 1024x768 74.90 Hz (CVT 0.79M3) hsync: 60.29 kHz; pclk: 82.00 MHz
Modeline "1024x768_75.00"   82.00  1024 1088 1192 1360  768 771 775 805 -hsync +vsync
生成1280x600刷新75Hz
luther@gliethttp:~$ cvt 1280 600 75
# 1280x600 74.76 Hz (CVT) hsync: 47.03 kHz; pclk: 78.25 MHz
Modeline "1280x600_75.00"   78.25  1280 1344 1472 1664  600 603 613 629 -hsync +vsync设置screen分辨率luther@gliethttp:~$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.raw
luther@gliethttp:~$ sudo vim /etc/X11/xorg.conf
Section "Monitor"
Identifier "Configured Monitor"
Modeline "1024x768_75.00"   82.00  1024 1088 1192 1360  768 771 775 805 -hsync +vsync
Modeline "1280x600_75.00"   78.25  1280 1344 1472 1664  600 603 613 629 -hsync +vsync
Option "PreferredMode" "1024x768_75.00"
EndSectionSection "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSectionSection "Device"
Identifier "Configured Video Device"
EndSection
Fedora安装内核源码笔记本Ubuntu系统外接显示器的分辨率问题相关资讯      Ubuntu知识 
  • Ubuntu 有这功能吗?-回答4个新用  (10/14/2014 16:54:49)
  • Ubuntu小知识总结  (07/08/2013 17:02:10)
  • 万圣节Halloween与Ubuntu  (10/31/2012 07:59:01)
  • Ubuntu系统诞生10周年:让Linux更  (10/14/2014 16:53:00)
  • Ubuntu 官方发布 Ubuntu 应用程序  (02/15/2013 21:49:58)
  • Ubuntu内置捐款选项:为掌握用户需  (10/11/2012 13:57:23)
本文评论 查看全部评论 (0)
表情: 姓名: 字数