Either dig up an old iPod (flash-modding would be a good idea, as 300+GB iPods are rarer) and put Rockbox on it for FLAC support, or dig up an old phone or something and get a decent USB-C adapter/DAC.
20, they/she, math+CS student
Either dig up an old iPod (flash-modding would be a good idea, as 300+GB iPods are rarer) and put Rockbox on it for FLAC support, or dig up an old phone or something and get a decent USB-C adapter/DAC.
No, it’s licensed under the LGPL, which means source code can be freely distributed and distros would continue to package it for free no matter how hard Redhat tried to paywall it.
I expect Microsoft’s handheld to fall under the Xbox brand, so it’ll probably be incredibly locked down and not something you could use like a PC
They’re all still amd64 tho, so it’s fairly trivial to install linux on them. For the full Steam Deck experience you could get one of those SteamOS isos or just configure it to launch the steam console UI inside gamescope at boot
The Snapdragon 8 Gen 2 in that has mainline Linux kernel support 👀, it might be possible to run full desktop Linux on it
I think sometime in the next few years an ARM based portable gaming PC could challenge the Steam Deck. ARM is a more efficient architecture, so it could have significantly more battery life, the only hurdle is getting x86 emulation performant enough.
I don’t like Manjaro very much, it’s Basically just EndeavorOS with extra hassle imo (delayed updates leading to AUR packages breaking), but you can 100% do this if you like Manjaro.
This is false. All of the device drivers for the steam deck hardware are open source and included in the Linux kernel, and you can Literally just boot directly from a live USB and install whatever distro you want, it’s just a very small laptop inside a console shell essentially. I think Valve even worked with Microsoft to get the hardware working correctly under windows because from what I’ve heard, the Steam Deck experience under windows is much better than at launch (I’m not 100% confident on that tho).
It’s literally just a PC.
True, but they at least can’t brick the hardware itself, and if you were concerned about your steam account there’s always VPNs.
They really couldn’t, it’s just a Linux PC. Worst case scenario you could format the drive and install regular arch Linux on it (SteamOS is arch based, and you can add the repos for all of the custom steam packages to a standard arch install). Unlike the switch, you have direct, firmware level control over the hardware, which is why I bought it. I want to encourage more manufacturers to not lock down their hardware
Hell, you could install Windows on the thing if you really wanted to.
Yuzu is better overall, but Ryujinx works weirdly better for certain games. Like, Mario Wonder runs about 40% better for me on Ryujinx for some reason.
The steam deck library includes the entire switch library via emulation, so Yeah Obviously. (Ik they’re not counting emulation, but my point is that the steam deck is a PC, which makes it much more versatile)
Try setting it to use proton experimental, newer games sometimes depend on features that aren’t in the stable versions of proton yet (or are at least buggier/worse in the stable versions)
Edit: also try launching the game from desktop mode. The compositor in steam mode is Wayland-based and desktop mode uses an X11 session by default. The issues you’re describing sound a bit like something that’s happened to me running games under Wayland on my laptop
That depends on your use case, I just did a simple zpool with no redundancy because I wanted maximum speed/capacity and all my data is backed up on an external HDD. If you need redundancy, I would look online for how to configure that and what the optimal setup is.
Actually, I assumed you just had the SSD, if you have more than 256gb of free space between those HDDs, you can go ahead and remove the SSD from your zpool right now (unless your bootloader is there, then you’ll have to make an EFI system partition on one of the HDDs and install a bootloader first)
Fair, haven’t use Ubuntu or any of it’s derivatives in years
You need to add the new drive to your existing pool because ZFS stores data across all drives by default, similar to a RAID0. Then you remove the old drive and ZFS will automatically copy the data off the failing drive onto the healthy one and allow you to remove the failing drive with no data loss.
Manjaro is basically just arch Linux on a 1-2 week update lag, so you’d have just as much if not more success with EndeavorOS or raw Arch.
Honestly my main issue with Manjaro is still that they hold updates for a week or two for “testing” which tends to break certain AUR packages. I’d be less mad if the testing actually amounted to anything, but half the time they basically do nothing, and if there were any bugs Arch has released updates that resolve them already, which you won’t get for another week because of their update schedule. Anytime anyone talks about being interested in Manjaro, I just recommend they get EndeavorOS instead, it’s basically stock arch with a fancy installer and sane defaults which is great for anyone who mostly knows what they’re doing with Linux (or is at least capable of opening a terminal window and pasting error messages into google or, failing that, ChatGPT and following basic instructions)
It seems like gcc rust would pretty much fix that issue, since soon gcc will be able to compile rust for any architecture gcc supports.