this post was submitted on 27 Feb 2026
97 points (94.5% liked)

Linux Gaming

24614 readers
166 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

Every night, I put my computer to sleep. But should I be shutting it down every now and then? For example, maybe once a week or once a month?

Just curious to see this question answered from a Linux gamers' perspective.

you are viewing a single comment's thread
view the rest of the comments
[–] poinck@lemmy.world 2 points 22 hours ago (1 children)

I use hibernate (suspend-to-disk). This way I can save power and have all the apps open when I login after resume from disk. Full reboot happen after important security or major updates.

My swap volume is 150% the size of my RAM so that there is never a situation where I cannot do this. The only program I close before systemctl hibernate is my browser. That saves sone wear on the SSD.

Hibernate works surprisingly well on Linux. Even with LUKS encryption you can make it work.

[–] MouldyCat@feddit.uk 1 points 20 hours ago (1 children)

I close before systemctl hibernate is my browser. That saves sone wear on the SSD.

I haven't heard of this, curious to know what you're referring to?

[–] a14r@lemmy.org 1 points 19 hours ago

Browsers use a lot of ram. Upon hibernation, the contents of ram are written to disk. So the less ram you have in use, the less needs to be written to disk, saving on disk wear.