this post was submitted on 26 Oct 2023
26 points (93.3% liked)
Linux Gaming
15842 readers
16 users here now
Gaming on the GNU/Linux operating system.
Recommended news sources:
Related chat:
Related Communities:
Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Proton 8 requires vulkan 1.3 compatibility. I'm guessing the drivers you're using (or maybe the drivers nvidia has published?) don't have support for it.
I'm using it inside bottles in a flatpak shouldn't it be setup automatically? Thought it's not working natively either. How do I check for the vulkan version?
Run this command to see what version of the vulkan API you're on:
vulkaninfo | head -n 5
outputs this