1
2
3
4
5
6
7
|
xrandr --newmode "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode Virtual1 1920x1080
xrandr --output Virtual1 --mode 1920x1080
xrandr --newmode "2560x1440" 241.50 2560 2600 2632 2720 1440 1443 1448 1481 -hsync +vsync
xrandr --addmode Virtual1 2560x1440
xrandr --output Virtual1 --mode 2560x1440
|
cs |
xrandr 를 통해 해상도를 수동으로 조절할 수 있다.
VM 등을 이용할때 임시적으로 사용하기에 용이하다.
'Operating System' 카테고리의 다른 글
[Linux] crypto++ 리눅스 빌드 방법 (0) | 2021.06.22 |
---|---|
CentOS, Ubuntu QT cannot find -lGL (0) | 2020.09.04 |