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:
- Linux Gaming wiki
- Gaming on Linux
- ProtonDB
- Lutris
- PCGamingWiki
- LibreGameWiki
- Boiling Steam
- Phoronix
- Linux VR Adventures
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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 hibernateis my browser. That saves sone wear on the SSD.Hibernate works surprisingly well on Linux. Even with LUKS encryption you can make it work.
I haven't heard of this, curious to know what you're referring to?
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.