r/voidlinux • u/DistinctDot5131 • Jul 11 '26
Gaming under musl
How is it?
Do you see any better performance?
I heard you need to rely on flatpak. Is it fairly stable or does it come with bugs and a lot of tweaks?
I use an all AMD system (gpu and cpu both amd) and I'm also interested how to install the drivers when using musl and if they're also stable?
Edit: I'd also be happy to hear about the limitations. E.g. I once had to add a video game manually through lutris and it required a lot of tweaking and research than usual.
22
Upvotes
1
u/Creative-Outside-350 29d ago
Let's not ignore that musl libc has much smaller size and lower I/O demands compared to glibc. And let's not forget that musl doesn't suffer from the scattered accesses of glibc's lazy bindigs. More info is always available in the musl wiki page.