Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. xrandr --newmode "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
  2. xrandr --addmode Virtual1 1920x1080
  3. xrandr --output Virtual1 --mode 1920x1080
  4.  
  5. chmod +x xrandr.sh
  6.  
  7. xrandr -q
  8.  
  9. cvt 1920 1080
  10.  
  11. xrandr --newmode "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088
  12. 1120 -hsync +vsync
  13.  
  14. xrandr --addmode Virtual1 1920x1080
  15.  
  16. xrandr -- output Virtual1 --mode 1920x1080
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement