Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #!/bin/sh
  2. xrandr --newmode "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync &
  3. sleep 1s &
  4. xrandr --addmode VGA1 1440x900_60.00 &
  5. sleep 1s &
  6. xrandr --output HDMI1 --mode 1280x1024 --pos 1440x0 --rotate normal --output VIRTUAL1 --off --output DP1 --off --output VGA1 --mode 1440x900 --pos 0x56 --rotate normal &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement