Archives

Posts Tagged ‘nvidia’

By first, you need to download the following packages with the following command apt-get install linux-headers-$(uname -r) gcc-4.4 Then download and give execution permissions to the NVIDIA binary driver — XServer must be down. wget http://us.download.nvidia.com/XFree86/Linux-x86/275.28/NVIDIA-Linux-x86-275.28.run chmod +x NVIDIA-Linux-x86-275.28.run ./NVIDIA-Linux-x86-275.28.run Now just start the X server, enjoy! Tweet

Sep 10th, 2011 | Filed under Guides, Linux

You need to have closed your X server to make this work. For 64 bits: Download the needed stuff, nvidia driver, the kernel headers, changing permissions and installing it wget http://us.download.nvidia.com/XFree86/Linux-x86_64/260.19.36/NVIDIA-Linux-x86_64-260.19.36.run apt-get install linux-headers-$(uname -r) chmod +x NVIDIA-Linux-x86_64-260.19.36.run sh NVIDIA-Linux-x86_64-260.19.36.run For 32 bits: Download the needed stuff, nvidia driver, the kernel headers, changing permissions and installing [...]

Feb 6th, 2011 | Filed under Guides, Linux
Tags: ,