gabmus@lemm.eetoLinux@lemmy.ml•Can someone ELI5 why some apps need to support X11/wayland?
31·
1 year agoThe application needs to speak a protocol to be able to use it. If you use a X wm your apps need to be able to talk X’s protocol to work, if you use a Wayland compositor your apps need to be able to talk Wayland’s protocol (or run on Xwayland, which is basically an X server that runs inside Wayland).
The wm/compositor abstractions only work if your apps know how to use them via the correct protocol
You can take a look at the Linux VR Adventures Wiki, it’s the best resource available right now for VR on Linux (full disclosure: I’m biased since I’m part of the lvra community/devs 🤓)