Skip to content

Instantly share code, notes, and snippets.

@AdeshAtole
Last active April 26, 2024 11:58
Show Gist options
  • Save AdeshAtole/0b7ef34e80bab661b2ad38546ab7eeca to your computer and use it in GitHub Desktop.
Save AdeshAtole/0b7ef34e80bab661b2ad38546ab7eeca to your computer and use it in GitHub Desktop.
xrandr Modeline for LG ULTRAWIDE Monitor 2560x1080
"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