linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

kautau, in systemd 255-rc1 Brings "Blue Screen of Death" Support and New Tool To Spawn VMs

The systemd-bsod will also display a QR code for getting more information on the error causing the boot failure.

That’s pretty neat. Nowadays with the proliferation of smartphones that’s an easy way to move straight to troubleshooting the issue

kogasa,
@kogasa@programming.dev avatar

scan qr code

ERROR_SXIFKK_INV_MEM_0

troubleshooting link is just a jpg of a frowny face

joel_feila, in Vanilla OS 2 Orchid will be released "very soon"
@joel_feila@lemmy.world avatar

Was vos 2 going to have kde for de or not.

russjr08,
@russjr08@outpost.zeuslink.net avatar

Officially it will release with GNOME, but others might make a KDE spin.

joel_feila,
@joel_feila@lemmy.world avatar

Ahh ok I heard on reddit they would but that a while ago

owiseedoubleyou, in New Plasma 6 Default Icon Theme Looks
@owiseedoubleyou@lemmy.ml avatar

I have to say, they’re certainly an impovement over Breeze, but I still prefer the Oxygen ones

Ascend-910, in Audacity 3.4 Released with Music Workflows, New Exporter, and More
@Ascend-910@kbin.social avatar

please use Tenacity

3arn0wl,

Is there a fork of MuseScore too (the same devs, I think)?

Ascend-910,
@Ascend-910@kbin.social avatar

I am not sure, would you post the repo for me, please?

3arn0wl,
Ascend-910,
@Ascend-910@kbin.social avatar

nice :)

bitwolf, in Who uses pure GNOME (no extensions)

Pretty.much pure gnome. The only thing I use is the auto night mode extension to make it go dark at sunset.

d3Xt3r, (edited ) in The best RAID setup for internal HDD and does it actually make sense to use it all for gaming?

As others have mentioned, the sequential speeds in RAID 0/5 won’t really help you in gaming. What you might see at best is faster loading times, but that’s really about it.

One option which no one else has mentioned is using setting up tiered storage using bcachefs - where your SSD acts like a cache drive, which would contain frequently read aka “hot” data, and the rest of the data would be on your spinning disks. This way, you’d be making the most of your limited SSD space, whilst still taking advantage of the large storage provided by the spinning disks.

The advantage of bcachefs is that all your drives can be part of the same pool and it’ll all be transparent to your OS/programs, and all your data is striped like a RAID 10 array, so you can replace your drives in the future without any issues, or any major config changes. Like if you get a faster NVMe drive in the future, you can set that as your “hot” (promote) drive, your SSD as the foreground drive and your spinning disk pool as the background ones and your data will automagically migrate.

Have a quick read of the manual, you’ll see that it’s actually fairly easy to set up and operate: bcachefs.org/bcachefs-principles-of-operation.pdf

The main drawback right now (for you) is that it’s not yet part of the kernel. The good news is that it’s gonna be in the next kernel (6.7), so you can either wait for it, or use a third-party kernel with bcachefs already compiled in it (I believe linux-tkg is one of them).

Uluganda,

Now THIS is what I need.

I think I need to change my plan abit. What do you think: if I buy 2x1TB, use my sata ssd as foreground, and use 128gb nvme drive as promote drive. I still do not understand the difference between background, foreground, ans promote tho. I went back and forth both reading the guide.pdf and archwiki. Still have no idea how they actually work. It’s bleeding edge, as no one beside the developer talking about it on youtube.

However, I think I’m gonna use both linux-tkg linux-git as they are available on the aur. Tkg is the Garuda used, no? It is on chaotic-aur, so I assumed so.

d3Xt3r, (edited )

Foreground targets are where writes initially go. Data is moved from foreground to background targets while idle or as needed. Data which is read from the background targets is moved to promote targets.

If you set your NVMe as a promote target, SSD as foreground and your HDDs as background targets, all writes would first go to your SSD, then get copied to your HDD during idle, and finally the copy of the data on your SSD will then be marked as a cached copy. In case your SSD becomes full, then it’ll store the data on other drives. As for the promote targets, any time you read data from either the SSD or HDD that wasn’t on the NVMe, it would get cached to it, so the next read will be faster.

The main point of the foreground vs promote is to prioritize write vs read speeds. If you value faster writes, then set your NVMe as foreground. If you value faster reads, then set your NVMe as promote. Of course, you can also set your NVMe as both foreground and promote to benefit from both faster reads and writes.

But since you plan to introduce an SSD in the mix, you can create a single group for your NVMe + SSD, and a second group for the HDDs, and set your SSD group to foreground + promote, which will simplify things.

The Arch wiki illustrates this well:

A recommended configuration is to use an ssd group for the foreground and promote, and an hdd group for the background (a writeback cache).

Modified example to your scenario:


