F5F Stay Refreshed Software Operating Systems No one has confirmed smooth Overwatch performance on Linux yet.

No one has confirmed smooth Overwatch performance on Linux yet.

No one has confirmed smooth Overwatch performance on Linux yet.

Pages (3): Previous 1 2 3
B
bouchermuse
Member
89
04-08-2023, 01:31 AM
#21
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.
B
bouchermuse
04-08-2023, 01:31 AM #21

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.

S
Sunahh
Posting Freak
863
04-08-2023, 05:15 AM
#22
There seems to be an issue with the command execution. The tool isn't available.
S
Sunahh
04-08-2023, 05:15 AM #22

There seems to be an issue with the command execution. The tool isn't available.

B
Blurr_
Junior Member
49
04-09-2023, 07:55 AM
#23
This application seems to appear in arch-style distributions. Are you certain? It might have been mistyped—possibly edited on October 12, 2018 by a guest.
B
Blurr_
04-09-2023, 07:55 AM #23

This application seems to appear in arch-style distributions. Are you certain? It might have been mistyped—possibly edited on October 12, 2018 by a guest.

J
JeronimoYT
Senior Member
428
04-09-2023, 01:14 PM
#24
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.
J
JeronimoYT
04-09-2023, 01:14 PM #24

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.

Pages (3): Previous 1 2 3