当前位置:网站首页>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命令。其实我上在的命令就是自动生成的。
边栏推荐
- TCP, the heavyweight guest in tcp/ip model -- Kuige of Shangwen network
- Causal AI, a new paradigm for industrial upgrading of the next generation of credible AI?
- SAP ui5 application development tutorial 105 - detailed introduction to the linkage effect implementation of SAP ui5 master detail layout mode
- JS实现图片懒加载
- "Designer universe" argument: Data Optimization in the design field is finally reflected in cost, safety and health | chinabrand.com org
- Null and undefined
- SAP UI5 应用开发教程之一百零五 - SAP UI5 Master-Detail 布局模式的联动效果实现明细介绍
- nodejs基础:浅聊url和querystring模块
- For instruction, uploading pictures and display effect optimization of simple wechat applet development
- Mila, University of Ottawa | molecular geometry pre training with Se (3) invariant denoising distance matching
猜你喜欢
Mila, University of Ottawa | molecular geometry pre training with Se (3) invariant denoising distance matching
JS实现图片懒加载
js中#号的作用
pytorch项目怎么跑?
释放数据力量的Ceph-尚文网络xUP楠哥
Nat. Comm. | use tensor cell2cell to deconvolute cell communication with environmental awareness
【刷题篇】多数元素(超级水王问题)
Nodejs Foundation: shallow chat URL and querystring module
[brush questions] find the number pair distance with the smallest K
pytorch是什么?pytorch是一个软件吗?
随机推荐
Error c2694 "void logger:: log (nvinfer1:: ilogger:: severity, const char *)": rewrite the restrictive exception specification of virtual functions than base class virtual member functions
[home push IMessage] software installation virtual host rental tothebuddy delay
Web会话管理安全问题
【刷题篇】多数元素(超级水王问题)
Ffmpeg recording screen and screenshot
Simple wechat applet development page Jump, data binding, obtaining user information, obtaining user location information
Dynamic programming: longest common substring and longest common subsequence
[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
Nat. Comm. | use tensor cell2cell to deconvolute cell communication with environmental awareness
因果AI,下一代可信AI的产业升级新范式?
Social phobia of contemporary young people (II)
2022deepbrainchain biweekly report no. 104 (01.16-02.15)
Download and install captura and configure ffmpeg in captura
Recursive use and multi-dimensional array object to one-dimensional array object
C language hashtable/hashset library summary
『期末复习』16/32位微处理器(8086)基本寄存器
"Final review" 16/32-bit microprocessor (8086) basic register
Write it down once Net travel management background CPU Explosion Analysis
Esp32 series (3): GPIO learning (take simple GPIO input and output, ADC, DAC as examples)
树莓派如何连接WiFi