Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
AGP acceleration [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
blossa
Apprentice
Apprentice


Joined: 13 Jan 2005
Posts: 169

PostPosted: Fri Feb 25, 2005 7:00 pm    Post subject: AGP acceleration [SOLVED] Reply with quote

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... :oops: 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
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Fri Feb 25, 2005 7:15 pm    Post subject: Reply with quote

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
View user's profile Send private message
blossa
Apprentice
Apprentice


Joined: 13 Jan 2005
Posts: 169

PostPosted: Fri Feb 25, 2005 7:37 pm    Post subject: Reply with quote

Yes it can. Atleast it should be able to to that. :wink: 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
View user's profile Send private message
IamtheOne
Apprentice
Apprentice


Joined: 27 Sep 2002
Posts: 158
Location: Iowa

PostPosted: Fri Feb 25, 2005 8:40 pm    Post subject: Reply with quote

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
View user's profile Send private message
blossa
Apprentice
Apprentice


Joined: 13 Jan 2005
Posts: 169

PostPosted: Fri Feb 25, 2005 10:35 pm    Post subject: [SOLVED] Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum