查看屏幕硬件指标

# xrandr
Screen 0: minimum 8 x 8, current 2390 x 768, maximum 32767 x 32767
LVDS1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 277mm x 156mm
1366x768 60.1*+
1360x768 59.8 60.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
VGA1 connected 1024x768+1366+0 (normal left inverted right x axis y axis) 408mm x 255mm
1440x900 59.9 + 75.0
1280x1024 75.0 60.0
1280x960 60.0
1152x864 75.0
1024x768 75.1 70.1 60.0*
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 75.0 72.8 66.7 60.0
720x400 70.1
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
1440x900_60.00 (0x1b4) 106.5MHz
h: width 1440 start 1528 end 1672 total 1904 skew 0 clock 55.9KHz
v: height 900 start 903 end 909 total 934 clock 59.9Hz # VGA1是外接显示器的硬件指标,可以看出最佳分辨率是1440x900

生成modeline

# cvt 1440 900
# 1440x900 59.89 Hz (CVT 1.30MA) hsync: 55.93 kHz; pclk: 106.50 MHz
Modeline "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync

创建modeline

xrandr --newmode "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync

VGA1添加modeline

xrandr --addmode VGA1 "1440x900_60.00"

应用

xrandr --output VGA1 --mode "1440x900_60.00"

最新文章

  1. 制作自己的嵌入式Linux电脑_转
  2. python递归理解图
  3. oracle调试存储过程
  4. JQuery_高级选择器
  5. 2016-1-7第一个完整APP 私人通讯录的实现 5:保存数据
  6. pcap文件格式
  7. 结构体中使用#define定义宏
  8. Unity 3D Framework Designing(1)—— MVVM 模式的设计和实施(Part 1)
  9. vue核心之虚拟DOM
  10. Fibbing以让虚结点的设置更简单为目的优化网络需求
  11. org.hibernate.PropertyAccessException: Null value was assigned to a property of primitive type setter of com.xugao.bean.MemberLevel.memberpointrate
  12. Python 正则 re.sub替换
  13. swift - UIToolbar 的用法
  14. JavaScript入门学习(0)相关 软件工具
  15. 分页---Vue+.net+bootstrap实现
  16. 微信小程序 - 选取搜索地点并且显示(map)
  17. NIO--SocketChannel发送HTTP请求
  18. rails 网站跨域
  19. 创建Sitemap文件供搜索引擎使用
  20. flex(1)

热门文章

  1. 26、生鲜电商平台-RBAC系统权限的设计与架构
  2. 痞子衡嵌入式:恩智浦i.MX RTxxx系列MCU特性介绍(2)- RT685EVKA性能实测(Dhrystone)
  3. mysql的性能优化总结
  4. Boost Python学习笔记(二)
  5. Libvirt磁盘加密
  6. (linux)修改MySQL密码方法
  7. 2017乌鲁木齐区域赛I(带权并查集)
  8. 有关UPDATE操作的一些想法
  9. jsp页面将日期类型的数据转换成xxxx年xx月xx日xx时xx分
  10. 分层图最短路 【bzoj1579】[Usaco2009 Feb]Revamping Trails 道路升级