--
Open a terminal and run the command echo $XDG_SESSION_TYPE.
The output reveals either of these values and thereby the display protocol used: "x11" OR "wayland".
Most modern systems make use of wayland.
--
Wayland:
A newer, more secure, and potentially more performant display protocol, especially for modern graphics hardware.
X11:
The traditional display server protocol used by many Linux systems, including Ubuntu.
--
No comments:
Post a Comment