Skip to content

Instantly share code, notes, and snippets.

@r0mdau
Last active March 11, 2021 23:01
Embed
What would you like to do?
Add screen resolution xrandr
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