<span style="color:#323232;"># bcachefs format 
</span><span style="color:#323232;">    --label=ssd.nvme1 /dev/nvme0n1 
</span><span style="color:#323232;">    --label=ssd.ssd1 /dev/sda 
</span><span style="color:#323232;">    --label=hdd.hdd1 /dev/sdb 
</span><span style="color:#323232;">    --label=hdd.hdd2 /dev/sdc 
</span><span style="color:#323232;">    --replicas=2 
</span><span style="color:#323232;">    --foreground_target=ssd 
</span><span style="color:#323232;">    --promote_target=ssd 
</span><span style="color:#323232;">    --background_target=hdd 
</span>

If you’re concerned about chucking both the SSD and NVMe in the same group, no need to worry cause bcachefs will automatically prioritize reads from drives with lower latency as mentioned in the wiki.

If they are different speeds, reads for replicated data will be sent to the ones with the lowest IO latency.

But regardless of which setup you go for, main thing to remember is to use the NVMe (or the group containing the NVMe) as the promote target, as that will be your primary cache drive.

uis, in New Plasma 6 Default Icon Theme Looks
@uis@lemmy.world avatar
LtLiana,
@LtLiana@startrek.website avatar

I don’t mind this.

uis, (edited )
@uis@lemmy.world avatar

There are even light and dark wallpapers with transparent version to build your own!

merci3, in Vanilla OS 2 Orchid will be released "very soon"

Really like this distro, waiting for Orchid so I can finally stop hopping

just_another_person, (edited )

Want to lay down a few of those reasons? Hard to tell with all the marketing hype WHAT exactly this distro is unique for, and why people should bother trying.

Edit: found this which answered my questions. distrowatch.com/weekly-mobile.php?issue=20230116#…

TeryVeneno,

There’s the link you posted but there’s also a lot more, I think the latest blog post on their site (as of this comment) has all the new stuff. I recommend checking that out for up to date info.

candle_lighter,
@candle_lighter@lemmy.ml avatar

It’s an immutable distro that simplifies running Android apps and containers for software from other distributions. It uses it’s own tool for immutability called ABRoot that also allows you to safely install native packages when needed.

merci3,

Oh, I was getting ready to answer you but it seems like candle_lighter already did it for me, and you managed to find your own answers :)

To put it in few words: I just like how Vanilla’s implementation of immutability makes it so simple to use.

SGHFan, in Linux on a 2in1 for Uni
@SGHFan@lemdro.id avatar

Rocking a Galaxy Book2 360. Can’t adjust keyboard brightness, kernel parameter is needed for OLED backlight, and 3.5mm headphone jack doesn’t work.

Holzkohlen, in New Plasma 6 Default Icon Theme Looks

I don’t to be teased anymore. I have been looking forward to Plasma 6 for months now.

vettnerk, (edited ) in Your chosen desktop Linux defaults?

Nothing radical, but I’ve used mplayer as default video player since FreeBSD 4.0, and that’s not changing any time soon. VLC is good and all, I just prefer mplayer.

Oh, and for general purpose storage partitions I use XFS, as it plays nice with beegfs.

barrett9h,

why not mpv?

ShitOnABrick, in New Plasma 6 Default Icon Theme Looks
@ShitOnABrick@lemmy.world avatar

Looks awesome

qyron, in Your chosen desktop Linux defaults?

Once, some years back, I posted a topic on how could I slim down my Gnome DE.

It sparked a rather long and complex discussion and the bottom line was that Gnome integration was already at a point where so many parts depended on so many it was not an easy task.

I opted to move to a GTK compatible DE. Currently I use XFCE but spent years with Mate.

wolf,

Xfce / Mate are great (and lightweight) options!

I used Mate for years, but at some point it became unstable for me. I need Wayland, though, so I have to hold my breath until Xfce supports it in the future.

barrett9h,

I still use Mate, but switched the window manager to i3.

AnUnusualRelic, in New Plasma 6 Default Icon Theme Looks
@AnUnusualRelic@lemmy.world avatar

Yeah, well, I’m sticking with Kora.

turkalino, in Help troubleshooting issues with Sony WH1000MX5 playback
@turkalino@lemmy.yachts avatar

Have you ruled out interference? Are you near something like a WiFi router? Bluetooth uses 2.4 GHz, same as older WiFi-enabled devices.

As for comfort, I have the previous rev (WH1000MX4) and they are very comfortable, although the noise cancelling isn’t as great as my AirPods Pro

cyberwolfie,

It happens in my home office, my living room and my actual office. So where I spend 95% of my time with them. So if that were the case, I’d be very disappointed.

As for comfort - I find they are too tight and my head will start hurt (on top) after some time. Loosening them alleviates this somewhat, but they will drag more down on my ears which I find uncomfortable.

turkalino,
@turkalino@lemmy.yachts avatar

If you do find it’s interference, you can alleviate it by switching WiFi devices to the 5 GHz band if possible

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #