Created
September 30, 2021 14:50
-
-
Save yemM/a65d6fc1a764985aec1f593e9fb1dec7 to your computer and use it in GitHub Desktop.
Add 1920x1080 screen resolution to Ubuntu
This file contains hidden or 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
xrandr --newmode "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync | |
xrandr --addmode Virtual1 1920x1080 | |
xrandr --output Virtual1 --mode 1920x1080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment