Quote:
Originally posted by JayCnrs
Vesa mode works but doesn' t allow Accelerated Graphics,
I ended up compliling the NVIDIA driver, go to the NVIDIA site and download the tar.gz files. Use the NVChooser Program this will tell you which files to download, if you are lucky you will be able to use RPMs. You will need to download 2 files, one is the GLX librairies, the second the kernel driver.
You will want to install the Kernel package first then the GLX librairies.
If you have to use the source tar file for the kernel you will have to use
tar -zxvf NVIDIA-kernel*
cd into the directory that is created
then type make SYSINCLUDE=/lib/modules/linux-2.4xx/build/include/linux
make install
If you are able to use an RPM type RPM -Uhv NVIDIA-kernel*.rpm
After that do the same for the GLX file
tar -zxvf NVIDIA-GLX* if using the source code
make
make install
rpm -Uhv NVIDIA-glx* if able to use RPMs.
If you can use the RPMs use them rather than the source for ease of installation. If using the source you will need your kernel source installed on your system.
Once the files are installed you will need to edit your XF86Config file which is located at /etc/X11.
Where it says Driver "VESA (generic)" change to Driver "nvidia"
Uncomment Load "glx"
Make sure you delete these lines
Load "dri"
Load "GLcore"
If they exist.
That should be it and when you start X you will see the NVIDIA splashscreen just before X loads.
|
Made a slight booboo above. Sorry
The one line should have said:
make SYSINCLUDE=/lib/modules/current_kernel/build/include
Sorry if anybody tried this and got a make error, this is for
Red Hat 8.0.
Plus I am now enjoying 1024x768 at 24 bit color
