Jump to content

will the following work to install nvidia drivers in 9.1?


Guest jamesgf
 Share

Recommended Posts

Guest jamesgf

I installed these drivers in knoppix/debian and was wondering if the same proceedure can be followed in mdk9.1:

 

1. download the version 1.0-4191 drivers NVIDIA_GLX-1.0-4191.tar.gz and NVIDIA_kernel-1.0-4191.tar.gz, save to /usr/src directory

 

2. unpack the files using

tar xvzf NVIDIA_GLX-1.0-4191.tar.gz

 

tar xvzf NVIDIA_kernel-1.0-4191.tar.gz

 

3.Setting the CC enviroment variable by using export CC=/usr/bin/gcc-2.95

 

4. make install by going to cd /usr/src/NVIDIA_GLX-1.0-4191 and entering make install do the same for NVIDIA_kernel-1.0-4191

also.

 

5. Edit config file (XF86Config-4)

 

Change driver from nv to nvidia

Remove Load 'dri' and Load "GLcore' under modules

Add load 'glx'

 

6. Edit modules.conf

 

adding alias char-major-195 nvidia

 

7. Edit /etc/modutils/aliases

 

adding alias char-major-195 nvidia

 

8. Shutdown and reboot.

 

think this will work? thanks,

-jamie

Link to comment
Share on other sites

It looks like it will work, but it is a lot easier in Mandrake to download the source file, NVIDIA_kernel-1.0-4191.src.rpm, run rpmbuild --rebuild NVIDIA_blah, cd to /usr/src/RPM/RPMS/i586 and install the newly built rpm. You will still have to edit /etc/X11/XF85Config-4 in order to load the Nvidia drive. The other steps should be done atomatically.

 

PS-The latest Nvidia install program worked fine for me, and I have always in the past compiled my driver. Check it out at www.nvidia.com

Link to comment
Share on other sites

Guest jamesgf

I tried the install method i mentioned above, and it didnt work. i followed the install listed in another thread for the .run file and it worked great. Much easier that way.

 

-jamie

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...