当前位置:网站首页>xrandr修改分辨率與刷新率
xrandr修改分辨率與刷新率
2022-07-03 04:06: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命令。其實我上在的命令就是自動生成的。
边栏推荐
- xrandr修改分辨率与刷新率
- JMeter starts from zero (III) -- simple use of regular expressions
- How does the pytorch project run?
- CVPR 2022 | 大连理工提出自校准照明框架,用于现实场景的微光图像增强
- Social phobia of contemporary young people (III)
- Half of 2022 is over, so we must hurry up
- vim 的实用操作
- CVPR 2022 | Dalian Institute of technology proposes a self calibration lighting framework for low light level image enhancement of real scenes
- Taking two column waterfall flow as an example, how should we build an array of each column
- pytorch开源吗?
猜你喜欢

How to move towards IPv6: IPv6 Transition Technology - Shangwen network quigo

The latest analysis of the main principals of hazardous chemical business units in 2022 and the simulated examination questions of the main principals of hazardous chemical business units

JS realizes the animation effect of text and pictures in the visual area

"Final review" 16/32-bit microprocessor (8086) basic register

Wechat applet + Alibaba IOT platform + Hezhou air724ug build a serverless IOT system (III) -- wechat applet is directly connected to Alibaba IOT platform aliiot

【毕业季·进击的技术er】职场人的自白

CVPR 2022 | Dalian Institute of technology proposes a self calibration lighting framework for low light level image enhancement of real scenes

js实现在可视区内,文字图片动画效果

TCP, the heavyweight guest in tcp/ip model -- Kuige of Shangwen network

300+篇文献!一文详解基于Transformer的多模态学习最新进展
随机推荐
C language hashtable/hashset library summary
Basic syntax of class
Appium automated testing framework
Causal AI, a new paradigm for industrial upgrading of the next generation of credible AI?
[Apple Push] IMessage group sending condition document (push certificate) development tool pushnotification
MySQL timestampdiff interval
105. Detailed introduction of linkage effect realization of SAP ui5 master detail layout mode
Idea shortcut keys
[untitled] 2022 safety production supervisor examination question bank and simulated safety production supervisor examination questions
中移物联网OneOS与OneNET入选《2021年物联网示范项目名单》
105. SAP UI5 Master-Detail 布局模式的联动效果实现明细介绍
Recursion: one dimensional linked lists and arrays
2022deepbrainchain biweekly report no. 104 (01.16-02.15)
[graduation season · aggressive technology Er] Confessions of workers
阿洛对自己的思考
Is pytorch difficult to learn? How to learn pytorch well?
基于Pytorch和RDKit的QSAR模型建立脚本
MPLS setup experiment
【毕业季·进击的技术er】职场人的自白
在写web项目的时候,文件上传用到了smartupload,用了new string()进行转码,但是在数据库中,还是会出现类似扑克的乱码