Author: tille Date: 2008-08-11 16:13:37 +0000 (Mon, 11 Aug 2008) New Revision: 2407
Added: trunk/community/talks/200808_debconf8/projector Log: Adjust laptop to projector ... Added: trunk/community/talks/200808_debconf8/projector =================================================================== --- trunk/community/talks/200808_debconf8/projector (rev 0) +++ trunk/community/talks/200808_debconf8/projector 2008-08-11 16:13:37 UTC (rev 2407) @@ -0,0 +1,10 @@ +#!/bin/sh +if [ "$1" = "off" ] ; then + xrandr --output LVDS --mode 1280x800 --auto + xrandr --output VGA --off +else + xrandr --output LVDS --mode 1024x768 --auto + xrandr --output VGA --mode 1024x768 --auto +fi + + Property changes on: trunk/community/talks/200808_debconf8/projector ___________________________________________________________________ Name: svn:executable + * _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
