|
|||||||||||
| Homepage | Sitemap | Kontakt | Suche | |||||||||||
|
Mini-HowTo: Laptop-Bildschirm clonenWer für Präsentationen einen Beamer an seinem Laptop betreiben möchte, wünscht sich einen Clone seines LCD-Schirms am VGA-Ausgang. Hier ist eine minimale xorg.conf passend für Laptops mit Intel 945GM-Chip. Ich habe sie im Einsatz auf meinem ASUS F2HF unter Ubuntu Gutsy Gibbon.
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "LCD+DSUB"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT,LFP"
Option "Clone" "True"
Option "Clonerefresh" "85"
EndSection
Section "Monitor"
Identifier "LCD+DSUB"
Option "DPMS"
EndSection
Section "Screen"
Identifier "LCD+DSUB"
Device "LCD+DSUB"
Monitor "LCD+DSUB"
DefaultDepth 24
SubSection "Display"
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "LCD+DSUB"
InputDevice "Keyboard"
InputDevice "Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Wer Videos auf dem zweiten Bildschirm bzw. Beamer sehen möchte, wird (zumindest mit Totem) enttäuscht werden. "mplayer -vo gl <dateiname>" funktioniert. Auch im Full Screen-Modus. |
||||||||||
| Powered by TYPO3 | |||||||||||