On Thu Sep 21 18:31:57 2023 +0000, Alexandros Frantzis wrote:
An easy and non-intrusive way to experiment with the upstream Wayland driver is:
- Create the registry key `HKEY_CURRENT_USER\Software\Wine\Drivers\Graphics="x11,wayland"`
- Unset the `DISPLAY` env. variable, e.g, `DISPLAY= wine ...`, to force
the use of the Wayland driver
hello @afrantzis thanks for your hard work I just needed a little help
so I was curious to check how will all of this work out to be when it will all be ready so I tried building the Wayland branch of wine
![image.png](/uploads/0976ecc3a2465c9a0bc68401b1be2946/image.png){width=418 height=165}
so when I run
./configure
make -j 8
and than run ./wine notepad well that didn't work and its still on xwayland
![image.png](/uploads/969abc5169949ae167ed49711d3af740/image.png)
so when I saw this response I tried it by doing this
![image.png](/uploads/605057980ac3fdba7a01fd8550baccc0/image.png)
and then run `DISPLAY=wine ./wine notepad`
`yeah that didn't work as well`
`so can you provide the actual method to test either the wayland driver in the master branch or even the full wayland driver on the wayland branch`