Displaying 1 result from an estimated 1 matches for "nvidiaxxxxx".
2008 Jul 05
1
FW: Problem with nvidia-drv-x11 when upgrading to CentOS 5.2 (Akemi)
...de. For
> users of the Proprietary Nvidia Driver it will not. You will have to
> manually recompile it.
I have not done this for a while but you can automate the installation of
the proprietary Nvidia driver by providing appropriate flags. The following
command worked when I tested:
sh ./NVIDIAxxxxx.run -a -q -N --ui=none
Others posted this:
sh ./NVIDIAxxxxx.run --no-network -s -K -n
Once you find the way to get the installalation working without human
intervention, you can put it in a place like /etc/rc.local :
if [ ! -e /lib/modules/`uname -r`/kernel/drivers/video/nvidia.ko ]; then...