With xorg 6.9 and the followind config my TVout worked just fine...
Code: Select all
Section "Device"
Option "SWcursor" "1" # [<bool>]
Identifier "My Video Card"
Driver "trident"
# Option "ActiveDevice" "CRT,TV"
# Option "TVType" "PAL"
# Option "TVOutput" "S-Video"
Videoram 8192
Option "ConnectedMonitor" "tv"
Option "TVChipset" "1"
Option "TVSignal" "1"
Option "TvOverscan" "1.0"
Option "XvHsync" "0"
Option "XvVsync" "0"
EndSection
if i exit X with ctrl+alt+backspace it doesnt even print an error message about tvout or so...
what do I have to change in my config in order to get tvout working with xorg again?
[EDIT]
my video card is:
01:00.0 VGA compatible controller: Trident Microsystems CyberBlade/i1 (rev 6a)
