I have a Kubuntu 20.04 installation on an external drive (and Windows 11 on my internal drive, and another drive which i use for storing data).
Vulkan wasn't working, so i added the repo "ppa:oibaf/graphics-drivers" and then i installed the packages libvulkan1
, mesa-vulkan-drivers
and vulkan-utils
.
That made it work, but now when i run anything that uses Vulkan, it runs really slow compared to OpenGL and Vulkan on Windows.
When i run sudo apt upgrade
, it complains about missing firmware files.
EDIT: Here's the output of sudo lshw -C display
*-display
description: VGA compatible controller
product: Kaveri [Radeon R7 Graphics]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 1
bus info: pci@0000:00:01.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:33 memory:c0000000-cfffffff memory:d0000000-d07fffff ioport:f000(size=256) memory:feb00000-feb3ffff memory:c0000-dffff
EDIT 2: Someone on Reddit told me that it was because it was using the radeon driver instead of the amdgpu driver, so i switched to it and now it works as it should!