Advertisement
shutdown57

xrandr for my screen

Nov 17th, 2020
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #!/bin/bash
  2. xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
  3. xrandr --addmode VGA-0 "1368x768_60.00"
  4. xrandr --output VGA-0 --mode "1368x768_60.00"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement