개발
Ununtu Custom Resolution Display
쩌비군
2020. 5. 28. 00:17
728x90
Ubuntu 에서 기본 해상도가 아닌 다른 해상도로 변경 하고 싶은 경우는 아래와 같은 명령어를 이용하면 된다.
vi ./.xinputrc
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode LVDS-1 1920x1080_60.00xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync
xrandr --addmode LVDS-1 1600x900_60.00xrandr --output LVDS-1 --mode 1600x900_60.00