/
How to blacklist amdgpu driver?
How to blacklist amdgpu driver?
On my testing laptop I’ve got 2 GPU. I found out theamdgpu
driver is disturbing in suspend. I want to uninstall or blacklist it.
Add the following line to /etc/modprobe.d/blacklist.conf
blacklist amdgpu
As initramfs contains modprobe configuration, update the initramfs and reboot:
sudo update-initramfs -u && sudo reboot
Check whether the driver blacklisted or not, the following command should output nothing.
lsmod | grep amdgpu
, multiple selections available,
Related content
Why Do You Need to Know What GPU You Have?
Why Do You Need to Know What GPU You Have?
More like this
Improve Linux Boot Time and MEM usage
Improve Linux Boot Time and MEM usage
More like this
Turning Your Touchpad On or Off
Turning Your Touchpad On or Off
More like this
Gnoppix 23.11 - 31.Oct. 2023
Gnoppix 23.11 - 31.Oct. 2023
More like this
Gnoppix 23.12 - 1.Nov. 2023
Gnoppix 23.12 - 1.Nov. 2023
More like this
WiFi works great, except when resuming from suspend.
WiFi works great, except when resuming from suspend.
More like this