Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281934 - ati-drivers-9.8 mess up the TV out
Summary: ati-drivers-9.8 mess up the TV out
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-18 17:07 UTC by Lóránt Farkas
Modified: 2009-08-18 21:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,5.59 KB, text/plain)
2009-08-18 17:09 UTC, Lóránt Farkas
Details
xorg.conf (xorg.conf,2.83 KB, text/plain)
2009-08-18 17:10 UTC, Lóránt Farkas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lóránt Farkas 2009-08-18 17:07:01 UTC
I have installed the long waited ati-drivers-9.8 with kernel>=2.6.29 support. After the installation all seemed as it would be OK. But after I turened on the TV i saw that the image is "jumping" and there are no colors. I have tried to modify the xorg.conf but the problem remained. I have tried to downgrade the driver but the problem persisted (Yes it is _very_ annoying). After playing a day with the drivers I found out what is the problem: The TV is in NTSC-JPN mode not in PAL-B - despite the 

Option "TVFormat" "PAL-B"

line in the Device section  of xorg.conf.

This was found out by

xrandr --screen 1 --prop

command.

which gave 

tv_format:NTSC-JPN

Then I have tried to change this setting but

xrandr --screen 1 --output TV --set tv_format PAL-B

gave error (the error was something about incorrect numbers)

the 

xrandr --screen 1 --output TV --set tv_format pal-b

command does not gave error but didn't worked either.

Please hard mask these packages, because the problem persist if you dowgrade the driver. 

Reproducible: Always
Comment 1 Lóránt Farkas 2009-08-18 17:09:09 UTC
Created attachment 201631 [details]
emerge --info
Comment 2 Lóránt Farkas 2009-08-18 17:10:28 UTC
Created attachment 201632 [details]
xorg.conf
Comment 3 Lóránt Farkas 2009-08-18 21:04:04 UTC
Solved! I have removed /etc/ati/ reinstall the driver, then

atconfig -tvf PAL-B

all OK.