![]() |
|
|||||||
| Drivers Discussion forum for Linux drivers. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 | Advertisement (Guests Only)
Login or Register to remove this ad
|
|
Radeon HD 5570
Join Date: Jun 2004
Posts: 41
|
Hi, i have dealing with the 3.12.0 drivers trying to get TVOut working and finally got it working patching the driver. The problem is how the PLL registers are programmed wich is incorrect for the IGP card in this driver. To fix it open with a Hex Editor like biew or hexeditor the fglrx_drv.o file and change at offset 13B2F and 13BE4 the 2C with 19 and it will be fine. This is of course for the IGP cards and I only tested it with my 9100 IGP card. If anybody else can test it let me know how behaves. For me using PAL its working great <img><img><img><img>. greetz anonbeat |
|
|
|
|
|
|
#2 |
|
Newbie
Join Date: Sep 2004
Posts: 6
|
This is great news! I will try it in a minute. One question though: how did you find out?! And maybe you could contribute to the GATOS project to make them support the 9100 IGP :P UPDATE: It doesn't work for me This is weird because we both have the Pundit-R?! I'm sure I made the right patch: Comparing files fglrx_drv.o and FGLRX_DRV.O_PATCHED 00013B2F: 2C 19 00013BE4: 2C 19 Also I made sure that the horizontal range for my TV display is set to 31.5-37.9. Still: Only if I add the 0x4144 ID it works ![]() Last edited by Exirion_ : Sep 15, 2004 at 01:41 PM. |
|
|
|
|
|
#3 | |
|
Radeon HD 5570
Join Date: Jun 2004
Posts: 41
|
Quote:
For me is working fine and very stable for my mythtv box. ![]() |
|
|
|
|
| Advertisement (Guests Only) |
|
Login or Register to remove this ad
|
|
|
#4 | |
|
Newbie
Join Date: Sep 2004
Posts: 6
|
Quote:
![]() Btw, I'm running MythTV too here With a PVR350. |
|
|
|
|
|
|
#5 |
|
Newbie
Join Date: Sep 2004
Posts: 5
|
anyone who got this working on a Pundit-R care to say what kernel and x11 they are using. I'm currently using 2.4.26 and xorg 6.7. Everything looks ok in the Xorg logfile but my screen stays blank. Even if I set to just use the monitor the screen is blank. CTRL-ALT_BACKSPACE doesn't bring back the console either but the machine isn't hanging (can still ssh to it and CTRL-ALT-DEL shuts down the machine properly). X works fine when I use the opensource ATI driver. Anything I am missing? |
|
|
|
|
|
#6 | |
|
Radeon HD 5570
Join Date: Jun 2004
Posts: 41
|
Quote:
greets anonbeat |
|
|
|
|
|
|
#7 | |
|
Newbie
Join Date: Sep 2004
Posts: 2
|
Quote:
-- Knurf |
|
|
|
|
|
|
#8 | |
|
Radeon HD 5570
Join Date: Sep 2004
Posts: 25
|
Quote:
Thanks a lot. |
|
|
|
|
|
|
#9 |
|
Radeon HD 5570
Join Date: Jun 2004
Posts: 41
|
the only difference i find is that you have not disabled DRI wich i have in line Option "NoDRI" "yes" and of course i have (WW) fglrx(0): *********************************** (WW) fglrx(0): * DRI initialization disabled! * (WW) fglrx(0): * 2D acceleraton available (MMIO) * (WW) fglrx(0): * no 3D acceleration available * (WW) fglrx(0): *********************************** in my log. the rest look almost the same as mine. I think this is your problem. 3D Acceleration is not working on this card as the driver doc explains... only 2D and as you know without TVOut ![]() greets anonbeat |
|
|
|
|
|
#10 | |
|
Newbie
Join Date: Sep 2004
Posts: 5
|
Quote:
Thanks |
|
|
|
|
|
|
#11 |
|
Radeon HD 5570
Join Date: Sep 2004
Posts: 25
|
anonbeat - any luck with the latest 3.14.1 drivers? I've tried without the hex edit and tvout works but it flickers like mad. 3.12 worked great with the hex edit. |
|
|
|
|
|
#12 |
|
Radeon HD 5570
Join Date: Jun 2004
Posts: 41
|
linuxxed: as 3.12 is working fine for me i was not going to try 3.14.1 drivers. Im happy right now with the 3.12 TVOut quality and dont expect to change it till ATI makes a good driver and I dont think 3.14.1 is ever close to be it. greets anonbeat |
|
|
|
|
|
#13 |
|
Newbie
Join Date: Apr 2005
Posts: 3
|
I have made the binary patch for version 8.12.10, exactly for fglrx_4_3_0-8.12.10-1.i386.rpm. You have to change 0x2c at offset 0x15788 with 0x19 With this patch the TV out is stable. greets Last edited by t0p0 : Apr 13, 2005 at 03:00 PM. Reason: Incorrect filename |
|
|
|
|
|
#14 |
|
Newbie
Join Date: Apr 2005
Posts: 2
|
t0p0: Can you explain all the steps you took? I'm new and still going through all the how-to's I've downloaded fglrx_6_8_0_8-12.10-1.i386.rpm then ran rpm -Uvh --replacefiles fglrx_8_0_8-12.10-1.i386.rpm What do I do next ? Thanks for your help. |
|
|
|
|
|
#15 |
|
Newbie
Join Date: Apr 2005
Posts: 3
|
TablesYou have to edit /usr/X11R6/lib/modules/drivers/fglrx_drv.o with a hex editor and change at offset 0x15788 the 2C with 19 as noted in the first post of this thread. Anyway this offset is for fglrx_drv.o in fglrx-4.3.0-3.12.0.i386.rpm... ...oops error in previous post, the file is fglrx_4_3_0-8.12.10-1.i386.rpm, which is the driver for XFree86 4.3.0, the rpm you have downloaded and installed is for X.org 6.8 and i don't think the files will be the same , anyway you can try if it doesn't work i could look up the file in fglrx_6_8_0_8-12.10-1.i386.rpm and try to find the correct offset, but i couldn't try it because I'm not using x.org 6.8good luck |
|
|
|
|
|
#16 |
|
Newbie
Join Date: Apr 2005
Posts: 2
|
Just to confirm that the offset is the same for the X.org version. Thanks. |
|
|
|
|
|
#17 |
|
Radeon HD 5570
Join Date: Jun 2004
Posts: 41
|
Hello, Im still using the ati driver using my patch with xfree 4.3 but i plan to move to fedora core 3 as soon as I can get my sat card to be recogniced. Can anyone tell me if the problem with sync clock is still present in the latest ati driver ? If so I will try to make a new patch for this issue. thanks in advance anonbeat |
|
|
|
|
|
#18 | |
|
Newbie
Join Date: Apr 2005
Location: Brasov, Romania
Posts: 2
|
Quote:
I did this trick for the 8.12.10-1 with XOrg driver, and the PAL output looks ok - except for some interference that becomes annoying after some time. Did you have some similar problems? Should I downgrade to an older driver? How does your PAL output work?Thanks, Dorin |
|
|
|
|