Difference between revisions of "How to get TV-Out working on ATI graphic cards"

From ThinkWiki
Jump to: navigation, search
(Added note of a successful test on a T42 w/ Radeon 9600)
(make note about Svideo functionality being merged upstream in 2.6.33)
 
(4 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
{{NOTE|This page is not applicable to recent ATI Radeon Mobility chips. See [[ATI Mobility Radeon X300]] for a discussion.}}
 
{{NOTE|This page is not applicable to recent ATI Radeon Mobility chips. See [[ATI Mobility Radeon X300]] for a discussion.}}
  
{{NOTE|If your using a distribution with KMS (Kernel Mode Setting), such as Fedora 11 then you will not have S-video support. This is a known issue. The only workaround is by booting with the {{bootparm|nomodeset|}} kernel option.}}
+
== Using Xrandr with Kernel Mode Setting (KMS)==
== Using Xrandr ==
+
{{NOTE|KMS support for radeon chips is still under heavy development. And in particular S-video support was not on the top of the agenda, but it is starting to work with the very latest updates. If you have a distribution that uses KMS by default like Fedora and would like to go back to UMS, boot with the {{bootparm|nomodeset|}} kernel option.}}
 +
 
 +
Fedora is the only distribution with KMS enabled by default for Radeon chips for now. The only way to get S-video output support, other then disabling KMS, is to use the Fedora 12 kernel-2.6.31.6-159 or later. Alternatively this functionality has been merged upstream in the 2.6.33 kernel. With these kernels you should get something like the following when you run {{cmd|xrandr --props|}}
 +
 
 +
S-video connected 800x600+1400+0 (normal left inverted right x axis y axis) 0mm x 0mm
 +
        tv standard:    pal
 +
                supported: ntsc        pal          pal-m        pal-60
 +
                            ntsc-j      scart-pal    pal-cn      secam
 +
        load detection: 1 (0x00000001)  range:  (1,0)
 +
    800x600        59.9*+
 +
 
 +
To change the TV mode to NTSC;
 +
 
 +
{{cmdroot |xrandr --output S-video --set "tv standard" ntsc}}
 +
 
 +
Fedora bugzilla entry: [https://bugzilla.redhat.com/show_bug.cgi?id=497055]
 +
 
 +
== Using Xrandr with legacy UMS==
  
 
To use the TVout on Radeon 7500 type following:
 
To use the TVout on Radeon 7500 type following:
Line 21: Line 38:
 
*{{A30p}}
 
*{{A30p}}
 
*{{T30}}
 
*{{T30}}
*Compaq Evo N800v
 
 
*{{T40}} with Radeon 7500
 
*{{T40}} with Radeon 7500
 +
*{{T41}} with Radeon 7500
 
*{{T41}} with Radeon 9000
 
*{{T41}} with Radeon 9000
 
*{{T42}} with Radeon 9600
 
*{{T42}} with Radeon 9600

Latest revision as of 11:15, 27 January 2010

This HOWTO should help you enable TV-Out support on your ATI Radeon or ATI Rage based ThinkPad.

NOTE!
This page is not applicable to recent ATI Radeon Mobility chips. See ATI Mobility Radeon X300 for a discussion.

Using Xrandr with Kernel Mode Setting (KMS)

NOTE!
KMS support for radeon chips is still under heavy development. And in particular S-video support was not on the top of the agenda, but it is starting to work with the very latest updates. If you have a distribution that uses KMS by default like Fedora and would like to go back to UMS, boot with the nomodeset kernel option.

Fedora is the only distribution with KMS enabled by default for Radeon chips for now. The only way to get S-video output support, other then disabling KMS, is to use the Fedora 12 kernel-2.6.31.6-159 or later. Alternatively this functionality has been merged upstream in the 2.6.33 kernel. With these kernels you should get something like the following when you run xrandr --props

S-video connected 800x600+1400+0 (normal left inverted right x axis y axis) 0mm x 0mm
        tv standard:    pal
                supported: ntsc         pal          pal-m        pal-60
                           ntsc-j       scart-pal    pal-cn       secam
        load detection: 1 (0x00000001)  range:  (1,0)
   800x600        59.9*+

To change the TV mode to NTSC;

# xrandr --output S-video --set "tv standard" ntsc

Fedora bugzilla entry: [1]

Using Xrandr with legacy UMS

To use the TVout on Radeon 7500 type following:

$  xrandr --output S-video --set load_detection 1 
$  xrandr --addmode S-video 800x600 
$  xrandr --output S-video --mode 800x600 

And set mode PAL or NTSC with:

$  xrandr --output S-video --set tv_standard ntsc 

If you want to use XVideo overlay on TV, try following command:

$  xvattr -a XV_CRTC -v 1 

ThinkPads/Other laptops this has been successfully tested on