Tach auch!
Um die Sache zu beschleunigen, hier meine XFree86config
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "xie"
Load "pex5"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "extmod"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 100.0
EndSection
Section "Device"
Identifier "Card0"
# Driver "nv"
Driver "nvidia"
ChipSet "GeForce4 Ti 4200"
Card "NVidia GeForce4 Ti 4200"
# Option "CursorShadow"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
# ViewPort 0 0
EndSubSection
EndSection
# Fernseher
Section "Monitor"
Identifier "Monitor[1]"
ModelName "PAL TV"
VendorName "SONY"
VertRefresh 60
HorizSync 30-50
EndSection
Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "640x480"
EndSubSection
Device "Device[1]"
Identifier "TV"
Monitor "Monitor[1]"
EndSection
# TV out
Section "Device"
BoardName "GeForce-2"
BusID "1:0:0"
Driver "nvidia"
Identifier "Device[1]"
Screen 0
VendorName "Nvidia"
Option "NoLogo" "on"
# Option "CursorShadow" "on"
# Option "CursorShadowAlpha" "32"
# Option "CursorShadowXOffset" "2"
# Option "CursorShadowYOffset" "2"
Option "TVOutFormat" "COMPOSITE"
Option "TVStandard" "PAL-B"
Option "ConnectedMonitor" "TV"
EndSection
Voraussetzung sind die NVIDIA-Treiber.
Jetzt mit "% X -screen TV :1" einen neuen screen auf dem TV öffnen. Nun beispielsweise xterm -displa :1, mplayer -fs video.mpg
Achtung: Bei mir kam es zu Systemabstürzen (kiegt sicha am Treiber) beim Runterfahren, also am besten nach der Videosession das Display wieder schließen und erst dan den Rechner runtergefahren.
hang lost