- Cisco VPN client
- Gnokii + smsd
- Gpsdrive with Openstreetmap
- Grub2
- HP printer / scanner
- KDE / GNOME autostart
- Kubuntu / Ubuntu from USB stick
- LDAP
- Latest NVidia drivers
- Linux PC as router
- Microchip PIC
- NextWindow touchscreen
- OpenWrt
- Pinnacle PCTV Hybrid Stick Solo
- Qt
- Time handling
- VirtualBox
- Wacom tablet
- X11vnc
drivers from UbuntuFirst install Reboot. Then run the command nvidia-xconfig as root and restart X. That's it. The drivers direct from NVidiaYou can get more recent drivers if you download them direct from the NVidia site. This is the preferred way if you are not running an Ubuntu kernel, but rather built a vanilla Linux kernel yourself. The NVidia site has also got beta drivers. Installing the latest drivers from www.nvidia.com is just a matter of running the downloaded .run file which is a shell script. sudo su chmod 755 ./NVIDIA-Linux-x86-169.07-pkg1.run ./NVIDIA-Linux-x86-169.07-pkg1.run If the script cannot locate the kernel headers, make sure the linux-headers package for your kernel is installed, or, if you built the kernel yourself, make sure the /usr/src/linux symlink exists and points to your kernel sources. If that does not help, then specify the kernel headers like this: SYSSRC=/usr/src/linux ./NVIDIA-Linux-x86-169.07-pkg1.run If the nvidia kernel module is not loaded, even after rebooting, try: depmod -a modprobe nvidia If you get an error like: "Error running install command", then remove useful utilitiesAdditionally you may want to install the |
|||