2008/8/11 Holger Levsen <[EMAIL PROTECTED]>: > please set your laptops resolution to 1024x768, otherwise your screen will be > surrounded by a black border on the stream and the recordings.
I always like requests which say: Please do this and that but there is no hint hwo to do so. I just prepared the following script which was tested on my Laptop: #!/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 > See http://wiki.debconf.org/wiki/DebConf8/Videoteam/CheatSheets/TwinPact for > more info. Care to put this on the bottom of the Wiki? (In case you wonder why I don't do this: I'd like a review first, because it is a "works for me" solution.) Thanks for bringing this up Andreas. PS: I also noticed that my favourite bright text on dark background works not really good for the audience here (video seems to be fine). So at least I decided to switch color scheme... -- http://fam-tille.de _______________________________________________ Debconf-discuss mailing list Debconf-discuss@lists.debconf.org http://lists.debconf.org/mailman/listinfo/debconf-discuss