Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Questions preceeding new nvidia hardware install.
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
RSInd
n00b
n00b


Joined: 25 Sep 2003
Posts: 28
Location: San Francisco

PostPosted: Wed Oct 22, 2003 9:47 pm    Post subject: Questions preceeding new nvidia hardware install. Reply with quote

I'm getting ready to install a new nvidia geforce4 mx card into my gentoo box. I've emerged the nvidia kernel, but haven't taken any further steps to prepare my system for the install. I'm curious what I need to do (assuming some sort of kernel compile) in order to get everything ready to seamlessly install.

Yeah, definately a relative n00b all things considered. Thanks for the help.
_________________
Aaron Nunley
King of the Webmonkeys
Rocket Society Industries
Back to top
View user's profile Send private message
mike4148
l33t
l33t


Joined: 09 Sep 2003
Posts: 641

PostPosted: Wed Oct 22, 2003 10:38 pm    Post subject: Reply with quote

Here are some items of interest:

1. Heed all of the following before physically installing the card.

2. If you're using a kernel with framebuffer support, it must be using VESA (driver vesafb). If it's using any other framebuffer
driver, recompile it with VESA VGA Framebuffer support first. As an aside, never use the nVidia (rivafb) framebuffer driver, as it
does not get along with nVidia's own X drivers.

3. MTRR must be enabled in the config of your running kernel. If the file /proc/mtrr exists, it is. If not, you must change it and
recompile.

4. Make sure that you do an
Code:
emerge nvidia-kernel

after every kernel recompile.

5. Perform the following commands:
Code:
emerge nvidia-glx
opengl-update nvidia

These install nVidia's OpenGL ICD and set it as the default for your system.

6. Edit your /etc/X11/XF86Config file. In the "Device" section, find the Driver line and make sure that it says
Code:
Driver "nvidia"

If you ever have serious trouble with X, you can try changing it to
Code:
Driver "nv"

which switches over to the open source X drivers that lack 3D acceleration.

From this basic setup, you'll be good to start. Once you can get in to X, you absolutely must read the README file that
comes with the nvidia-glx package (it's in /usr/share/doc/nvidia-glx/README.gz). Read it from start
to finish to minimize the trouble you have with the card.

I've used nVidia cards with nVidia's binary drivers for years now, and they work just fine, as long as you read the README :)....
Back to top
View user's profile Send private message
RSInd
n00b
n00b


Joined: 25 Sep 2003
Posts: 28
Location: San Francisco

PostPosted: Wed Oct 22, 2003 11:56 pm    Post subject: Reply with quote

Well, I'd have to say that was the most useful thing I've read in some while now. Thanks so much for the help. I have taken the steps you've outlined, and I'll physically install the card in an hour or so. God willing, I shouldn't have any problems at this point, but I'll try your reccomendations if I do have any.

Thanks again so much for the pointers. I appreciate it.
_________________
Aaron Nunley
King of the Webmonkeys
Rocket Society Industries
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