Created attachment 44024 [details] [review] KMS log I can't get TV Out to work on a Radeon X1550. Using latest driver from git. I've tried both with Ubuntu's 2.6.35 and with 2.6.38-rc. Makes no difference. When KMS is enabled I can actually see the screen, but there is a lot of green stuff flickering. It seems that KMS gets the mode right, because I can see the Ubuntu splash without issue. The green stuff starts when the X server takes over. With KMS disabled, X tries to set some outrageous mode (2276x480). I tried to get a modeline from windows using powerstrip and got this similarly outrageous mode (windows says it's running at 1024x768): Linux modeline parameters: "2767x576" 148,500 2767 2852 2884 3405 576 582 586 625 interlace +hsync +vsync Attached X logs for both KMS and UMS. Anything else required?
Created attachment 44025 [details] [review] UMS log
Do you have the proper tv standard set? for kms: xrandr --output S-video --set "tv standard" <std> pal, ntsc, etc. for ums: xrandr --output S-video --set "tv_standard" <std> Also we currently don't support component video, so make sure you aren't trying to use that. Ignore the 2276x480, that's an internal hardware setting. tv-out used a fixed mode (pal or ntsc, etc.). The modes that are exposed to the user, 1024x768, etc. are just virtual modes that expose the desktop size that is scaled down to display on the tv.
I tried changing the TV standard with xrandr (screen already corrupted), and by creating a file in xorg.conf.d with this: Section "Device" Identifier "X1550" Driver "radeon" Option "TVStandard" "pal" EndSection Made no difference. TV is connected via 4-pin S-video cable.
Created attachment 44027 [details] Picture of corruption
I have the same problem (with the same video-card) I have found that if I boot the live Mythbuntu 11.10 CD, I can use xrandr to reflect the S-video output (xy) and the reflect it back to normal, and the video consistently is fixed. However, this fix does not work with the latest Archlinux using kernel 3.1.6 Would love the help get this fixed. Let me know if I can.
Mass closure: This bug has been untouched for more than six years, and is not obviously still valid. Please reopen this bug or file a new report if you continue to experience issues with current releases.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.