====== Ubuntu - GPU - Drivers - Blacklist radeon ====== The radeon driver may be conflicting with say the amdgpu driver. Ensure radeon is blacklisted and initrd rebuilt… ---- ===== Blacklist ===== Create the **/etc/modprobe.d/blacklist-radeon.conf** file, if it does not exist. blacklist radeon ---- ===== Regenerate initramfs ===== sudo update-initramfs -uk 'all' **NOTE: **initramfs** is the root filesystem image used for booting the kernel. ---- ===== Reboot ===== reboot