Here's a registry key to disable the new EGL graphics driver introduced in WINE 10.17 devel
Reason you may want to do this is to fix some games.
This allows me to start Driv3r on a Raspberry Pi 4, while the default setting makes the game will crash as soon as you get in game.
ALTHOUGH
As far as I know, there's currently no way to disable it on Wayland right now (which is the default display manager for Raspbian)
WINE stuff usually runs way better on X11 desktop environments anyway as it supports resolution changes.
If you must stick with Wayland, you might want to use Wine 10.16 devel in that case!
Unless a new method to disable EGL shows up for Wayland
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Wine\X11 Driver]
"UseEGL"="N"
Reason you may want to do this is to fix some games.
This allows me to start Driv3r on a Raspberry Pi 4, while the default setting makes the game will crash as soon as you get in game.
ALTHOUGH
As far as I know, there's currently no way to disable it on Wayland right now (which is the default display manager for Raspbian)
WINE stuff usually runs way better on X11 desktop environments anyway as it supports resolution changes.
If you must stick with Wayland, you might want to use Wine 10.16 devel in that case!
Unless a new method to disable EGL shows up for Wayland