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: 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!
Login / Register
- Dungeon Clawler will grab hold of your free time now it's in Early Access, plus keys to give away
- Steam getting proper Season Pass support with clearer guidelines and refunds for cancellations
- itch.io store now requires AI generated content disclosures for assets
- Mesa 24.3.0 graphics drivers for Linux released with many new features and bug fixes
- Huge new Proton 9.0-4 update for Steam Deck / Linux now in need of testing
- > See more over 30 days here
-
Steam Autumn Sale is live for you to empty your wallets…
- Cloversheen -
New Steam Controller 2 and VR controller designs got le…
- johnny-linux -
Steam Autumn Sale is live for you to empty your wallets…
- Cloversheen -
Steam Autumn Sale is live for you to empty your wallets…
- Liam Dawe -
New Steam Controller 2 and VR controller designs got le…
- sarmad - > See more comments
- New Desktop Screenshot Thread
- Hamish - Spare gog keys
- Pyrate - Nintendo-style gaming, without Nintendo!
- Talon1024 - What have you been listening to?
- Linux_Rocks - More updates - social media related
- Klaas - See more posts
View PC info
View PC info
MESA_LOADER_DRIVER_OVERRIDE=zink glxgears
or possibly__GLX_VENDOR_LIBRARY_NAME=mesa MESA_LOADER_DRIVER_OVERRIDE=zink GALLIUM_DRIVER=zink glxgears
Unfortunatley on my system I ran into this bug when I tried it.
Last edited by tuubi on 13 March 2022 at 4:28 pm UTC
View PC info
Thank you both. The "MESA_LOADER_DRIVER_OVERRIDE=zink" seems to work so far. Haven't had time to properly test much so far but I'm able to use Mangohud to confirm some games will at least launch with Zink.
View PC info
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 March 2022 at 7:01 pm UTC
View PC info