Wayland and screen savers (www.jwz.org)
from pnutzh4x0r@lemmy.ndlug.org to linux@lemmy.ml on 04 Sep 2023 22:00
https://lemmy.ndlug.org/post/156260

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.

#linux

threaded - newest

Chewy7324@discuss.tchncs.de on 04 Sep 2023 22:18 next collapse

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] wayland.app/protocols/ext-session-lock-v1

[2] github.com/ifreund/waylock

Auli@lemmy.ca on 04 Sep 2023 22:51 next collapse

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

spauldo@lemmy.ml on 04 Sep 2023 23:31 next collapse

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

TrustingZebra@lemmy.one on 04 Sep 2023 23:45 next collapse

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 on 05 Sep 2023 01:39 next collapse

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.

lloram239@feddit.de on 05 Sep 2023 06:59 next collapse

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).

TrustingZebra@lemmy.one on 05 Sep 2023 07:06 collapse

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”.

[deleted] on 05 Sep 2023 14:21 collapse

.

TrustingZebra@lemmy.one on 05 Sep 2023 20:24 collapse

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).

LaggyKar@programming.dev on 05 Sep 2023 06:07 next collapse

It’s not gonna be better than turning the screen off.

dudewitbow@lemmy.ml on 05 Sep 2023 19:29 collapse

Oleds have built in hardware screen saver

ares35@kbin.social on 05 Sep 2023 00:26 collapse

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

Vincent@feddit.nl on 05 Sep 2023 06:23 next collapse

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 on 05 Sep 2023 10:32 next collapse

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

[deleted] on 05 Sep 2023 14:20 collapse

.

spauldo@lemmy.ml on 04 Sep 2023 23:24 next collapse

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 on 05 Sep 2023 09:46 collapse

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

spauldo@lemmy.ml on 05 Sep 2023 10:51 collapse

Did he say that because the answer to IF it worked was no?

Pantherina@feddit.de on 05 Sep 2023 14:08 collapse

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

feral_hedgehog@pawb.social on 04 Sep 2023 23:58 next collapse

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?

[deleted] on 05 Sep 2023 14:32 collapse

.

interdimensionalmeme@lemmy.ml on 05 Sep 2023 08:55 next collapse

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 on 05 Sep 2023 09:09 next collapse

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.

interdimensionalmeme@lemmy.ml on 05 Sep 2023 21:42 collapse

So every window manager now needs to implement tools to control power management ? That seems very uneconomical.

Pantherina@feddit.de on 05 Sep 2023 09:48 next collapse

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

feral_hedgehog@pawb.social on 05 Sep 2023 17:07 next collapse

  • “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.
Unkend@lemmy.world on 06 Sep 2023 00:43 collapse

no native network transparency

Xorg killed network transparency long ago.

interdimensionalmeme@lemmy.ml on 06 Sep 2023 09:03 collapse

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

Pantherina@feddit.de on 05 Sep 2023 09:43 collapse

Oh no!

Anyways…