While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- US operating system age verification bill "Parents Decide Act" gets published
- Mozilla announced "Thunderbolt", their open-source and self-hostable AI client
- PlayStation 3 emulator RPCS3 can now auto-configure games for you
- Gaming on Linux with an older GPU levels up with DXVK-Sarek v1.12 bringing major new features
- SDL (Simple DirectMedia Layer) ban AI / LLM code contributions
- > See more over 30 days here
- Steam achievement conundrum
- GustyGhost - Testing the VRAM valve patch
- Avehicle7887 - Away all of next week
- Liam Dawe - New Desktop Screenshot Thread
- tmtvl - Shop Crush - Psychological Horror Thrift Sim with Literal Illusio…
- hollowlimb - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
MESA_LOADER_DRIVER_OVERRIDE=zink glxgearsor possibly__GLX_VENDOR_LIBRARY_NAME=mesa MESA_LOADER_DRIVER_OVERRIDE=zink GALLIUM_DRIVER=zink glxgearsUnfortunatley on my system I ran into [this bug](https://gitlab.freedesktop.org/mesa/mesa/-/issues/5836) when I tried it.
Last edited by tuubi on 13 Mar 2022 at 4:28 pm UTC
dpkg -L libgl1-mesa-dri:amd64 | rg zink
/usr/lib/x86_64-linux-gnu/dri/zink_dri.so
MESA_LOADER_DRIVER_OVERRIDE=zink glxinfo | rg string
server glx vendor string: SGI
server glx version string: 1.4
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
OpenGL vendor string: Collabora Ltd
OpenGL renderer string: zink (AMD RADV SIENNA_CICHLID)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 21.3.7
OpenGL core profile shading language version string: 4.60
OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.3.7
OpenGL shading language version string: 4.60
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.3.7
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
Last edited by Shmerl on 13 Mar 2022 at 7:01 pm UTC