38
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 16 Jul 2026
38 points (100.0% liked)
Linux
66470 readers
1252 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 7 years ago
MODERATORS
Not the one you asked*.
But, to put it simply, there's a piece/suite of software that's actually responsible for displaying stuff. Even your Desktop Environment is contingent upon it. X11 and Wayland are the two most popular 'options' for that and (to be frank) the ones that are 'actually' in use. The former is the OG and was for the longest time pretty much your only option. But the latter has come a long way and is a superior option for most.
In the context of Cinnamon, its Wayland implementation is still relatively immature. Heck, only with its next release will it become non-experimental. But, even then, it is possible that switching will make a difference here.
Invoke
echo $XDG_SESSION_TYPEwithin a terminal. It will return whichever you're on.Thank you, I have done this and confirmed I am running on x11. When I have taken the necessary backups / images and timeshift backup I will test it out as from the sounds of it wayland is still in its experimental phase for cinnamon.
Thank you for all your advice though, now I am beginning to understand the picture I see why my next step is to test wayland.
It has been my pleasure 😊.