Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
getting nvidia drivers installed??? [Solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
srkitch
Apprentice
Apprentice


Joined: 26 May 2006
Posts: 183

PostPosted: Tue Aug 15, 2006 2:41 pm    Post subject: getting nvidia drivers installed??? [Solved] Reply with quote

i got some good info and looked at the HowTo, but i have a problem. i have a PCI-e vid card and agpgart isn't a selectable option in my kernel config, it looks like this.....

Code:
----/dev/agpgart


no box to check. what is one to do then???


Last edited by srkitch on Wed Aug 16, 2006 2:40 pm; edited 1 time in total
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Tue Aug 15, 2006 3:44 pm    Post subject: Reply with quote

If you have a PCI-e card, you aren't using AGP.
Back to top
View user's profile Send private message
srkitch
Apprentice
Apprentice


Joined: 26 May 2006
Posts: 183

PostPosted: Tue Aug 15, 2006 4:33 pm    Post subject: Reply with quote

Headrush wrote:
If you have a PCI-e card, you aren't using AGP.


i understand that, but then where do i look for how to set up nvidia drivers? the HowTo does not address this. i guess i could go and get the driver from nvidia, but will it work right w/o agp?? i haven't tried, but the guide is vague on this. do they just assume most people are using agp so thats how they write it?


Last edited by srkitch on Tue Aug 15, 2006 4:41 pm; edited 1 time in total
Back to top
View user's profile Send private message
Monkeh
Veteran
Veteran


Joined: 06 Aug 2005
Posts: 1656
Location: England

PostPosted: Tue Aug 15, 2006 4:40 pm    Post subject: Re: getting nvidia drivers installed??? Reply with quote

srkitch wrote:
i got some good info and looked at the HowTo, but i have a problem. i have a PCI-e vid card and agpgart isn't a selectable option in my kernel config, it looks like this.....

Code:
----/dev/agpgart


no box to check. what is one to do then???


That means it's compiled in as a dependency for something else.
Back to top
View user's profile Send private message
srkitch
Apprentice
Apprentice


Joined: 26 May 2006
Posts: 183

PostPosted: Tue Aug 15, 2006 4:42 pm    Post subject: Re: getting nvidia drivers installed??? Reply with quote

Monkeh wrote:
srkitch wrote:
i got some good info and looked at the HowTo, but i have a problem. i have a PCI-e vid card and agpgart isn't a selectable option in my kernel config, it looks like this.....

Code:
----/dev/agpgart


no box to check. what is one to do then???


That means it's compiled in as a dependency for something else.


i don't know what it could be compiled for as a dependancy...i have a very minimal install with no framebuffer support. i think it just not an option b/c i have no agp on the board.
Back to top
View user's profile Send private message
drwook
Veteran
Veteran


Joined: 30 Mar 2005
Posts: 1324
Location: London

PostPosted: Tue Aug 15, 2006 5:10 pm    Post subject: Reply with quote

well go grep your .config if you don't know if it's selected or not....
Back to top
View user's profile Send private message
zietbukuel
l33t
l33t


Joined: 30 Dec 2005
Posts: 607

PostPosted: Tue Aug 15, 2006 5:25 pm    Post subject: Reply with quote

AGP != PCIe :roll:
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Tue Aug 15, 2006 5:51 pm    Post subject: Reply with quote

srkitch wrote:
i understand that, but then where do i look for how to set up nvidia drivers? the HowTo does not address this. i guess i could go and get the driver from nvidia, but will it work right w/o agp??

No the ebuild should work fine.
You just don't enable NvAGP in /etc/X11/xorg.conf, but everything else should work the same.
Back to top
View user's profile Send private message
Monkeh
Veteran
Veteran


Joined: 06 Aug 2005
Posts: 1656
Location: England

PostPosted: Tue Aug 15, 2006 6:35 pm    Post subject: Re: getting nvidia drivers installed??? Reply with quote

srkitch wrote:
Monkeh wrote:
srkitch wrote:
i got some good info and looked at the HowTo, but i have a problem. i have a PCI-e vid card and agpgart isn't a selectable option in my kernel config, it looks like this.....

Code:
----/dev/agpgart


no box to check. what is one to do then???


That means it's compiled in as a dependency for something else.


i don't know what it could be compiled for as a dependancy...i have a very minimal install with no framebuffer support. i think it just not an option b/c i have no agp on the board.


I don't have any AGP on my board. I can compile in AGPGART if I want to. What you see is it being compiled in because it is depended on.
Back to top
View user's profile Send private message
srkitch
Apprentice
Apprentice


Joined: 26 May 2006
Posts: 183

PostPosted: Tue Aug 15, 2006 7:51 pm    Post subject: Reply with quote

oh, i see. i'll try it out when i get back to the box tomorrow. thanks guys.
Back to top
View user's profile Send private message
altais
n00b
n00b


Joined: 16 Aug 2006
Posts: 3

PostPosted: Wed Aug 16, 2006 12:42 pm    Post subject: Reply with quote

yesterday night i had the idea to check which agp driver runs faster, i always used the agpgart, so i tried to use the nvagp, but i couldn´t stop linux to load the agpgart module.
i tried everything, take everything out /etc/modules.d/alias and /etc/modules.d/nvidia and run modules-update, the agp=off kerneloption and manually remove them with rmmod. lsmod always lists the nvidia_agp being loaded. or is this just the same name for the kernel module from linux and the one from nvidia?

i get confused, please help :?

tia
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Wed Aug 16, 2006 1:02 pm    Post subject: Reply with quote

altais wrote:
yesterday night i had the idea to check which agp driver runs faster, i always used the agpgart, so i tried to use the nvagp, but i couldn´t stop linux to load the agpgart module.
i tried everything, take everything out /etc/modules.d/alias and /etc/modules.d/nvidia and run modules-update, the agp=off kerneloption and manually remove them with rmmod. lsmod always lists the nvidia_agp being loaded. or is this just the same name for the kernel module from linux and the one from nvidia?

i get confused, please help :?

tia

Did you set the NvAGP option in /etc/X11/xorg.conf to use the nvidia builtin in AGP?
If it still loads the other option is to remove the kernel agp from the kernel. (aka build a new kernel)

FYI. The speed difference bewteen the two ago methods has been debated several times in these forums and generally I think the differences are usually fairly small, at least not enough to notice during game play. So if your 3D stuff gets decent frame rates now, I wouldn't worry about testing the other.
Back to top
View user's profile Send private message
altais
n00b
n00b


Joined: 16 Aug 2006
Posts: 3

PostPosted: Wed Aug 16, 2006 1:12 pm    Post subject: Reply with quote

thx for the quick respond, i tried the nvagp option in xorg.conf, but lsmod still shows me nvidia_agp kernel module loaded
the question is whether this is the linux kernel module or the nvidia one.
i think i´ll try again with xorg.conf option and then read my x logs, otherwise i will take out the agpgart of my kernel config
i have hangers in doom3, that´s why i want to try out the nvidia agp
Back to top
View user's profile Send private message
srkitch
Apprentice
Apprentice


Joined: 26 May 2006
Posts: 183

PostPosted: Wed Aug 16, 2006 2:08 pm    Post subject: Reply with quote

you guys were right, it was there. when i did grep it showed AGP=y in .config. sorry and thanks.
Back to top
View user's profile Send private message
srkitch
Apprentice
Apprentice


Joined: 26 May 2006
Posts: 183

PostPosted: Wed Aug 16, 2006 2:42 pm    Post subject: Reply with quote

got it set, everything is working well. thanks for the help guys. i am only getting about 1710 FPS though. is that good??
Back to top
View user's profile Send private message
drwook
Veteran
Veteran


Joined: 30 Mar 2005
Posts: 1324
Location: London

PostPosted: Sat Aug 19, 2006 8:46 am    Post subject: Reply with quote

srkitch wrote:
got it set, everything is working well. thanks for the help guys. i am only getting about 1710 FPS though. is that good??


Presume you mean on glxgears - in which case that's a very bad benchmark, as it's heavily CPU bound. Also don't know what res/colour depth you're running or what card you've got (if it's a 7300 I've heard they're not great performers)

That said, for comparison my 5900XT AGP card does around 6800 fps. (but in an athlon64 & like I say it is CPU bound)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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