this post was submitted on 19 Nov 2025
1099 points (97.7% liked)

Technology

77084 readers
3553 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Digit@lemmy.wtf 1 points 6 days ago (1 children)

Possibly not a "solution" (or workaround rather) you want, but... I just switch all that stuff off.

The cool thing about Linux and FOSS is "many eyes make all bugs shallow", and so if you search for the issue, someone else may have already reported it, in the community, or even in the issue tracker, and if not, you can do that, to help others, and then the developers (which can be anyone, even you, btw) can have a better handle on how to mend it.

Every problem, an opportunity, to give back. That's how we got here, in these 4 decades since Richard Stallman announced the start of the GNU project.

[–] dogs0n@sh.itjust.works 1 points 5 days ago (1 children)

What stuff do you switch off? (Did you have this bug previously?)

I tried researching this issue a while ago, it was hard to find anything, but it's not a bug worth spending any more time on unfortunately since it's an easy fix whenever it happens.

Wish I was smart enough to contribute hehe, sadly don't even have the time anyways to sit down and figure it out (someone might already be figuring it out, it's slowly getting rarer and rarer that the bug occurs, still at least one every other day, though much better than the at least multiple times a day from before).

[–] Digit@lemmy.wtf 2 points 5 days ago

stuff like

xset s off
xset -dpms
xset s noblank

and/or there may be other ways in guis to do so too.

can put that in some startup shell bobbins, or wherever its supposed to go in configs. but i tend to just run it in terminal (from fish history) once it bothers me enough to switch it off. ... am not on my usual computer just now, so i had to look that up. plucked that from 2nd result of a websearch for "x11 noblank off".