Archiv:Projector/Lounge

From Chaosdorf Wiki
Revision as of 16:57, 15 October 2017 by Nomaster (talk | contribs) (external links section)
Jump to navigation Jump to search
tba
video and presentation projection
Ort Treppe
Besitzstatus Club-Eigentum
Benutzung frei
Label Bitte ausdrucken


Ist über ein an der Wand verlegtes RS232-Flachbandkabel mit feedback verbunden und kann von dort aus auch ohne Fernbedienung fernbedient werden.

howto add modeline with cvt and xrandr

If the projector does not promote the right resolutions via DDC aka. the VGA-cable is too long, on Linux try: to create, add and use a modeline, i.e. 1280x720, 60Hz:

~ % cvt 1280 720 60
Modeline "1280x720_60.00"   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync
~ % xrandr --newmode  "1280x720_60.00"   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync
~ % xrandr --addmode VGA1 1280x720_60.00
~ % xrandr --output VGA1 --mode 1280x720_60.00

External Links