Ach Linux GPU Setup
Step 1: Multilib
Enable multilib (32-bit) support in /etc/pacman.d/mirrorlist
:
And update:
Step 2: Check Card Manufacturer
Check your graphics card type:
Step 3: Install Drivers
Step 3A
If you see Nvidia
, then install the intel drivers:
1sudo pacman -S --needed lib32-mesa vulkan-intel lib32-vulkan-intel vulkan-icd-loader lib32-vulkan-icd-loader
bash
Step 3B
If you see Intel
, then install the intel drivers:
1sudo pacman -S --needed lib32-mesa vulkan-intel lib32-vulkan-intel vulkan-icd-loader lib32-vulkan-icd-loader xf86-video-intel
bash
Step 3C
If you see AMD
, then check your card support vulkan
:
You should see 'true' here.