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.
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.
xset is xorg. The equivalent depends on your compositor, e.g.
kscreen-doctor --dpms off
for KDE Plasma andswaymsg "output * dpms off"
for Sway.So every window manager now needs to implement tools to control power management ? That seems very uneconomical.
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.
I personally actually prefer a not finished but clean system, rather than a “it works, somehow, I guess” system
deleted by creator
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