Erro durante a instalação do driver gráfico

2

Instalei o Kubuntu 13.04, mas quando eu quis instalar o driver gráfico do meu laptop (ATI) esse erro foi demonstrado:

---------------------------------------------
Supported adapter detected.
Check if system has the tools required for installation.
fglrx installation requires that the system have kernel headers.  /lib/modules/3.8.0-19-generic/build/include/linux/version.h cannot be found on this system.
fglrx installation requires that the system has gcc tool. gcc cannot be found on this system.
One or more tools required for installation cannot be found on the system. Install the required tools before installing the fglrx driver.
Optionally, run the installer with --force option to install without the tools.
Forcing install will disable AMD hardware acceleration and may make your system unstable. Not recommended.
--------------------------------------------------

Por favor me ajude imediatamente. obrigado Minha versão do GCC instalada com o Kubuntu é 4.7.3

    
por Fardin 22.07.2013 / 08:43

2 respostas

2

Experimente sudo apt-get install gcc linux-headers-3.8.0-19-generic e instale os drivers.

Para mais ajuda, veja Qual é a maneira correta de instalar os drivers de vídeo ATI Catalyst (fglrx)?

    
por Danatela 22.07.2013 / 09:58
1

Tente:

sudo apt-get install gcc make 

em seguida, instale os drivers.

    
por Dan Moval 21.03.2014 / 22:48