Archives
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
Configuring LIRC with a Windows Media Center Remote to work at Linux is easy and if you like seeing movies while you are at bed is just awesome, here an easy setup (ripped from mine old blog ) sudo apt-get install lirc lirc-modules-source module-assistant Now on configuration Windows Media Center Transceivers/Remotes (all) -> None -> [...]
Note: This might work on other distributions just installing the packages on their package managers or from source, however you want. Root password and access is required. I been helping a friend to move into Debian Squeeze although this guide work on any I think, first of all, installing the packages, hopefully way less than [...]
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 [...]