Como instalar os drivers patenteados da AMD no Manjaro?

1

Estou usando o Linux Manjaro 0.8.13 no meu laptop e quero instalar drivers proprietários. Aqui está o que eu tenho:

efog# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7500M/7600M Series] (rev ff)

Primeiro, tentei instalar drivers usando o "Manjaro Settings Manager" e "Hardware detection". Clique com o botão direito do mouse em "video-catalyst", depois em "Install", reiniciei e obtive a tela preta sem o X.

Então eu tentei instalá-lo manualmente. No começo eu fiz o downgrade do meu servidor xorg para a versão 1.15. Aqui está tudo o que eu fiz então:

yaourt catalyst-test #conflict with mhwd
yaourt catalyst-total-pxp #conflict with mhwd
sudo mhwd -i pci video-catalyst #ok, but black screen

Então eu removi a opção mhwd with -Rdd e tentei instalar o catalisador novamente. Eu tenho isso:

Building fglrx module for 3.18.15-1-MANJARO kernel ...
Failed!!! Check out log: /var/log/catalyst-install.log
Switch to AMD
Switch to AMD
----------------------------------------------------------------
You can use the tool 'aticonfig' to generate an xorg.conf file.
--------------------- ^^^^^^^^^ --------------------------------
fglrx was added into /etc/modules-load.d/catalyst.conf
----------------------------------------------------------------
    atieventsd (needs acpid pkg) on systemd:
systemctl enable atieventsd
systemctl start atieventsd
----------------------------------------------------------------
For more info and troubleshooting visit:
http://wiki.archlinux.org/index.php/ATI_Catalyst
----------------------------------------------------------------
----------------------------------------------------------------
                ATTENTION!
----------------------------------------------------------------
To enable 'automatic re-compilation while system shutdown/reboot' 
testing feature run these commands as root:
systemctl enable catalyst-hook
systemctl start catalyst-hook

More info here:
https://bbs.archlinux.org/viewtopic.php?pid=1255575#p1255575
----------------------------------------------------------------
---------------- I/O BUG ---------------------------------------
There's a bug in fglrx found by lano1106 which generates
great amount of unneeded I/O operations

To activate workaround enable systemd service:
systemctl enable temp-links-catalyst
systemctl start temp-links-catalyst

More infos:
https://bbs.archlinux.org/viewtopic.php?pid=1279977#p1279977
https://bbs.archlinux.org/viewtopic.php?pid=1280193#p1280193

aticonfig --initial diz: aticonfig: No supported adapters detected

Aqui está o catalyst-install.log :

--------
2015-06-25 13:10:09
Building fglrx module for 3.18.15-1-MANJARO kernel ...
--------
OsVersion says: SMP=1
file /proc/kallsyms says: SMP=1
Warning:
kernel includes at /usr/lib/modules/3.18.15-1-MANJARO/build/include not found or incomplete
file: /usr/lib/modules/3.18.15-1-MANJARO/build/include/linux/autoconf.h

Warning:
kernel includes at /usr/lib/modules/3.18.15-1-MANJARO/build/include not found or incomplete
file: /usr/lib/modules/3.18.15-1-MANJARO/build/include/linux/autoconf.h

assuming default: MODVERSIONS=0
Warning:
kernel includes at /usr/lib/modules/3.18.15-1-MANJARO/build/include not found or incomplete
file: /usr/lib/modules/3.18.15-1-MANJARO/build/arch/x86/include/asm/compat.h

md5sum: /usr/lib/modules/3.18.15-1-MANJARO/build/Module.symvers: No such file or directory
make: entering directory «/usr/lib/modules/3.18.15-1-MANJARO/build»
make: *** No rule to make target «modules».  Stop.
make: exiting directory «/usr/lib/modules/3.18.15-1-MANJARO/build»

Me ajude por favor, o que eu tenho que fazer? Eu sou totalmente novo no Arch Linux, estava usando o Ubuntu antes.

Eu tenho apenas 1 suposição:

efog# uname -a               
Linux efog-pc 3.18.14-1-MANJARO #1 SMP PREEMPT Mon May 25 01:26:15 UTC 2015 x86_64 GNU/Linux

E no arquivo .log eu vejo a versão 3.18.15-1 . Mas eu realmente não sei o que fazer.

    
por Efog 25.06.2015 / 12:20

1 resposta

0

Acho que agora o recomendado para os gráficos AMD é o AMDGPU-PRO e não o Catalyst.

Se o whmd não conseguir encontrar os corretos, você ainda poderá baixar os arquivos do Linux pesquisando o modelo na página da Web: link .

    
por 09.09.2018 / 14:20