this post was submitted on 23 Jun 2026
9 points (100.0% liked)

Linux

65942 readers
527 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

Are there at least some plans to implement screensavers into Wayland? Is there any way to override Wayland's restrictions and set a screensaver up?

you are viewing a single comment's thread
view the rest of the comments
[–] Scipitie@lemmy.dbzer0.com 6 points 6 hours ago (1 children)

If there are any plans I don't know but what I can tell you is that there's currently no way to circumvent these "restrictions" - because there are none.

Although from a user perspective it feels like something got taken away from Wayland perspective it's the other way arou d: screensavers want rights that Wayland simply doesn't provide to any user space application.

A screensaver needs to track user interaction globally (for the timeout), overlay over existing apps, manipulate viewport properties, manage the session and similar things, depending on the details.

Depending on what you want there might be ways to hack something together though.

Then there's of course the disclaimer that although I'm not ab LLM my training data (aka experience) might be out of date :D

[–] SilverCode@lemmy.ml 7 points 5 hours ago

It sounds like something the session lock protocol can be used for

https://wayland.app/protocols/ext-session-lock-v1