# # 09-Jun-04 amo Date-of-Birth # # # Get Latest Nvidia Drivers # ------------------------- # http://www.nvidia.com/support # -> graphics -> quatro -> linux ia32 -> download # # Get the Latest Driver # --------------------- # ftp://download.nvidia.com/XFree86/Linux-x86/1.0-5336/NVIDIA-Linux-x86-1.0-5336-pkg1.run # # # Get OUT of X11 mode first # -------------------------- init 3 # # cd /usr/local/src # # # Viewing the contents of the file # --------------------------------- sh /usr/local/src/Nvidia/NVIDIA-Linux-x86-1.0-5336-pkg1.run --extract-only # # # Manual Install # --------------- # sh ./NVIDIA-Linux-x86-1.0-5336-pkg1.run --extract-only # cd NVIDIA-Linux-x86-1.0-5336-pkg1 # make install # # # Install the Nvidia Drivers # -------------------------- sh /usr/local/src/Nvidia/NVIDIA-Linux-x86-1.0-5336-pkg1.run # # update your XF86Config file as appropriate # see the file /usr/share/doc/NVIDIA_GLX-1.0/README for details # # # Check for the Latest Drivers # ---------------------------- nvidia-installer --latest # ftp://download.nvidia.com/XFree86/Linux-x86/1.0-5336/NVIDIA-Linux-x86-1.0-5336-pkg1.run # # # Download and Install the Latest Drivers # --------------------------------------- nvidia-installer --update # # # Make sure the nvidia module is installed on reboots # ---------------------------------------------------- # /etc/rc.d/rc.local # ... # insmod /usr/local/src/Nvidia/NVIDIA-Linux-x86-1.0-5336-pkg1/usr/src/nv/nvidia.o # # # End of file