ManjaroにAMD専用ドライバをインストールするには?

ManjaroにAMD専用ドライバをインストールするには?

私のラップトップでLinux Manjaro 0.8.13を使用しており、独自のドライバをインストールしたいと思います。これが私が持っているものです:

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)

まず、「Manjaro 設定マネージャ」と「ハードウェア検出」を使ってドライバをインストールしようとしました。 「video-catalyst」と「インストール」を右クリックして再起動すると、黒い画面が表示され、Xは表示されません。

その後、手動でインストールしようとしました。最初はxorg-serverをバージョン1.15にダウングレードしました。私がしたことはすべて次のとおりです。

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

mhwdその後、オプションを削除し、-Rdd触媒を再インストールしてみました。わかります:

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説明する: aticonfig: No supported adapters detected

これは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»

助けてください。どうすればいいですか?私は以前Ubuntuを使ったことがあり、Arch Linuxに初めて触れました。

私はただ1つの仮説を持っています:

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

.logファイルにバージョンが表示されます3.18.15-1。しかし、本当に何をすべきかわかりません。

ベストアンサー1

AMDグラフィックカードは、Catalystの代わりにAMDGPU-PROを推奨しているようです。

whmdが適切なバージョンを見つけることができない場合でも、Webからそのモデルを検索してLinuxバージョンをダウンロードできます。https://www.amd.com/en/support

おすすめ記事