当前位置:网站首页>Xrandr modify resolution and refresh rate
Xrandr modify resolution and refresh rate
2022-07-03 04:07:00 【ITKEY_】
Query the current display information
Direct operation xrandr that will do .
My execution results are as follows , Too much information , I put out the key parts :
[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
All supported resolutions and refresh rates will be listed .
Query the current resolution
This is simpler , Just look *+
Two symbols on which line is ok . The result above is :
HDMI-1 The resolution of the 1920x1080 The refresh rate is 60.00
Query refresh rate
check *
Where is the number , For example, my message above is
HDMI-1 60.00
DP-1 29.98
Set the refresh rate
DP-1 29.98 You'll feel a little uneasy , What if you set the refresh rate ? Add parameters to the parameters -r 60.00
Can be adjusted to 60 The refresh rate .
The complete command is as follows :
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```
Set the resolution display position and check whether the display is on
All of these can be used xrandr To achieve , It's just not intuitive. Some values need to be calculated manually . I recommend using ARandR
To graphically set , And can automatically generate xrandr command . In fact, the commands I'm using are automatically generated .
边栏推荐
- Interaction free shell programming
- [Blue Bridge Road -- bug free code] DS18B20 temperature reading code analysis
- 2022-07-02:以下go语言代码输出什么?A:编译错误;B:Panic;C:NaN。 package main import “fmt“ func main() { var a =
- How to execute a swift for in loop in one step- How can I do a Swift for-in loop with a step?
- Half of 2022 is over, so we must hurry up
- pytorch是什么?pytorch是一个软件吗?
- Leecode swipe questions and record LCP 18 breakfast combination
- Esp32 series (3): GPIO learning (take simple GPIO input and output, ADC, DAC as examples)
- C language hashtable/hashset library summary
- What can learning pytorch do?
猜你喜欢
有监督预训练!文本生成又一探索!
Interaction free shell programming
国产PC系统完成闭环,替代美国软硬件体系的时刻已经到来
【毕业季·进击的技术er】职场人的自白
300+篇文献!一文详解基于Transformer的多模态学习最新进展
Error in compiled file: error: unmapped character encoding GBK
JS native common knowledge
TCP, the heavyweight guest in tcp/ip model -- Kuige of Shangwen network
2022 mobile crane driver examination registration and mobile crane driver operation examination question bank
Without sxid, suid & sgid will be in danger- Shangwen network xUP Nange
随机推荐
2022 polymerization process examination questions and polymerization process examination skills
2022 Shandong Province safety officer C certificate examination questions and Shandong Province safety officer C certificate simulation examination question bank
2022 tea master (primary) examination questions and tea master (primary) examination question bank
QSAR model establishment script based on pytoch and rdkit
竞品分析撰写
2022 mobile crane driver examination registration and mobile crane driver operation examination question bank
SAP ui5 application development tutorial 105 - detailed introduction to the linkage effect implementation of SAP ui5 master detail layout mode
pytorch怎么下载?pytorch在哪里下载?
【刷题篇】多数元素(超级水王问题)
Intercept string fixed length to array
Design and implementation of kubelet garbage collection mechanism to protect nodes from being preempted by containers image GC high threshold
How to download pytorch? Where can I download pytorch?
【刷题篇】接雨水(一维)
Filter
CEPH Shangwen network xUP Nange that releases the power of data
[Yu Yue education] reference materials of political communication science of Communication University of China
300+ documents! This article explains the latest progress of multimodal learning based on transformer
Mila、渥太华大学 | 用SE(3)不变去噪距离匹配进行分子几何预训练
2022 beautician (intermediate) new version test questions and beautician (intermediate) certificate examination
js/ts底层实现双击事件