当前位置:网站首页>xrandr修改分辨率与刷新率
xrandr修改分辨率与刷新率
2022-07-03 04:05:00 【ITKEY_】
查询当前显示器信息
直接运行xrandr即可。
我的执行结果如下,信息过多,我则把关键部分放出来:
[email protected]: ~/.screenlayout $ xrandr [14:41:35]
Screen 0: minimum 320 x 200, current 5760 x 2160, maximum 16384 x 16384
HDMI-1 connected 1920x1080+0+774 (normal left inverted right x axis y axis) 527mm x 293mm
1920x1080 60.00*+ 74.99 50.00 59.94
1920x1080i 60.00 50.00 59.94
DP-1 connected primary 3840x2160+1920+0 (normal left inverted right x axis y axis) 597mm x 336mm
3840x2160 60.00 + 29.98*
1920x2160 59.99
会列出所有支持的分辨率和刷新率。
查询当前的分辨率
这个比较简单,只要看*+两个符号在哪行就可以了。我上面的结果就是:
HDMI-1 分辨率 1920x1080 刷新率是60.00
查询刷新率
查*号所在位置,比如我上面的信息就是
HDMI-1 60.00
DP-1 29.98
设置刷新率
DP-1 29.98 就会感觉有点不流畅,如果设置其刷新率呢?参数中加上参数 -r 60.00即可调整成60刷新率。
完整的命令如下:
xrandr --output eDP-1 --off --output HDMI-1 --mode 1920x1080 --pos 0x774 --rotate normal --output DP-1 -r 60.00 --primary --mode 3840x2160 --pos 1920x0 --rotate normal --output DP-2 --off --output DP-3 --off --output DP-4 --off```
设置分辨率显示器位置显示器是否打开
这些都可以使用xrandr来实现,就是不太直观有些数值要自己人工计算。我推荐使用ARandR来图形化设置,并且可以自动生成xrandr命令。其实我上在的命令就是自动生成的。
边栏推荐
- sigaction的使用
- 2022年已过半,得抓紧
- 【全民编程】《软件编程-讲课视频》【零基础入门到实战应用】
- 学会pytorch能干什么?
- Is it better to speculate in the short term or the medium and long term? Comparative analysis of differences
- 2022-07-02: what is the output of the following go language code? A: Compilation error; B:Panic; C:NaN。 package main import “fmt“ func main() { var a =
- Filter
- Introduction to eth
- IPv6过渡技术-6to4手工隧道配置实验--尚文网络奎哥
- Is pytorch difficult to learn? How to learn pytorch well?
猜你喜欢

nodejs基础:浅聊url和querystring模块

How to download pytorch? Where can I download pytorch?

The 10th China Cloud Computing Conference · China Station: looking forward to the trend of science and technology in the next decade

SAP UI5 应用开发教程之一百零五 - SAP UI5 Master-Detail 布局模式的联动效果实现明细介绍

Leetcode: dynamic planning template

Download and install captura and configure ffmpeg in captura

2022-07-02: what is the output of the following go language code? A: Compilation error; B:Panic; C:NaN。 package main import “fmt“ func main() { var a =

在写web项目的时候,文件上传用到了smartupload,用了new string()进行转码,但是在数据库中,还是会出现类似扑克的乱码

SAP ui5 application development tutorial 105 - detailed introduction to the linkage effect implementation of SAP ui5 master detail layout mode

leetcode:297. Serialization and deserialization of binary tree
随机推荐
[mathematical logic] predicate logic (judge whether the first-order predicate logic formula is true or false | explain | example | predicate logic formula type | forever true | forever false | satisfi
[brush questions] most elements (super water king problem)
Supervised pre training! Another exploration of text generation!
JS native common knowledge
CVPR 2022 | 大連理工提出自校准照明框架,用於現實場景的微光圖像增强
Dynamic programming: longest common substring and longest common subsequence
Social phobia of contemporary young people (II)
105. SAP UI5 Master-Detail 布局模式的联动效果实现明细介绍
[national programming] [software programming - Lecture Video] [zero foundation introduction to practical application]
Debug: CD cannot be used in kaggle
国产PC系统完成闭环,替代美国软硬件体系的时刻已经到来
Web session management security issues
因果AI,下一代可信AI的产业升级新范式?
[mathematical logic] propositional logic (equivalent calculus | idempotent law | exchange law | combination law | distribution law | De Morgan law | absorption rate | zero law | identity | exclusion l
【全民编程】《软件编程-讲课视频》【零基础入门到实战应用】
2022 polymerization process examination questions and polymerization process examination skills
What is pytorch? Is pytorch a software?
Recursive use and multi-dimensional array object to one-dimensional array object
8.8.2-PointersOnC-20220214
105. Detailed introduction of linkage effect realization of SAP ui5 master detail layout mode