Last active
March 11, 2021 23:01
-
-
Save r0mdau/2274ed88e8ae549b36ee02465c87fe14 to your computer and use it in GitHub Desktop.
Add screen resolution xrandr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo cvt 2560 1080 | |
sudo xrandr --newmode "2560x1080_60.00" 230.00 2560 2720 2992 3424 1080 1083 1093 1120 -hsync +vsync | |
sudo xrandr --addmode HDMI-1 2560x1080_60.00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment