73
submitted 11 months ago by pnutzh4x0r@lemmy.ndlug.org to c/linux@lemmy.ml

Wayland does not support screen savers: it does not have any provision that allows screen savers to even exist in any meaningful way. If you value screen savers, that's kind of a problem.

Adding screen savers to Wayland is not simply a matter of "port the XScreenSaver daemon", because under the Wayland model, screen blanking and locking should not be a third-party user-space app; much of the logic must be embedded into the display manager itself. This is a good thing! It is a better model than what we have under X11.

But that means that accomplishing that task means not just writing code, but engaging with whatever passes for a standards body or design committee in the Wayland world, and that is... how shall I put this... not something that I personally feel highly motivated to do.

you are viewing a single comment's thread
view the rest of the comments
[-] feral_hedgehog@pawb.social 9 points 11 months ago
  • "Screensaver" isn't a feature of X - it's functionality provided by XScreenSaver which uses X mechanisms to detect user inactivity, lock the screen and display an animation.
    Equivalent mechanisms exist in Wayland, but XScreenSaver doesn't have logic to interact with them. This can be solved by either teaching XScreenSaver how to talk to these new mechanisms (difficult as it was developed for X from the ground up) or implementing something new.
  • Network transparency already exists (and has for some time) in the form of waypipe.
  • xset isn't a feature of X - it's a utility to control it. Since Wayland compositors aren't X, it makes sense for them to be controlled differently.
this post was submitted on 04 Sep 2023
73 points (88.4% liked)

Linux

46643 readers
935 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 5 years ago
MODERATORS