Right; I don't think tvout for 5xx/6xx has been ported from radeon to radeonhd yet. TVout for your GPU is only in the radeon (xf86-video-ati) driver.
I try to use tvout
I have read the documentationCode:Video card: AGP x1950 Pro Linux: gentoo-2.6.27-gentoo-r8 x86_64 xorg-server-1.5.3-r3 x11-apps/xrandr-1.2.3 x11-drivers/xf86-video-radeonhd-1.2.4
and have made a xorg.confCode:http://wiki.x.org/wiki/radeonhd
My xrandr --verboseCode:Section "Device" Identifier "Card0" Driver "radeonhd" VendorName "ATI Technologies Inc" BoardName "RV570 [Radeon X1950 Pro]" Option "monitor-DVI-I_1/digital" "Monitor0" Option "monitor-TV_SVIDEO" "TV" Option "RROutputOrder" "Monitor0" BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" Identifier "TV" Option "RightOf" "Monitor0" EndSection
but there is not effect ( TV-out show the picture only in the virtual terminal, not under the xorg...Code:DVI-I_1/digital connected 1280x1024+0+0 (0x40) normal (normal left inverted right x axis y axis) 338mm x 270mm Identifier: 0x3c Timestamp: 5780644 Subpixel: unknown Clones: DVI-I_1/analog TV_SVIDEO DVI-I_2/digital DVI-I_2/analog CRTC: 0 CRTCs: 0 1 RANDR_OUTPUT_NUMBER: 2 (0x00000002) COHERENT: 0 (0x00000000) range: (0,1) RANDR_PANNING_AREA: RANDR_CONNECTOR_NUMBER: 1 (0x00000001) RANDR_CONNECTOR_TYPE: TMDS RANDR_SIGNAL_FORMAT: TMDS .............. TV_SVIDEO disconnected (normal left inverted right x axis y axis) Identifier: 0x3d Timestamp: 5780644 Subpixel: unknown Clones: DVI-I_1/analog DVI-I_1/digital DVI-I_2/digital DVI-I_2/analog CRTCs: 0 1 RANDR_OUTPUT_NUMBER: 3 (0x00000003) RANDR_PANNING_AREA: RANDR_CONNECTOR_NUMBER: 2 (0x00000002) RANDR_CONNECTOR_TYPE: TV RANDR_SIGNAL_FORMAT: unknown
Is it a possible to use tv-out for watch the novies with this version of driver?
because man radeonhd
thanksCode:DESCRIPTION radeonhd is an Xorg driver for AMD GPG (ATI) R5xx/R6xx/R7xx based video cards. · No TV and Component connector support so far.
Right; I don't think tvout for 5xx/6xx has been ported from radeon to radeonhd yet. TVout for your GPU is only in the radeon (xf86-video-ati) driver.
and no more info about tv out
Code:xrandr Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 2048 x 2048 DVI-1 disconnected (normal left inverted right x axis y axis) DVI-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270
I think it's disabled by default :
http://airlied.livejournal.com/64021.html
I have just installed stable version of driver and tv was detected, but....
.. my main screen have a pink tint and two resolutions (two screen in one)... ))))Code:Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1400 x 1400 S-video connected 1024x600+0+0 (normal left inverted right x axis y axis) 0mm x 0mm 800x600 59.9 + 1024x600 59.9* 848x600 59.8 720x600 59.7 640x600 59.9 DVI-1 disconnected (normal left inverted right x axis y axis) DVI-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm
Has anybody complete xorg.conf for tv out for /xf86-video-ati
Try entering a manual mode for NTSC (look up the modeline for NTSC on the mythtv wiki and paste the numbers in the newmode parameter.) That might work better.
However, I think TV out has not been thoroughly tested and debugged, so you might want to get get in touch with the devs and report it as a bug.
xf86-video-ati more then 6.8.0 version not detect my tv-out
Code:xrandr Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1400 x 1400 DVI-1 disconnected (normal left inverted right x axis y axis) DVI-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm
(((
Code:TV-out not working when a LCD monitor is connected. The TV-out module needs the driver to use the correct mode in order to get TV-out. ("800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz)
You need 6.11.0 or git master and Option "ATOMTvOut" "true" in the device section of your config to use tv out on atom based cards. It's not enabled by default as there are still issues in some cases.