Aqui estão as maneiras de instalar o driver da placa gráfica Intel
1. If you are using Ubuntu 12.10 or higher, then you don't have to worry, as Intel has
released a software for Linux system which will scans your graphics card and try to
install appropriate graphics driver. Please refer following link:
2. If you are using Ubuntu 12.04 or less then you can always install you graphics driver
by running these command:
$ sudo apt-get update
$ sudo apt-get install xserver-xorg-video-intel
3. You can also give a try to this:
$ sudo (jockey-gtk &)
As it will scan all your available drivers and try to install the missing one.
4. If nothing works then finally install latest driver by following these steps:
- Abra o Ubuntu Software Center .
- No menu de nível superior, selecione Editar | Fontes de software ...
- Selecione a guia Outro software .
- Clique no botão Adicionar ...
- Digite o seguinte: deb link
- Clique no botão + Adicionar origem .
- Forneça sua senha de usuário quando solicitado.
- Clique no botão Fechar .
-
Atualize e instale executando os seguintes comandos:
$ sudo apt-get update $ sudo apt-get install xserver-xorg-video-intel
Espero que funcione para você!