Mar 30, 2010

How to NVidia -> linux

  • Firstly, look at the kernel version by typing: uname -r
  • apt-get install kernel-headers-OUTPUT (uname -r's output)
  • apt-get install binutils
  • wget http://download.nvidia.com/XFree86/Linux-x86/1.0-6111/NVIDIA-Linux-x86-1.0-6111-pkg1.run
  • sudo /etc/init.d/gdm stop -> to turn to console
  • sh NVIDIA-Linux-x86-1.0-6111-pkg1.run --kernel-include-path=/usr/src/kernel-headers-YOURS/include/

No comments:

Post a Comment

Visual Studio Keyboard Shortcuts

Playing with keyboard shortcuts is very interesting and reduce the headache of using the mouse again and again while programming with visu...