AMD Display Driver Ubuntu 19.04 - Setting Up
-
5. Fixing Installation Script
Then Follow Instruction to Fix Installer
-
6. Installing AMDGPU-Pro
First, Access Target directory:
cd && cd Downloads/amd*
(But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.)
So to Verify it’s there List the Directory Contents with:ls . | grep amdgpu
Now to Set up AMDGPU Run Installer:
sudo ./amdgpu-pro-install -y
Finally, Reboot:
sudo reboot
-
7. Configuring for Vulkan
Finally, Only for Vulkan Driver:
sudo usermod -a -G video $LOGNAME
And Check the Setup is successful with:
groups
So Now I’m truly Happy if My Guide could Help you to Install AMDGPU Driver for Ubuntu 19.04!
Contents