1. Prepare the kernel source to install the driver with a terminal code:
Code:
apt-get install linux-source-2.6.38
Code:
prepare-kernel-source
Code:
cp -rf include/generated/* include/linux/
2. NVidia driver installation file can be downloaded at:
http://www.nvidia.com/object/unix.html
Then save it to /root
3. Change the file permissions on the installation of nvidia drivers with the command:
Code:
chmod +x [file_name]
4. Turn off the kernel Nouveau by opening the file
Code:
nano /boot/grub/grub.cfg
then enter the parameters of your BackTrack boot options:
5. Reboot
6. Do not start X [startx], run the installation file before X starts.
7. Then type this command in the CLI:
Code:
./[driver_installer]. run --kernel-source-path='/usr/src/linux'
8. Follow the installation instructions.
9. reboot
10. Your nVidia you already to use, and your BackTrack can play Compiz.
Reply if this not work for you. Sorry for my bad English