Skip to content

Instantly share code, notes, and snippets.

@okb1100
Last active October 30, 2021 16:44
Show Gist options
  • Save okb1100/9b8eb61563603d5497a5d346739e8576 to your computer and use it in GitHub Desktop.
Save okb1100/9b8eb61563603d5497a5d346739e8576 to your computer and use it in GitHub Desktop.
#linux-stuff [xrandr dvi converter]
xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
xrandr --addmode DVI-0 1280x1024_60.00
xrandr --output DVI-0 --mode 1280x1024_60.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment