Announcement

Collapse
No announcement yet.

Basic OpenGL Support Merged For Wine's Wayland Driver

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Originally posted by jeisom View Post

    So hypothetically, if I built zink for windows, would that be enough to have most of the windows games run?
    Zink is part of Mesa as of 24.1 by default, but not enabled by default so OpenGL will still be used. Append this to the beginning of a game launch command.
    Code:
    MESA_LOADER_DRIVER_OVERRIDE=zink
    For example, to use it in Retroarch
    Code:
    MESA_LOADER_DRIVER_OVERRIDE=zink​ retroarch
    I doubt the Wayland driver for Wine is ready for mainstream use so unless you;re curious I'd wait until it's more mature.
    Last edited by robojerk; 08 March 2024, 02:43 AM.

    Comment

    Working...
    X