Update wine to latest version#14
Conversation
ef49bc3 to
ca9b36c
Compare
43c4113 to
82068a0
Compare
|
FYI: there is wine 11.6 available now |
0887250 to
b13536d
Compare
21d8879 to
7b6ba96
Compare
|
FYI, i just tested this branch (updated to wine 11.9 though otherwise couldn't build). I ran I can confirm that the zwift installer for the most part shows a white UI (with a progress bar). I then podman exec'd into the running container and ran your graphics test, which all worked without issue. My GPU: AMD 9070 XT on bazzite linux. How can i test the following:
? Questions: A) what's the default launch of zwift (wayland, xwayland, x11)? How can i influence it? I only know about the wayland variable Thank for your help. |
Thanks for your help!
On a wayland system it defaults to xwayland, on a xorg system it default to x11. You can set
Zwift will run at an extremely low fps. 🙂 If you want to see an in-game fps counter, you can set |
9735966 to
2c20166
Compare
|
@netbrain @BreiteSeite I've finally made some progress to make egl work
|
|
Wow, great stuff! |
|
Now if we could only get the wine team to actually implement a working bluetooth driver aswell, then this would be a 10/10 project. |
112fc5c to
1d8e972
Compare
Summary
Update to the latest wine version.
Note: Newer wine versions default to EGL instead of GLX for OpenGL.
Implementation
Add nvidia egl xcb and xlib libraries andselect egl external platform automaticallyWINE_DISABLE_EGLoptionStatus
Graphics tests
Zwift (podman)
wine with egl (default)
To make egl work on nvidia systems, select xcb or xlib (either works)
wine with glx
wine reg.exe add 'HKCU\Software\Wine\X11 Driver' /v UseEGL /d NZwift (docker)
wine with egl (default)
XWayland works with egl
Native Wayland does not work with egl, crash with opengl error.
wine with glx
Does not work, fallback to software rendering.
Todo
egl failed to create dri2 screenwarningsegl_init Failed to find required extension EGL_KHR_client_get_all_proc_addresses