当前位置:网站首页>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 .
边栏推荐
- 2.14 simulation summary
- What is pytorch? Is pytorch a software?
- Commands related to the startup of redis under Linux server (installation and configuration)
- 【毕业季·进击的技术er】职场人的自白
- Makefile demo
- golang xxx. Go code template
- 用户体验五要素
- [mathematical logic] propositional logic (judgment of the correctness of propositional logic reasoning | formal structure is eternal truth - equivalent calculus | deduction from premise - logical reas
- CVPR 2022 | 大連理工提出自校准照明框架,用於現實場景的微光圖像增强
- 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
猜你喜欢

2022 polymerization process examination questions and polymerization process examination skills

Basic MySQL operations
![[Apple Photo Album push] IMessage group anchor local push](/img/a7/6a27d646ecba0d7c93f8dac38492a2.jpg)
[Apple Photo Album push] IMessage group anchor local push

Five elements of user experience

nodejs基础:浅聊url和querystring模块

毕设-基于SSM宠物领养中心

【刷题篇】 找出第 K 小的数对距离

CEPH Shangwen network xUP Nange that releases the power of data

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

Role of JS No
随机推荐
The time has come for the domestic PC system to complete the closed loop and replace the American software and hardware system
Appium automated testing framework
CEPH Shangwen network xUP Nange that releases the power of data
SAP ui5 application development tutorial 105 - detailed introduction to the linkage effect implementation of SAP ui5 master detail layout mode
Nat. Comm. | 使用Tensor-cell2cell对细胞通讯进行环境感知去卷积
JS realizes lazy loading of pictures
Idea shortcut keys
Write it down once Net travel management background CPU Explosion Analysis
Competitive product analysis and writing
【刷题篇】接雨水(一维)
MySQL timestampdiff interval
pytorch怎么下载?pytorch在哪里下载?
Interaction free shell programming
Download and install captura and configure ffmpeg in captura
JS实现图片懒加载
[Blue Bridge Road - bug free code] pcf8591 - code analysis of AD conversion
sklearn数据预处理
leetcode:297. Serialization and deserialization of binary tree
JS realizes the animation effect of text and pictures in the visual area
golang xxx. Go code template