View previous topic :: View next topic |
Author |
Message |
Angelinsky7 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Dec 2007 Posts: 2
|
Posted: Mon Dec 03, 2007 10:08 am Post subject: nvidia Drivers: /proc/driver/nvidia/agp doesn't exist |
|
|
Hi everybody,
(I'm sorry if i'm not in the good thread...)
I've Installed the nvidia drivers with emerge
and do all the stufs in the HowTo Install Nvidia drivers
and all the others stufs that i've a found about it.
But i wanted to active the NvAgp so i disable agpgart
i my kernel and test it in a x server with glxgears
and everything seems fine.. (I have 12000 fps with
the windows by default in 1680x1050 with à 9700 GS)
so I wanted to verify if all my config where good
(and if the fastwrite and blablabla were activated
correctly....)
and I run : less /proc/drivers/nvidia/agp/status
but the path doesn't exist !!!
not agp directory
I have cards/0, warings/... , registry and version but not
the stuf to verify i AGP is really activated...
What Have i done bad ????
If Someone have an idea, it would be great !!!
Thanks a lot, i'll give all the information that you
need to help me |
|
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: Tue Dec 04, 2007 12:46 am Post subject: |
|
|
9700GS? i guess you mean 7900GS, right? That's not an agp card, but pciexpress. That's why the agp gart module (nvidia's or kernel's) is not loaded. It's perfectly fine.. _________________ Never argue with an idiot. They will only pull you down to their level, then beat you with experience. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Angelinsky7 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Dec 2007 Posts: 2
|
Posted: Tue Dec 04, 2007 8:22 am Post subject: |
|
|
Hi, thanks for the answer...
yes it's a 7900 (excuse me)...
so is there any means to test my config
to know if i've done all the stuff good ???
(a pciexpress slot in /proc or a benshmark
programme ??? )
and why agpgart he's loaded if there's
not any agp ??? because on WinXP (sorry)
the agp module and testing in DirectX is
active ...
so it's a pciexpress, yes but maybe the driver
act with it like an agp modules....
and why in the howto (from nvidia and gentoo)
there is only an explenation with /proc/drivers/nvidia/agp...
thanks a lot if someone can help me...
Angel |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Theimon Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/90006180947389238eda6a.jpg)
Joined: 16 Mar 2007 Posts: 99 Location: Netherlands
|
Posted: Tue Dec 04, 2007 8:56 pm Post subject: |
|
|
You should do: Code: | cat /proc/driver/nvidia/registry | and notice the following two entries: Code: | EnableAGPSBA: 0
EnableAGPFW: 0 |
_________________ It doesn't matter what's right, it's only wrong if you get caught. |
|
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: Tue Dec 04, 2007 9:41 pm Post subject: |
|
|
you're perfectly fine. even though glxgears is really not a bench app, 12000fps shows that everything is ok. Btw, even if you try to load the agp module, it won't be used by the driver by any means if it's pciexpress. Also if Code: | glxinfo |grep "direct rendering" | shows "yes" than it means that everything installed properly. and btw, obviously the howto is for agp based cards.. _________________ Never argue with an idiot. They will only pull you down to their level, then beat you with experience. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|