cvt 1920 1080 # Get the correct settings for the new mode
# Output for me: "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsyncxrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode HDMI1 1920x1080_60.00 # Change HDMI1 to whatever output you want to use
xrandr --output HDMI1 --mode 1920x1080_60.00
相关文章
- 10-11Add static route in Smoothwall
- 10-11List 的add()与addAll()的区别
- 10-11Set中的add和addAll方法
- 10-11[LeetCode] Add Two Numbers
- 10-11Feedback Network for Image Super-Resolution(CVPR-2019)
- 10-11bug--Unable to add window –token is not valid; is your activity running?
- 10-11AddRange 取代 Add
- 10-11TensorFlow 辨异 —— tf.add(a, b) 与 a+b(tf.assign 与 =)、tf.nn.bias_add 与 tf.add(转)
- 10-11git add -A (用该命令添加文件时报错)
- 10-11[LeetCode]题解(python):002-Add Two Numbers