Monday, June 9, 2025

Determine your graphical platform - X11/wayland

 

-- 

Open a terminal and run the command echo $XDG_SESSION_TYPE.

If the output is "x11", then your system is using X11.

If the output is "wayland", then your system is using 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.

--