# lspci | grep -E "VGA|3D"0a:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series] (rev d3)
# pacman -Syu xf86-video-amdgpu mesa lib32-mesa linux-firmware
# vi /etc/mkinitcpio.conf
# 修正前例
MODULES=()
# 修正後
MODULES=(amdgpu)
# mkinitcpio -P
# [ -f /etc/X11/xorg.conf ] && mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
# reboot












Comments