• 1 Post
  • 157 Comments
Joined 2 years ago
cake
Cake day: July 9th, 2023

help-circle
  • Layering isn’t bad, but what happens is with each update, the system tries to re-layer each of those packages. If some are missing from the next deployment’s rpm database or have been superceded by another package, you’ll run into these kinds of issues.

    In my case, for example, my next deployment was missing java-17-openjdk, because it had been superceded by other metapackages.



  • For the “none of the providers can be installed” errors, there’s likely been a package name change or removal in 42. I ran into a similar issue with Bazzite. I uninstalled the offending package, then reinstalled after the update.

    The last one says there’s a package conflict. You’ll need to remove the one you have in order to proceed.



  • Telorand@reddthat.comtoLinux@lemmy.mlLinux PC build (2025)
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    12 days ago

    You’re gonna want to upgrade that cooler to the Peerless Assassin 120 or the Phantom Spirit 120 SE. The Assassin X won’t be able to handle the 105W CPU.

    I have a 5700X3D, which is also a 105W CPU, and smaller coolers just weren’t enough, even with undervolting. I was always pushing max temps doing prime95, and upgrading the cooler to the Phantom Spirit fixed that.



  • First of all, I’m not trying to tell you how you should live your life. My following commentary is well-intended and in the spirit of making informed decisions, of which I believe everyone has a fundamental right. At the end of the day, follow your conscience. It’s your life to live.

    Spoiler, because I'm long-winded

    Honestly, not knowing enough about how linux distros are funded is part of it.

    Every distro is different. Some have zero financial investment and only volunteer labor. Some have community donations only. Some have funds from non-profit foundations or trusts with specific philanthropic qualifications. Some have corporate sponsors. Some have a mixture. Since you’ve narrowed things down to Ubuntu and Fedora, I recommend exploring where their money each comes from, how they use that money, what kind of governing bodies they have, etc. Though Canonical is based in London, for example, they have a reputation for being the Microsoft of the Linux world.

    It’s simpler to just dismiss all projects with American ties, but FOSS is unique in its collaboration, and drawing a hard line will make life in the FOSS space difficult, if not impossible. On top of that, it’s very unlikely to have any effect towards boycotting the billionaires and politicians that make all our lives awful.

    FOSS is unique in that it does best when everyone works together. This is antithetical to most governments, most corporations, and practically every billionaire. I get your desire to diminish American influence, and as an American myself who’s trying to do the same, I have to be careful that I don’t inadvertently harm the philanthropic efforts still happening in my own back yard.

    To me, FOSS is a way to rebel against the kind of polemicizing and politicking happening across the globe, because working together without their approval is the last thing many of them want us to do.

    Lastly, good luck with your transition! I hope you figure it out and love whatever you ultimately pick!






  • First, gaming distros are vanilla distros with opinionated tweaks and additions to support the hobby of gaming. It might be as simple as having Steam pre-installed to as complex as having unique kernels or custom package repos maintained by the distro maintainers.

    But that doesn’t mean vanilla is always the best choice, because not everybody wants to spend time optimizing everything. Some distros even have easy setup scripts for otherwise complex installations (like for Davinci Resolve). Don’t feel like you need to pick vanilla to be a “true user.”

    Some easy to set up Distros for gaming that are ready ootb:

    • Bazzite: Fedora Atomic, practically bulletproof, just works. Downsides are that adding new packages is not the same as other distros, and there’s a learning curve to it beyond flatpaks. Some software can’t be installed at all if it doesn’t come as an RPM or AppImage (Private Internet Access’s VPN client, for example).

    • CachyOS: Arch with an optimized kernel and optimized packages. Comes with some easy-install scripts. Tool to easily select different kernels and schedulers. Currently another very popular choice. Like the above, this just works. There’s some debate about how significant the optimizations really are, but they’re there nonetheless.

    • Nobara: Traditional Fedora. Like Bazzite, just works. Has a custom update manager that acts as a GUI wrapper for your usual cli tools. Maintained by GloriousEggroll, a widely respected user that maintains the GE versions of Proton.

    • PikaOS: Debian (not Ubuntu). Combines the philosophies of Nobara and CachyOS and puts them atop Debian. Better setup scripts than even CachyOS, a more user friendly update tool than Nobara’s, and has the same kernel selection and scheduler tools as CachyOS, plus the same package optimizations. Don’t let the fact that it’s Debian underneath fool you. This has the latest kernel and drivers.

    I would try all of those in a VM and see what you like about them. They’re all unique and worth a look.

    ETA: all of these have Nvidia versions, so all of them should work with your card.



  • Linux Mint or Nobara would be great beginner distros and would each be great for gaming. If gaming is more important, I would lean towards Nobara. If general use is more important, Mint.

    Keep in mind that you can try most of these out in a Virtual Machine. Some others to consider are PikaOS and CachyOS. I’m also working on my migration, and I install and set up everything with each ISO as if I was doing it for real, to see what hiccups I might run into. It will be slower, but it’s just a trial run, so just expect things to be faster when you do it for real!






  • Generally true when we’re talking about capitalism.

    That’s not necessarily true for FOSS projects, however, since money making isn’t necessarily their goal. Linus Torvalds doesn’t force you to watch an ad or sell off contributors’ data to get the privilege of using the Linux kernel, for example. Bazzite doesn’t sell IP addresses of people who download their distro to data aggregators.

    However, you should do your homework and check who is in charge of projects like these and note what changes they’re bringing.


  • You can write to any folder in /var and /etc (/home is actually a symlink to /var/home).

    Bazzite is atomic, and you can’t just install whatever you want wherever you want like a traditional distro. It sounds like you’re making directories in your home folder, so you should be fine to set everything up there, as long as Lutris knows that’s where the wine prefix is and your game knows where to find the mods.