All pastes #1403574 Raw Edit

Anonymous

public text v1 · immutable
#1403574 ·published 2009-04-26 19:07 UTC
rendered paste body
./two monitors:
#!/bin/bash
xrandr --output VGA-0 --mode 1600x1200 --right-of LVDS --output LVDS --mode 1400x1050

./projector 1400:
#!/bin/bash
xrandr --output VGA-0 --mode 1400x1050 --same-as LVDS --output LVDS --mode 1040x1050

./single monitor:
#!/bin/bash
xrandr --output VGA-0 --off --output LVDS --mode 1400x1050

./projector 1280:
#!/bin/bash
xrandr --output VGA-0 --mode 1280x1024 --same-as LVDS --output LVDS --mode 1280x1024

./projector 1024:
#!/bin/bash
xrandr --output VGA-0 --mode 1024x768 --same-as LVDS --output LVDS --mode 1024x768