Skip to content

Instantly share code, notes, and snippets.

@guilherme-teodoro
Last active August 29, 2015 14:07
Show Gist options
  • Save guilherme-teodoro/e3d660f0e355e99c0b8f to your computer and use it in GitHub Desktop.
Save guilherme-teodoro/e3d660f0e355e99c0b8f to your computer and use it in GitHub Desktop.
Configuração xrandr
#!/bin/sh
xrandr --newmode "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync && xrandr --addmode VGA1 "1440x900_60.00" && xrandr --output VGA1 --mode "1440x900_60.00"
xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync && xrandr --addmode DP1 "1368x768_60.00" && xrandr --output DP1 "1368x768_60.00"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment