Hello
How do I get my tv- out to work? When pressing apply in Tasma the screen goes blank, but nothing shows up on the tv! I have a IGP 330M/340M/350M card.
Do I have to add anything in the xorg.conf?
The xorg.conf:
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "dri"
Mode 0666
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/dejavu/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/freefont/"
FontPath "/usr/share/fonts/TrueType/"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/encodings/"
EndSection
Section "ServerFlags"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "BlankTime" "0"
Option "AllowMouseOpenFail" "true"
Option "StandbyTime" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "XkbLayout" "se"
Option "XkbModel" "pc105"
Option "XkbVariant" "basic"
Option "CoreKeyboard" "true"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "CorePointer" "true"
EndSection
Section "Device"
Identifier "VideoCard"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon IGP 330M/340M/350M"
BusId "PCI:1:5:0"
Option "Monitor-S-video" "Monitor[S-video]"
EndSection
Section "Screen"
Identifier "Screen"
Device "VideoCard"
Monitor "Monitor[S-video]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Layout"
Screen "Screen"
EndSection
Section "Monitor"
Identifier "Monitor[S-video]"
Option "PreferredMode" "800x600"
Option "Enable" "true"
EndSection
EDIT:
Ok, I solved it. I just use xrandr, as in this post:
http://tennessee.ubuntuforums.com/showthread.php?s=b1e285d84cbeabc8b8cc7012e8afe58c&t=625435 and it worked like a charm. Only thing is that (if the tv-standard in your country is pal) you have to use an S- video to composite adapter, otherwise the picture will be in B/W...