I have a AMD A6 7400K - Radeon R5 and any game that uses Vulkan just refuses to work. Even Godot 4 simply has 1 fps and visual glitches.
I can use Godot 3 fine because it uses GLES2 / GLES3. I have both Linux and Windows installed. This problem only affects Linux Mint.
I can boot on Windows and Godot 4 runs flawlessly, and so does any Vulkan game (Portal 2 with -vulkan, etc).
And recently, after i've updated to Linux Mint 21.3 Virginia, even Minecraft refuses to work. Vanilla minecraft (as well as modded) crashes to desktop with this error:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f2045672615, pid=128, tid=129
#
# JRE version: OpenJDK Runtime Environment 21.9 (17.0.9+7) (build 17.0.9+7)
# Java VM: OpenJDK 64-Bit Server VM 21.9 (17.0.9+7, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# C [radeonsi_dri.so+0x7f0615]
#
# Core dump will be written. Default location: Core dumps may be processed with "/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h" (or dumping to /home/[USER]/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/instances/1.20.4/.minecraft/core.128)
#
# An error report file with more information is saved as:
# /home/[USER]/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/instances/1.20.4/.minecraft/hs_err_pid128.log
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Process crashed with exitcode 6.```
This seems related to the Radeon GPU. (I've replaced my name with [USER] in the logs).