Tips Linux Explorers | ![]() |
All Things Linux Forum | ![]() |
Great Linux Links | ![]() |
LinuxClues.com | ![]() |
Hometown | ![]() |
QUOTE (Info @ Webpage) |
1) Download the drivers ( http://www.nvidia.com/content/drivers/drivers.asp ) |
CODE |
$ su < password > # kedit /etc/inittab |
CODE |
# reboot |
QUOTE (Info @ Webpage) |
2) Type "root" to get root access, cd to the directory where you downloaded the file and type the following: # sh NVIDIA-Linux-x86-1.0-5328-pkg1.run ( adapt package number to the one you downloaded ) 3) You'll be greeted with the license which asks you to accept or deny it. 4) If you had previous GLX drivers and kernel modules installed, such as the RPMs, you will be prompted to remove them. 5) Next, the utility will check for and return with either a module if your kernel is supported or a statement that you will need to build a module if your kernel is not supported. 6) When you select OK, the utility will either download and install the pre-compiled module or download and compile a module then proceed to install the rest of the driver package. You should receive a message proclaiming the installation was a success. Proceed to the section below before restarting X or rebooting. 7) Open your /etc/X11/XF86Config-4 file with the Vi text editor ( one of the few that works in text mode): |
CODE |
# vi /etc/X11/XF86Config-4 |
QUOTE (Info @ Webpage) |
Under section "Module" there should be a: Load "glx" If you have these lines, nVidia advises you to remove them: Load "dri" Load "GLcore" Now scroll down to the 'Graphics device section' ( or sometimes just named 'Device' ). Instead of the default XFree driver: Driver "nv" Change to: Driver "nvidia" |
CODE |
# startx |
QUOTE (Text @ Config File) |
Load "glx" |
QUOTE (Text @ Config File) |
Load "/usr/X11R6/lib/modules/extensions/libglx.so" |
Tips Linux Explorers | ![]() |
All Things Linux Forum | ![]() |
Great Linux Links | ![]() |
LinuxClues.com | ![]() |
Hometown | ![]() |