2019年8月26日 星期一

[linux] 使用 xrandr 設置 桌面解析度


[linux] 使用 xrandr 設置 桌面解析度

# xrandr -q
Screen 0: minimum 320 x 200, current 2560 x 1440, maximum 8192 x 8192
VGA-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
   1920x1080     60.00*+
   1680x1050     59.95 
   1600x900      60.00 
   1280x1024     60.02 
   1280x800      59.81 
   1280x720      60.00 
   1024x768      60.00 
   800x600       60.32 
   640x480       59.94 
   2560x1440_60.00  59.96 
   2560x1440_50.00  49.96 
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-3 disconnected (normal left inverted right x axis y axis)
                                                                 

 cvt 2560 1440 60                                                                           
# 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
Modeline "2560x1440_60.00"  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync

xrandr --newmode "2560x1440_60.00"  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync
xrandr --addmode VGA-1 "2560x1440_60.00"
xrandr --output VGA-1 --mode 2560x1440_60.00




沒有留言:

張貼留言