Benutzer-Werkzeuge

Webseiten-Werkzeuge


beamer

Dies ist eine alte Version des Dokuments!


Bildschirme nach dem Start automatisch vertauschen

in ~/.config/lxsession/LXDE/autostart folgende Zeile hinzufügen

xrandr --output VGA-1 --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-1 --off --output HDMI-2 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off --output DP-2 --off

kvm

d4e-LIVE via Stick virtualisieren wegen Beamerproblem

kvm -m 2048 -soundhw es1370 /dev/sdc

Vollbild: Strg + Alt f

Reset Birne NEC Beamer

2. Bildschirm unter LXDE automatisch aktivieren

In die Datei /etc/xdg/lxsession/LXDE/autostart folgedes eintragen
/usr/bin/xrandr --output HDMI2 --mode 1920x1080 --primary --output VGA1 --mode 1920x1080 --right-of HDMI2

Linux und Beamer

  • Notebook Gericom - ATI Radeon X200 5975
xrandr --output HDMI2 --mode 1920x1080 --primary --output VGA1 --mode 1920x1080 --right-of HDMI2
xrandr --output VGA --mode 1024x768 --right-of LVDS
xrandr --output VGA --off
xrandr --output VGA-0 --left-of DVI-0 

Mit –scale 1.28x1.6 wird der 800x480 Bildschirm so vergrößert, dass er 1024x768 darstellen kann. Die Faktoren berechnen sich aus gewünschter Auflösung geteilt durch die Auflösung die im Bildschirm eingestellt ist (In diesem Fall 1024/800=1,28 und 768/480=1,6). Da die beiden Faktoren (einer für die X- der andere für die Y-Achse, nicht identisch sind wird die Anzeige in diesem Fall verzerrt. Es reicht jedoch um zu erkennen was auf der Folie steht.

eeePC auf VGA Beamer

xrandr --output LVDS1 --mode 640x400 --scale 1.6x1.92

xrandr --output LVDS1 --mode 800x600 --scale 1.28x1.28
xrandr --output LVDS1 --mode 1024x600 --scale 1x1.28
xrandr --output LVDS1 --mode 1024x600 --scale 1x1.28 --output VGA1 --mode 1024x768 --scale 1x1
  • Alle Modi auflisten:
xrandr -q
  • Ausgabe auch auf VGA legen:
xrandr --output VGA  --mode 1024x768
  • Interpädagogica Linz 2010 (Dell, 19")
xrandr --output LVDS1 --mode 1280x800 --scale 1x1.28 --output VGA1 --mode 1280x1024 --scale 1x1
  • HP und Beamer nebeneinander
xrandr --output LVDS-1 --auto --pos 0x0 --primary --rotate normal --output VGA-1 --mode 1024x768 --pos 1600x0 --right-of LVDS-1 --rotate normal
  • Nur Beamer einschalten
xrandr --output VGA-1 --mode 1024x768 --right-of LVDS
  • Beamer ausschalten
xrandr --output VGA-1 --off 
  • At home
xrandr --output HDMI2 --mode 1920x1080 --output VGA1 --mode 1920x1080 --right-of HDMI2
beamer.1501405041.txt.gz · Zuletzt geändert: 2017/07/30 10:57 von admin