[Bug 12204] New: composite TV-out on r200

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 28 16:43:26 PDT 2007


http://bugs.freedesktop.org/show_bug.cgi?id=12204

           Summary: composite TV-out on r200
           Product: xorg
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/Radeon
        AssignedTo: xorg-driver-ati at lists.x.org
        ReportedBy: cbm at sfu.ca
         QAContact: xorg-team at lists.x.org


I'm using the git xf86-video-ati driver from today.  My TV is connected with a
composite cable.

I get the following output:
$ xrandr --addmode S-video 800x600
xrandr: cannot find output "S-video"
$ xrandr --output S-video --mode 800x600
$ 

And nothing appears on the TV.

$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1280 x 1280
VGA-0 connected 1280x1024+0+0 (normal left inverted right) 338mm x 270mm
   1280x1024      60.0*+   59.9  
   1152x864       75.0     74.8  
   1024x768       70.1     60.0  
   832x624        74.6  
   800x600        72.2     75.0     60.3     56.2  
   640x480        75.0     72.8     66.7     60.0  
   720x400        70.1  
DVI-0 disconnected 1024x768+0+0 (normal left inverted right) 0mm x 0mm


It seems s-video is hardcoded in several places, so I tried hardcoding to
composite instead (see patch I'll attach next).  With that patch:

$ xrandr --addmode Composite 800x600
xrandr: cannot find output "Composite"
$ xrandr --output Composite --mode 800x600
$ 

The output of xrandr looks the same as above.


In either case, there is no mention of TV-out anywhere in my Xorg.0.log:

$ cat /var/log/Xorg.0.log | grep -i tv
 DAC Type  -- TVDAC/ExtDAC
(II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
$


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-driver-ati mailing list