No one has confirmed smooth Overwatch performance on Linux yet.
No one has confirmed smooth Overwatch performance on Linux yet.
Check the loaded drivers using lsmod | grep radeon. If it shows radeon, it means the older GPU is active. Running lsmod | grep amdgpu confirms AMDGPU is present. You can load both, but the system will prioritize whichever is detected first. The Arch Wiki advises adding amdgpu and radeon to the MODULES array in /etc/mkinitcpio.conf in that order. After editing, rebuild the initramfs with sudo mkinitcpio -P and restart the system.
It seems you're asking about why you might not need a RAM disk and how to install it using `pacman`. The command `sudo pacman -S mkinitcpio` is used to enable the mkinitcpio package, which helps with mounting filesystems. If you're encountering issues, check your system's requirements or configuration settings.