Originally posted by avis
View Post
Most Wayland compositors only work on systems using Kernel mode setting.
wlroots provides backends that abstract the underlying display and input hardware, including KMS/DRM, libinput, Wayland, X11, and headless backends, plus any custom backends you choose to write, which can all be created or destroyed at runtime and used in concert with each other.
Most distribution install instructions presume you are not going after the Wayland for hardware compatibility. Yes between Wayland compositors that support operating without KMS in own code and those that support running on X11 server the result is over 95% of wayland compositors can be made work on a system that does not support KMS.
Yes X11 hybrid route is where you run the X11 server bare metal then put the wayland compositor on top of it instead of the X11 compositor and windows manager.
avis there is a maintenance and security questions. Yes Wayland the future could include xwayland per old X11 application so preventing X11 applications from being able to randomly snoop on user data. So wayland compositor on top X11 server can still provide more secure environment to end user than running X11 windows manager or X11 compositor will.
Comment