Live data from Hacker News

Show HN: Play Pokémon to unlock your Wayland session

github.com

11–20 of 56 posts

Re: Show HN: Play Pokémon to unlock your Wayland session

#11
post #4

Incredible that we're getting something like this before a plain good old screensaver

For use with vintage computers that use CRTs? If not, what kind of oddball display / use-case do you have, where it would be better to play a screensaver than to follow the usual modern flow of display dim -> display black -> display sleep -> computer lock -> [maybe] computer sleep?

Re: Show HN: Play Pokémon to unlock your Wayland session

#13
post #6
post #2

Ah, goody. Looks like I found the only other Wayland user on HN. ;) You should also post here: https://news.ycombinator.com/item?id=44837981

On the KDE side, Wayland has been going pretty well. Wayland sessions make up 82% of all sessions with telemetry enabled. https://blogs.kde.org/2025/03/15/this-week-in-plasma-file-tr... For me the real conundrum was SwayWM vs KDE Wayland rather than any X.org session; I really felt like SwayWM was a good upgrade from i3wm and gave me a better desktop session with much less hacks. Hope to see wlroots push forward and…

I run Wayland but I'm not happy about it. Most autoclickers still don't work, and autotypers need sudo and group magic to get working.

Re: Show HN: Play Pokémon to unlock your Wayland session

#14
post #11
post #4

Incredible that we're getting something like this before a plain good old screensaver

For use with vintage computers that use CRTs? If not, what kind of oddball display / use-case do you have, where it would be better to play a screensaver than to follow the usual modern flow of display dim -> display black -> display sleep -> computer lock -> [maybe] computer sleep?

OLEDs still have burn-in issues even with all the fancy mitigation systems they have.

Re: Show HN: Play Pokémon to unlock your Wayland session

#15
post #11
post #4

Incredible that we're getting something like this before a plain good old screensaver

For use with vintage computers that use CRTs? If not, what kind of oddball display / use-case do you have, where it would be better to play a screensaver than to follow the usual modern flow of display dim -> display black -> display sleep -> computer lock -> [maybe] computer sleep?

If there's one thing I never tire of, it's someone telling me that I don't need something or how I'm doing it wrong. I would love a screensaver that scrubs my OLED pixels.

Re: Show HN: Play Pokémon to unlock your Wayland session

#16
post #11
post #4

Incredible that we're getting something like this before a plain good old screensaver

For use with vintage computers that use CRTs? If not, what kind of oddball display / use-case do you have, where it would be better to play a screensaver than to follow the usual modern flow of display dim -> display black -> display sleep -> computer lock -> [maybe] computer sleep?

One of the great strengths of Linux, and one of the things that draws new people in, is the custizability and making the system your own to whatever degree you want. That a "modern" display manager doesn't let you have a screensaver and people try to cover up for it with "you're just trying to use your system wrong. Be normal and use your system like we say is normal" is embarassing.

Re: Show HN: Play Pokémon to unlock your Wayland session

#17
post #8
post #2

Ah, goody. Looks like I found the only other Wayland user on HN. ;) You should also post here: https://news.ycombinator.com/item?id=44837981

The trick was to switch to AMD (screw NVIDIA on Linux).

I'm on Wayland with NVIDIA, it took longer to get there but it does work perfectly fine.

Re: Show HN: Play Pokémon to unlock your Wayland session

#18
post #11

Earlier quoted context omitted.

For use with vintage computers that use CRTs? If not, what kind of oddball display / use-case do you have, where it would be better to play a screensaver than to follow the usual modern flow of display dim -> display black -> display sleep -> computer lock -> [maybe] computer sleep?

OLEDs still have burn-in issues even with all the fancy mitigation systems they have.

[deleted]

Re: Show HN: Play Pokémon to unlock your Wayland session

#19
post #6

Earlier quoted context omitted.

On the KDE side, Wayland has been going pretty well. Wayland sessions make up 82% of all sessions with telemetry enabled. https://blogs.kde.org/2025/03/15/this-week-in-plasma-file-tr... For me the real conundrum was SwayWM vs KDE Wayland rather than any X.org session; I really felt like SwayWM was a good upgrade from i3wm and gave me a better desktop session with much less hacks. Hope to see wlroots push forward and…

I run Wayland but I'm not happy about it. Most autoclickers still don't work, and autotypers need sudo and group magic to get working.

Root is definitely required to inject inputs at the kernel level using uinput, which I think is what you would hope, ignoring the fact that the typical Linux desktop still has a lot of other low hanging fruit to fix in terms of security.

Anyway though, the "standard" way to do automatic clicking and typing on Wayland is via the RemoteDesktop portal, named such because it is used with ScreenCast to support use cases like VNC and RDP servers. Despite the poor choice of name, it gives a general API for sending inputs programmatically.

https://docs.flatpak.org/en/latest/portal-api-reference.html...

This does require at least a one-time permission grant for an application to use, but at least on KDE it is possible for the permission to persist across runs.

I'm sure everyone is unenthused about having to deal with another way to do things, but it's at least decently straightforward... You could certainly invoke this from a quick Python script I reckon.

(There's also libei but it's kind of a mess imo and I don't know if it is well-supported yet.)

Re: Show HN: Play Pokémon to unlock your Wayland session

#20
post #11

Earlier quoted context omitted.

For use with vintage computers that use CRTs? If not, what kind of oddball display / use-case do you have, where it would be better to play a screensaver than to follow the usual modern flow of display dim -> display black -> display sleep -> computer lock -> [maybe] computer sleep?

OLEDs still have burn-in issues even with all the fancy mitigation systems they have.

Turning dim and black as soon as possible is actually the best for an OLED. A traditional screensaver is a net negative. The built-in fancy-mitigation systems are also probably better than any intermittent fancy screensaver (without the ability to analyze the panel wear to be corrected directly), but at least that's angling towards something better than a loss.

Of course, screensavers are still plain fun. That's justification enough to set one if you want.

Post reply on HN