Posts tagged driver
Nvidia Driver on Linux – Easy, and Quick
Feb 7th

- Image via CrunchBase
There is a buzz that installing the Linux based Nvidia accelerated graphics driver is complicated. I consider it rather straight forward. First install build-essential, and the headers for your kernel. Those may appear to be some bigs words in the previous sentence, but it is really one line in a terminal window. Build essential installs GCC and its dependencies:
sudo apt-get install build-essential linux-headers-$(uname -r)
Now download the latest and greatest Nvidia driver. Choose the correct build type for your architecture. Conveniently save the file to your desktop and rename it to nvidia.run. The change your tty to another. To change to tty2 press control-alt f2.
Shut down gdm, which will stop X11:
sudo /etc/init.d/gdm stop
Or if you are using the new process manager in Ubuntu 9.10 you can use also:
sudo service gdm stop
Then execute the Nvidia installation script. Login to the command prompt and navigate to the desktop:
cd Desktop
sudo sh nvidia.run
Basically answer yes to everything, let the driver compile, and then when it asks you to configure the xorg.conf file, let it. Nowadays the Nvidia driver basically works out of the box. In the past, with Ubuntu in particular, you had to comment out the included driver in Ubuntu’s modules package, otherwise the custom compiled driver would not load on startup. The open source driver used to be commented out in /etc/default/linux-restricted-modules-common (comment NV); note that this is not needed any more except in Hardy (8.04).
Then start your gdm session, which will take you back to the login window, or your desktop depending on your startup settings:
sudo /etc/init.d/gdm start
Intel GMA 500 Windows and Linux Drivers
Sep 8th
On Windows Vista and XP drivers are provided directly by Intel. They are available from their website and have been recently upgraded in August of 2009. http://downloadcenter.intel.com/Product_Filter.aspx?ProductID=3001&lang=eng I expect these drivers to be updated and rather soon due to the ranting of many unhappy customers that cannot watch videos with even reason playback quality. I cannot watch 720P videos on my Vaio P even though marketing touts the device as perfect for 720P playback. Linux driver support is even worse. The driver packages are current maintained by the Ubuntu Mobile team. They are available in their ppa repository. https://launchpad.net/~ubuntu-mobile/+archive/ppa Add the respective lines to your sources.list file and then add the gpg key. Follow directions on the website and then install all psb and poulsbo packages that you find with apt-cache search. I highly recommend locking the 2.6.28-11 kernel that comes with the Ubuntu Jaunty installation iso. the 2.6.28-14 kernel works too, but the next version completely breaks support for the driver. Keeping the 2.6.28-11 kernel will maintain support for the driver even considering package upgrades. Lock the installed kernel by opening the synaptic package manager and editing the preferences for the installed linux-image.
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=6988a6ec-cec3-48df-b2ed-6f8f6859e942)