Last active
August 29, 2015 14:12
-
-
Save grafuls/62d49920bf0c9c4c955c to your computer and use it in GitHub Desktop.
Shell script for switching screen resolution to 1408x792(not detected) w/xrandr on my eDP-0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
xrandr --newmode "1408x792_60.00" 90.75 1408 1480 1624 1840 792 795 800 823 -hsync +vsync | |
xrandr --addmode eDP-0 1408x792_60.00 | |
xrandr --output eDP-0 --mode 1408x792_60.00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment