I'm having what looks like an issue with the amdgpu drivers on Ubuntu 20.04, and I'm looking for help sorting it out or determining that the setup is not supported/viable.
HP Laptop
CPU: AMD Ryzen 3 3200u with radeon vega mobile gfx x 4
GPU: AMD Raven 2
Ubuntu 20.04
What I did:
What happened
What I expected
Things I have tried
If you are still interested, the issue is with the specific problematic interaction of the AMD Ryzen 3200u graphics card and the mesa driver and is not limited to your Linux distribution. The fix, as discussed in https://gitlab.freedesktop.org/mesa/mesa/-/issues/2814, was to add the line
export AMD_DEBUG=nodmacopyimage
to my ~/.bash_profile. The graphics are now displaying correctly.
Hope this helps.
I using the 3000G and its onboard Vega 3 and I've fixed it.
I tried the .bashrc fixes like
export AMD_DEBUG=nodmacopyimage
export AMD_DEBUG=novram
They didn't work but my fix did not remove them from my bash profile, so maybe they are part of the fix ... I don't know, maybe you should add these if the very obvious but overlooked thing I did to fix the garbled textures thing doesn't work ...
Uninstall the amdgpu drivers by going
"sudo amdgpu-install --uninstall"
then reinstall by going
"sudo amdgpu-pro-install --opencl=legacy"
This should do the trick.
It must be the pro drivers and you must tell it to use legacy opencl as the latest opencl is for vega 10. The 3000G only has vega 3. As a final tip, don't use superglue to put your hair back in. You've lost it baldy!