3

I have a laptop which has an Intel core 2 duo processor with in-built graphics card. I have some issues with the video drivers. I want to know from where I can get latest sources code for the drivers, and also need suggestions about the best way of compiling and installing the driver.

Bruno Pereira
  • 73,643
nixnotwin
  • 5,023

2 Answers2

2

Instead of compiling the drivers yourself you can just add this PPA to your system and update it. All the instructions you need are on the page itself. Follow them carefully, and remember, you do this at your own risk (so the developers are not responsible for breakage).

You can add this PPA to your system using he command sudo add-apt-repository ppa:xorg-edgers/ppa.

It is however strongly recommended to stay with the default drivers that are installed by Ubuntu since they have been widely tested.

If you are looking for something newer but still regarded as stable then look to installing the x-updates PPA

sudo add-apt-repository ppa:ubuntu-x-swat/x-updates 
fossfreedom
  • 172,746
RolandiXor
  • 51,541
  • 1
    I don't think Ubuntu Tweak is the best way to install the ppa. Unless its status has changed, we should be recommending official methods. – Broam Nov 16 '10 at 18:50
  • why is it not the best way to install the ppa? what difference does it make ._.? – RolandiXor Nov 16 '10 at 18:53
-1

You can download the driver from the site of ati or nvidia and install .

  • Can you provide more specific information (or at least links) to show how to do that? (Please also provide or link to installation instructions, usable once one has downloaded the appropriate driver.) – Eliah Kagan Sep 08 '12 at 06:58