Support Wayland with fallback to X11 #526
Labels
blocked
This ticket is blocked for one reason or another.
engine core
Tickets pertaining to the engine core codebase.
linux: ubuntu
Tickets specifically related to the officially supported Linux distro OS, Ubuntu.
proposal
A proposal up for debate.
What is the current behaviour?
Native wayland support is broken due to a bug in GLFW (see #525)
What is the expected behaviour/change?
Wayland should be preferred if available, falling back to X11 if not supported.
What is the motivation / use case for changing the behavior?
Wayland compositors typically has better support for scaling and lower overhead compared to X11
Describe alternatives you've considered:
Most Wayland systems already have an X11 fallback via XWayland, so technically we don't need to do anything.
Are there any potential roadblocks or challenges facing this change?
See #525
Are there any downsides to implementing this change?
No.
Additional context
Wayland is the future, or something.
The text was updated successfully, but these errors were encountered: