• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

VIA KM400 TV-Out: S-Video->Scart

jegr

Newbie
Hallo,
ich möchte mein Laptop über Scart an den Fernseher anschliessen. Als GraKa habe ich eine VIA KM400 mit TV-Out (S-Video). Habe mir ein Kabel-/Adapterset gekauft, welches von S-Video an Scart geht.
Wie kann ich TV-Out aktivieren? Ich benutze Suse 10.0 mit Kernel 2.6.13-15.10
Code:
# hwinfo --gfxcard
24: PCI(AGP) 100.0: 0300 VGA compatible controller (VGA)
  [Created at pci.277]
  UDI: /org/freedesktop/Hal/devices/pci_1106_7205
  Unique ID: VCu0.seE6MoSTxJ0
  Parent ID: vSkL.i8os9252y4E
  SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.0
  SysFS BusID: 0000:01:00.0
  Hardware Class: graphics card
  Model: "Acer Incorporated [ALI] KM400"
  Vendor: pci 0x1106 "VIA Technologies, Inc."
  Device: pci 0x7205 "KM400"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x0033
  Revision: 0x01
  Memory Range: 0xf0000000-0xf3ffffff (rw,prefetchable)
  Memory Range: 0xd1000000-0xd1ffffff (rw,non-prefetchable)
  IRQ: 4 (141891 events)
  I/O Ports: 0x3c0-0x3df (rw)
  Module Alias: "pci:v00001106d00007205sv00001025sd00000033bc03sc00i00"
  Driver Info #0:
    XFree86 v4 Server Module: via
    Extensions: dri
  Config Status: cfg=yes, avail=yes, need=yes, active=unknown
  Attached to: #11 (PCI bridge)

Primary display adapter: #24
Ausschnitt aus /etc/X11/xorg.conf:
Code:
Section "Device"
  BoardName    "KM400"
  BusID        "1:0:0"
  Driver       "via"
  Identifier   "Device[0]"
  Option       "usevnc" "yes"
  Option       "httpdir" "/usr/share/vnc/classes"
  Option       "httpport" "5800"
  Option       "rfbauth" "/root/.vnc/passwd"
  ###Test TV-Out###
  Option       "ActiveDevice" "LCD,TV"
  Option       "TVType" "PAL"
  Option       "TVOutput" "S-Video"
  ##############
  Screen       0
  VendorName   "VIA Technologies, Inc."
EndSection

Hat jemand damit schon Erfahrungen gemacht?

Jens
 
Oben