Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. 1 # Stop Display
  2. 2 xrandr --output DVI-0 --off
  3. 3
  4. 4 # Create new mode generated with
  5. 5 # gtf 1366 768 60.0
  6. 6 xrandr --newmode "1368x768_60.00" 85.86 1368 1440 1584 1800 768 769 772 795 -HSync +Vsync
  7. 7
  8. 8 # Add new mode
  9. 9 xrandr --addmode DVI-0 1366x768_60.00
  10. 10
  11. 11 # Tell xrandr to start Display with new mode
  12. 12 xrandr --output DVI-0 --mode 1366x768_60.00 --right-of LVDS1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement