Last active
April 26, 2024 11:58
-
-
Save AdeshAtole/0b7ef34e80bab661b2ad38546ab7eeca to your computer and use it in GitHub Desktop.
xrandr Modeline for LG ULTRAWIDE Monitor 2560x1080
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
"2560x1080x59.98" 181.25 2560 2608 2640 2720 1080 1083 1087 1111 +HSync -VSync | |
e.g. | |
xrandr --newmode "2560x1080x59.98" 181.25 2560 2608 2640 2720 1080 1083 1087 1111 +HSync -VSync | |
xrandr --addmode HDMI-1 2560x1080x59.98 | |
xrandr --output HDMI-1 --mode 2560x1080x59.98 | |
ref: https://forums.linuxmint.com/viewtopic.php?p=2157594&sid=c5dd251b6b410b428ce010bd64d9d7f5#p2157594 | |
Thanks to roblm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment