View previous topic :: View next topic |
Author |
Message |
blossa Apprentice
Joined: 13 Jan 2005 Posts: 169
|
Posted: Fri Feb 25, 2005 7:00 pm Post subject: AGP acceleration [SOLVED] |
|
|
I just noticed that I am running 4x-AGP instead of the wanted 8x-AGP. I have checked the BIOS and AGP is set to 8X. I have no clue of where to look next... Kernel?(2.6.10-r7)
My motherboard is a MSI-Master2. And then I have a ATI Radeon 9550GT.
Thnx!
/Anders
Last edited by blossa on Fri Feb 25, 2005 10:36 pm; edited 2 times in total |
|
Back to top |
|
|
codergeek42 Bodhisattva
Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Fri Feb 25, 2005 7:15 pm Post subject: |
|
|
Can your card also do 8x AGP? _________________ ~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF |
|
Back to top |
|
|
blossa Apprentice
Joined: 13 Jan 2005 Posts: 169
|
Posted: Fri Feb 25, 2005 7:37 pm Post subject: |
|
|
Yes it can. Atleast it should be able to to that. And glxinfo reports the card as a 'RADEON 9600 XT Generic' so that should not be the problem.
If i do a Code: | dmesg | grep -i agp | I see that Code: | ...
AGP: Found AGPv3 capable device...
...
AGP: Putting device into 4x mode
...
Fire GL built-in AGP-support
...
|
The last line looks strange...(?)
/Anders |
|
Back to top |
|
|
IamtheOne Apprentice
Joined: 27 Sep 2002 Posts: 158 Location: Iowa
|
Posted: Fri Feb 25, 2005 8:40 pm Post subject: |
|
|
The agp support that comes with fglrx only supports 4x mode, you will have to use the agp drivers from a recent kernel to get 8x (which is probably only a small performance boost)...
and specify this in your xorg.conf
Code: | Option "UseInternalAGPGART" "no" |
|
|
Back to top |
|
|
blossa Apprentice
Joined: 13 Jan 2005 Posts: 169
|
Posted: Fri Feb 25, 2005 10:35 pm Post subject: [SOLVED] |
|
|
Thanks!
Code: | Option "UseInternalAGPGART" "no" |
did put the AGP-port into 8x. And you were right about the performance, it is even a bit lower now than it was with
Code: | Option "UseInternalAGPGART" "yes" |
/Anders |
|
Back to top |
|
|
|