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.

  • Auli@lemmy.ca
    link
    fedilink
    English
    arrow-up
    51
    arrow-down
    4
    ·
    10 months ago

    Who even uses screensavers anymore? Just set the screen to turn off after a set amount of time.

    • ares35@kbin.social
      link
      fedilink
      arrow-up
      25
      arrow-down
      3
      ·
      10 months ago

      a visible locking screen saver on idle workstations is a requirement in many places.

      • Vincent@feddit.nl
        link
        fedilink
        arrow-up
        16
        ·
        10 months ago

        AFAIK screen locking is already possible and widely implemented; it’s just being handled by the display manager (? I think that that’s the right term). It’s just that you can’t install anything that provides a fancy animation, if I understand correctly.

      • Auli@lemmy.ca
        link
        fedilink
        English
        arrow-up
        8
        ·
        10 months ago

        Yes and my screen locks when the screen turns off, don’t need useless graphics bouncing around.

    • TrustingZebra@lemmy.one
      link
      fedilink
      arrow-up
      15
      arrow-down
      3
      ·
      10 months ago

      With the increasing popularity of OLED displays, screensavers might make a comeback. Although I still think OLED displays aren’t worth it.

      • Whom@beehaw.org
        link
        fedilink
        English
        arrow-up
        3
        ·
        10 months ago

        Don’t they typically do minor anti-burn in changes during idle, basically having a built-in screensaver? Still, an additional one could be nice for peace of mind.

        • TrustingZebra@lemmy.one
          link
          fedilink
          arrow-up
          3
          ·
          10 months ago

          Don’t they typically do minor anti-burn in changes during idle, basically having a built-in screensaver?

          That’s what the display makers claim, in order to avoid too many customer complaints. In reality you’re still likely to get burn-in within a few years of monitor use, and when you ask for warranty support you’ll get denied claiming “you used the display wrong”.

            • TrustingZebra@lemmy.one
              link
              fedilink
              arrow-up
              2
              ·
              10 months ago

              People don’t tend to keep phones for more than few years. On the other hand, I have LCD computer monitors that I still use over a decade later.

              What really kills OLED displays is persistent static elements. These are common for desktop usage: persistent taskbar/dock, desktop wallpaper, window buttons, tiling, GUI elements and HUDs in gaming. All of these things significantly increase the chance of getting burn-in within a few years.

              OLED fanatics suggest it’s all user fault, that people should just use a solid black background for their desktop wallpaper (ugly), have a auto-hiding taskbar (inconvenient) and limit time spent on programs/games (really). Basically rather than using the computer the way you want, you have to carefully handle it like an egg. An expensive egg at that, since OLED displays are still ridiculously overpriced (often costing more than equivalent TVs).

        • lloram239@feddit.de
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          10 months ago

          They try a lot of things, but they still burn in extremely quickly, much more so than any CRT ever did (which really never burned in in a consumer setting).

    • spauldo@lemmy.ml
      link
      fedilink
      English
      arrow-up
      13
      arrow-down
      2
      ·
      10 months ago

      jwz addressed this, actually, by responding, “Who hurt you?”

  • Chewy@discuss.tchncs.de
    link
    fedilink
    arrow-up
    39
    ·
    edit-2
    10 months ago

    There’s already a wayland protocols extension in “testing”, called ext-session-lock-v1 [1]. Sway, river and other wlroots compositors already support it.

    The ext-session-lock-v1 protocol is significantly more robust than previous client-side Wayland screen locking approaches. Importantly, the screenlocker crashing does not cause the session to be unlocked. [2]

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

    [2] https://github.com/ifreund/waylock

  • feral_hedgehog@pawb.social
    link
    fedilink
    English
    arrow-up
    15
    ·
    10 months ago

    Right so just installed xscreensaver - automatic blanking and locking is indeed broken BUT it does display all the pretty animations just fine! (at least on Sway)
    Don’t really have time to mess around with it but maybe try figuring out which mechanism is used for screen locking in your environment (in Sway’s case it’s swayidle) and get it to start xscreensaver right before calling the real locker program?
    BTW you can get xscreensaver-settings to come up by unsetting the WAYLAND_DISPLAY variable:

    env --unset=WAYLAND_DISPLAY xscreensaver-settings
    

    Philosophical BS: I don’t think it’s correct to say that Wayland doesn’t support screen savers, but rather that it doesn’t support XScreenSaver, or, more accurately, the mechanisms it uses for screen locking and idle-detection.
    As others have pointed out, equivalent functionality has already been implemented and is used by various screen lockers. What appears to be missing is something to take this functionality, and display an animation instead of just locking the screen.
    I noticed that all of XScreenSaver’s animations are actually separate binaries in /usr/lib/screensaver/ so we basically need a locker that speaks Wayland’s locking protocol, but also takes and runs those binaries in full screen mode.
    Or maybe XScreenSaver’s dev can be convinced to add support once the protocols are stable?

  • interdimensionalmeme@lemmy.ml
    link
    fedilink
    arrow-up
    10
    arrow-down
    4
    ·
    10 months ago

    So, we’re going to have to struggle with every single X11 feature until Wayland is done ? Still no native network transparency either ? Last I checked you couldn’t even control dpms monitor standby with xset and there was no equivalent.

    • lea@feddit.de
      link
      fedilink
      arrow-up
      10
      ·
      edit-2
      10 months ago

      Last I checked you couldn’t even control dpms monitor standby with xset and there was no equivalent.

      xset is xorg. The equivalent depends on your compositor, e.g. kscreen-doctor --dpms off for KDE Plasma and swaymsg "output * dpms off" for Sway.

    • feral_hedgehog@pawb.social
      link
      fedilink
      arrow-up
      9
      ·
      10 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.
    • Pantherina@feddit.de
      link
      fedilink
      arrow-up
      8
      ·
      10 months ago

      I personally actually prefer a not finished but clean system, rather than a “it works, somehow, I guess” system

      • interdimensionalmeme@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        On the server xhost +

        On any other computer export DISPLAY=192.168.1.10:0 firefox

        That works just as much today as it did back in 1997 when I first used that

  • spauldo@lemmy.ml
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    7
    ·
    10 months ago

    Other than rumors that HiDPI stuff works better on Wayland (which only affects me on my laptop since I was stupid enough to buy a 4k one), I’ve seen no real reason to switch away from X. It’s always just worked for me, and has since the 90s.

    Maybe I’ll reevaluate again in another decade. Perhaps Wayland will be finished by then.

    • Pantherina@feddit.de
      link
      fedilink
      arrow-up
      7
      ·
      10 months ago

      Its more secure. It is way better on multiple displays already. It is actually maintained. Windows are not just random things but there is actually a system behind it. Programs need manual portal permission to spy on you. No app can register your keystrokes or film your desktop.

      “Dont ask yourself IF it works, but HOW it works” - Peter stuge

        • Pantherina@feddit.de
          link
          fedilink
          arrow-up
          1
          ·
          10 months ago

          He was referring to proprietary BIOSes that work for sure but suck. Coreboot on the other hand also works but doesnt suck