PDA

View Full Version : FX 5500 Slackware


smdias
06-02-09, 11:55 AM
Hi. I’m using Slackware 12.2. Every time I try to install the Nvidia driver, I get two error messages: first, it says there is no kernel source, even though I have the source at /usr/local/src/linux. Then, I get the GLX error. I have attached the nvidia-installer.log.

I’ve also tried following the instructions at http://www.basicconfig.com/linuxtips/how_to_install_nvidia_driver_slackware_linux
But to no avail.

Can anyone help me? Thank you.

ViN86
06-03-09, 01:47 PM
Have you tried what the error log suggested?

echo; \
echo " ERROR: Kernel configuration is invalid."; \
echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \
echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
echo;