public
Description: personal scripts
Homepage:
Clone URL: git://github.com/mackstann/bin.git
bin / FixX
100755 14 lines (9 sloc) 0.312 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
 
# Written by Nick Welch <nick@incise.org>. Author disclaims copyright.
 
# FixX: when an SDL or other video mode-changing app crashes, this attempts to
# restore the display's normal mode.
 
xrandr -s 1920x1200
xrandr --output 0 --preferred
xrandr -x
xrandr -s 1920x1200
xrandr --output 0 --preferred