PDA

View Full Version : INSTALL NVIDIA KNOPPIX 3.3



raduen
11-29-2003, 08:15 PM
After trying everything on the net i can across this on the net.

To install nvidia-kernel with out having to recompile anything you need
the kernel-source deb for your running kernel
symlink it to /usr/src/linux
copy /boot/config-<your running kernel> to /usr/src/linux/.config
cd /usr/src
tar zxvf the nvidia-kernel-src tar.gz
cd /usr/src/linux
make-kpkg modules_image
cd ..
dpkg -i nvidia-kernel-<blah>.deb

This really works.

After this install yanc-0.2.0.tar.gz
to tweak your card (is a must).

Thank for all other replay's on my Q's

A. Jorge Garcia
11-30-2003, 06:05 PM
There's a thread with a working script by Fabianx to install nvidia accelerated drivers (aka dri) on this forum somewhere that works for liveCD and hdinstall. I think this is it:

http://www.knoppix.net/forum/viewtopic.php?t=4016

Good Luck,