Skip to content

Instantly share code, notes, and snippets.

@xanderificnl
Created November 16, 2021 11:02
Show Gist options
  • Save xanderificnl/eaf4581b77ed34acc480544478e5d178 to your computer and use it in GitHub Desktop.
Save xanderificnl/eaf4581b77ed34acc480544478e5d178 to your computer and use it in GitHub Desktop.
Fix VGA-1 output @ Script
#!/bin/sh
xrandr --newmode "1920x1080_59.00" 169.00 1920 2040 2240 2560 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode VGA-1 "1920x1080_59.00"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment