Advertisement
Guest User

up-virtual-monitor.sh

a guest
Jan 13th, 2018
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.45 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. xrandr --newmode "800x480_60.00"   29.50  800 824 896 992  480 483 493 500 -hsync +vsync
  4. xrandr --addmode HDMI-0 800x480_60.00
  5. xrandr --output HDMI-0 --mode 800x480_60.00 --right-of LVDS
  6.  
  7. # x11vnc -display :0 -clip 800x480+1366+0
  8.  
  9. # xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
  10. # xrandr --addmode VGA-0 1920x1080_60.00
  11. # xrandr --output VGA-0 --mode 1920x1080_60.00 --right-of LVDS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement