Avatar

kjetil

kjetil@lemmy.world
Joined
1 posts • 31 comments
Direct message

Thanks, I’m running Bazzite on a (gaming) laptop now, but I’ll install Aurora next time I set up a laptop

permalink
report
parent
reply

I was about to say Bazzite. But Aurora seems to do the same thing? Fedora UniversalBlue based atomic image, with KDE and a sprinkling of of handy out-of-the-box stuff like proprietary codecs, Nvidia drivers etc

permalink
report
parent
reply

Any idea where these hundreds of unused Docker volumes came from?

permalink
report
reply

Yes, this happens automatically for me when I launch games. I don’t remember doing anything special to set it up (Kubuntu with nVidia drivers on X11). I do mostly game in true full screen though, not “full screened window”

permalink
report
parent
reply

Amazing project, well done HeavyBell!

permalink
report
reply

I’ve had a WD Blue SSD completely die in the past, but that could be coincidental. Then again I now have a WD Black nvme where the SMART error counter trickles upwards, so thanks for reminding me I need to change it xD

I’ve also had a Kingston SSD fail on writes, and a Samsung SSD where the error counter trickles upwards, so it might just be coincidental. I’ve also encountered a batch of very expensive Intel SSDs dying early due to a firmware bug, so… TLDR: WD Blue is probably fine :P

Regarding TimeShift, I’m assuming you’ve specified what it should back up, and where. By default it only backs up system files, basically everything outside your /home folder. And stores it on the root partition. That setup is great for recovering from bad system updates, but useless to protect against drive failure.

Assuming you have specified TimeShift to backup your home folder, to a separate physical drive, then twice per day sounds fine. Daily would probably also be fine. Just ask yourself how catastrophic would it really be to loose 1 day of changes?

permalink
report
parent
reply

Oops, sorry, I meant ‘dmesg --follow’ (or ‘dmesg -w’ )

Normally the dmesg kernel log will be quiet after boot, and only give new messages when there’s hardware related changes, like pluging in or out a USB device, or the charger cable.

In my case the log was spamming several messages every second non-stop so it was very obvious

permalink
report
parent
reply

Great 😃 Although… $40 for 1TB nvme sounds suspiciously cheap. Hopefully it’s just cheap cause of the clearance sale. Make sure you do regular backups. TimeShift is good for backing up the operation system, but find something to back up your user-data as well.

I’ve found with cheap SSDs one way they fail is to fail on writes, leading Linux to remount the filesystem as Read-only.

permalink
report
parent
reply

I also had the same thing, don’t worry too much about it.

One thing is worth checking though, which happened on my laptop: After your computer is booted up normally, open a terminal and run dmesg. Is it still spamming these errors?

What happened with mine was that it was still spamming these errors and writing them to the log file(both the log file and the journald database), causing unnecessary wear on the SSD. I filtered out the logs to the file (don’t remember how, but can probably find it again), but couldn’t find how to filter out the logs to the Journald journal.

In my case the spamming was triggered / stopped by unplugging/plugging in the charging cable. If you run ‘dmesg --wall’ it will keep showing you the latest kernel-messages untill you abort with Ctrl+C

permalink
report
reply

Like Synapse also said, your computer is plenty powerful and modern by Linux standards.

Stay away from lightweight desktop environments like Mate and XFCE. They are perfectly OK, but not necessary unless your hardware is really old like 10++ years. You dont have to limit yourself to just “OK”

Mint Edge is for new (last 1-2 years) hardware that is not compatible with Mint (which is based on the Long Term Support versions of Ubuntu, which are released every two years). I saw some news that in the future Mint will not have a separate Edge version, and just make all versions the Edge version, so don’t worry too much about.

One little caveat though, 256GB SSD isn’t all that much these days. For most stuff it’ll be fine, but you should probably avoid installing Flatpaks as they can be quite space-hungry. Native Mint (Ubuntu) packages are usually good enough, just know that most apps will be old, since they’re only updated every two years when there’s a new version of Mint (and Ubuntu LTS). If you buy a bigger SSD just forget about this last paragraph :)

permalink
report
reply