Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
beamer [2011/05/27 16:06] admin |
beamer [2017/07/30 10:57] (aktuell) admin |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ===Linux und Beamer=== | + | ====== Bildschirme bei LXDE nach dem Sytemstart 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 | *Notebook Gericom - ATI Radeon X200 5975 | ||
| *[[http://ati.amd.com/support/drivers/linux64/linux64-radeon.html|Proprietären Treiber downladen]] | *[[http://ati.amd.com/support/drivers/linux64/linux64-radeon.html|Proprietären Treiber downladen]] | ||
| Zeile 5: | Zeile 29: | ||
| *X-server neu starten | *X-server neu starten | ||
| + | xrandr --output HDMI2 --mode 1920x1080 --primary --output VGA1 --mode 1920x1080 --right-of HDMI2 | ||
| xrandr --output VGA --mode 1024x768 --right-of LVDS | xrandr --output VGA --mode 1024x768 --right-of LVDS | ||
| xrandr --output VGA --off | xrandr --output VGA --off | ||
| Zeile 34: | Zeile 59: | ||
| xrandr --output VGA --mode 1024x768 | xrandr --output VGA --mode 1024x768 | ||
| - | |||
| - | *Ausgabe auf VGA deaktivieren | ||
| - | |||
| - | xrandr --output VGA --off | ||
| *Interpädagogica Linz 2010 (Dell, 19") | *Interpädagogica Linz 2010 (Dell, 19") | ||
| Zeile 46: | Zeile 67: | ||
| xrandr --output LVDS-1 --auto --pos 0x0 --primary --rotate normal --output VGA-1 --mode 1024x768 --pos 1600x0 --right-of LVDS-1 --rotate normal | 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 | *Nur Beamer einschalten | ||
| - | xrandr --output VGA-1 --mode 1024x768 --right-of LVDS | + | 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 | ||