Problema com a instalação do driver AMD [duplicado]

0

Eu tentei instalar um driver AMD no meu computador (Ubuntu 16.04) porque o Ubuntu ainda está rodando na GPU integrada.

Falha na instalação.
Aqui está o fglrx-install.log :

NOTE: If your system has logged the missing packages required for installation, install them in the order as per the log file to resolve package-dependency issues.
Supported adapter detected.
Check if system has the tools required for installation.
Uninstalling any previously installed drivers.

Creating symlink /var/lib/dkms/fglrx/15.302/source ->
                 /usr/src/fglrx-15.302

DKMS: add completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area....
cd /var/lib/dkms/fglrx/15.302/build; sh make.sh --nohints --uname_r=4.8.0-45-generic --norootcheck....(bad exit status: 1)
[Error] Kernel Module : Failed to build fglrx-15.302 with DKMS
[Error] Kernel Module : Removing fglrx-15.302 from DKMS

------------------------------
Deleting module version: 15.302
completely from the DKMS tree.
------------------------------
Done.
[Reboot] Kernel Module : update-initramfs
    
por Lukáš Brezovský 01.04.2017 / 10:17

1 resposta

0

Em gráficos híbridos Intel AMD, você deve usar o primo como este para uso discreto da GPU

DRI_PRIME=1 glxgears 
    
por Leder 01.04.2017 / 17:28