View previous topic :: View next topic |
Author |
Message |
Garrido n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/188390679741e5aa639ebf8.gif)
Joined: 15 Dec 2004 Posts: 58
|
Posted: Fri Jan 21, 2005 2:46 pm Post subject: AGPGART vs NvAGP |
|
|
I've (semi-)successfully installed my FX 5200 card - but, after some tweaking, I can only get around 900-950 FPS with glxgears, this on a XP 2500+ Barthon with 512MB RAM. Turns out I'm not using the NvAGP thingy, even though I have:
Code: | Options "NvAGP" "1" |
in my xorg.conf. And if I do
Code: | cat /proc/drivers/nvidia/agp/status |
it says NvAGP failed loading.
The card works fine, I can run my games, OpenGL is working, I have direct rendering... So the real is: what is the difference between AGPGART and NvAGP? Should I expect better performance with NvAGP? And what do I have to do to use it? I tried messing around with my AGP support optins in the kernel and recompiling it, but that only made it worse - no xorg at all.... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ZothOmmog Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/110075148340b372705ef5d.jpg)
Joined: 05 May 2003 Posts: 216 Location: Nashville, TN
|
Posted: Fri Jan 21, 2005 2:53 pm Post subject: |
|
|
Basically, the question of whether NvAGP or AGPGART works best is dependent on your motherboard. The README that comes with the nvidia drivers gives a list of motherboards that perform well with NvAGP.
Generally speaking, AGPGART is a more surefire choice. NvAGP has given me many a problem; odd considering I have an nForce2 motherboard.
This has been covered in the forums many, many times. Search around a bit for a complete answer. _________________ -It's gonna take a lot of fireworks to clean this place up. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kmare l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Southpark/avatar41.gif)
Joined: 20 Nov 2004 Posts: 619 Location: Thessaloniki, Greece
|
Posted: Fri Jan 21, 2005 3:12 pm Post subject: |
|
|
you have agpgart loaded... that's why with cat /proc/drivers/nvidia/agp/status you got the failure... add to /etc/hotplug/blacklist
Code: |
# do not load agp in kernel drivers
agpgart
nvidia-agp
|
to use NVAGP.
you can't have both agp drivers running at the same time... btw: you should have around 2000+ fps in glxgears... but as we all know it's not a standar benchmark utility... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
predatorfreak l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/192674558545d25f258101f.jpg)
Joined: 13 Jan 2005 Posts: 708 Location: USA, Michigan.
|
Posted: Fri Jan 21, 2005 6:14 pm Post subject: |
|
|
On my machine, both AGPGART and NvAGP work quite well. Theres no noticeable different for me (proformance, stablity, etc) between the two. Also as pointed out above, AGPGART cannot be loaded if you want to use NvAGP. _________________ System: predatorbox
Distro: Arch Linux x86_64
Current projects: blackhole, convmedia and anything else I cook up. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|