How to work with s-video? (Solved)

Problems and successes with specific brands/models of computer video hardware
Post Reply
Message
Author
mailsub2000
Posts: 11
Joined: Mon 26 Jul 2010, 10:25

How to work with s-video? (Solved)

#1 Post by mailsub2000 »

How to detect and enable s-video.
I dont see any section of s-video in xorg.conf.

mailsub2000
Posts: 11
Joined: Mon 26 Jul 2010, 10:25

#2 Post by mailsub2000 »

solved using i810 drivers. remove the softlink to intel drivers and rename i810old to i810_driver.so
Section "Device"
Identifier "Videocard0"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 852"
Option "MonitorLayout" "LFP,TV"
VideoRam 32768
EndSection

Post Reply