Wayland Display Protocol

Questions about Wine on Linux
Locked
al_rck
Level 2
Level 2
Posts: 11
Joined: Thu May 26, 2022 9:09 am

Wayland Display Protocol

Post by al_rck »

In modern linux distros gnome desktop editions are used such as ubuntu fedora manjaro ,people are switching from xfce to gnome as xfce uses x11 protocol which is a legacy code and buggy. While newer gnome desktops are completely switched to Wayland which is less buggy and modern protocol compared to x11.
While running games 3d apps this protocol affect the performance so the linux part of wine should be built on modern Wayland display protocol which will be easy for devs also. Hope replies, better suggestions.
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Wayland Display Protocol

Post by jkfloris »

The Wine developers are currently working on the winewayland driver. So Wayland support is coming.
You can follow the development on gitlab:
https://gitlab.winehq.org/wine/wine/-/m ... uests/2712
al_rck
Level 2
Level 2
Posts: 11
Joined: Thu May 26, 2022 9:09 am

Re: Wayland Display Protocol

Post by al_rck »

Thx dev ,really nice to see it I have come to this thread after hearing news about wine 8.9.
Also Iam currently switched to kde plasma from gnome which also uses Wayland. Plasma is the best desktop I ever used good for developers. Fedora with kde plasma is best for development.
We always support you. ALSO open source graphic driver mesa driver 23.1.1 is released hope it will be helpful to devs.
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Wayland Display Protocol

Post by jkfloris »

A new part of the winewayland driver has been added to Wine 8.9. Don't get too excited yet, the driver is not yet ready for use. However, if you like, you can compile an experimental version of Wine with the wayland driver by yourself.

Source: https://gitlab.winehq.org/wine/wine/-/m ... uests/2275
al_rck
Level 2
Level 2
Posts: 11
Joined: Thu May 26, 2022 9:09 am

Re: Wayland Display Protocol

Post by al_rck »

Hi dev how to get into debugging , and which are the main files preferred.
Locked