DebConf11/Auditorium
From Wiki
[edit] The Auditorium in Banski Dvor
The large talk room at debconf 11 is known to us as the "Auditorium".
The projector in this room really wants to see 1024x768 at 85Hz.
if xrandr sees this option, just do:
xrandr --output VGA1 --mode 1024x768 --refresh 85
If it doesn't work automatically, you can force the mode explicitly:
xrandr --newmode "1024x768_85.00" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync xrandr --addmode VGA1 "1024x768_85.00" xrandr --output VGA1 --mode "1024x768_85.00"
(the modeline was gathered from mythTV's modeline database)