this post was submitted on 14 Feb 2025
11 points (100.0% liked)

Linux Gaming

16708 readers
5 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
 

I have a nvidia GPU and wanted to use wayland / sway. I was able to get it working, but setting WLR_RENDERER=vulkan makes it stop working. Since sway does not officially support nvidia GPU usage, it seems I may be out of luck

I dont own many games, but I tried a few and they worked fine without issues. But I always heard that vulkan is the future of linux gaming.

Will I be missing out on a lot by not using vulkan renderer with wayland / sway? Do some games not work unless I use vulkan ?

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 15 points 2 weeks ago (1 children)

The important thing is that the game itself uses vulkan. I believe that's entirely independent of whether your window manager uses vulkan. If your games work, then they're probably using vulkan. They won't work any better if sway does as well.

[–] [email protected] 2 points 2 weeks ago

ahh, so the game itself can use vulkan and it is not necessary for sway itself to use vulkan?? wow well that makes me very happy, thanks a lot!!

[–] [email protected] 7 points 2 weeks ago

You don't need to run your window manager in Vulkan mode in order to play Vulkan games, in fact most common window managers use OpenGL, ex. Plasma (yes it has experimental Vulkan renderer but it crashes like crazy)

[–] [email protected] 3 points 1 week ago

The renderer of your window server is completely unrelated to the renderer of the game. If you were using i3 before you were using Xorg and therefore not Vulkan anyways.

[–] [email protected] 1 points 2 weeks ago

It just means that you're limited to older games. Which shouldn't be a problem because a card that doesn't support Vulkan won't be able to run the type of games that would benefit from Vulkan anyways.

You might have problems with Steam though. I have no idea if running Windows games without Vulkan is even possible with Proton. I guess you can probably deactivate DXVK with some environment variable if it isn't detected automatically.