• 1 Post
  • 23 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle

  • Sure, Bazzite has some nice features. But, I would argue that apart from the Nvidia images (there is no AMD image) those are all minor things. And for Nvidia cards, the Mint Driver Manager is pretty good. I don’t think any of those differences play a role here.

    In general, I think it’s really unhelpful to present “switch to my favorite distro” as the first step in troubleshooting an issue.



  • I strongly disagree with u/brucethemoose here. You wrote below that you’re currently using Linux Mint, which is a great distro for beginners. In my opinion, Bazzite offers nothing essential that is not available on Mint. IMHO, the easiest ways to play games are:

    • Use Steam to play your Steam games (native or using Proton). This should just work (on both distros)
    • Use Heroic Games Launcher to play games from GOG, Epic, or non-store games. The recommendation is to install the Flatpak version, which is available on both distros. Afterwards, the setup step is to install a Proton-GE version before you can play your games (https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/wiki/Linux-Quick-Start-Guide).

    You can - of course - still switch to a different distro if you like, but this is not necessary or helpful to run games.





  • That sounds pretty bad and probably means other things are broken too. The easiest option would probably be a reinstall at this point, but if you want to learn something you can also try to salvage your install.

    To recover, it’s probably easiest to manually configure your Ethernet connection as described by InnerScientist and then re-install the network-manager package.

    You can check the status of the network-manager package using dpgk. It should look like this (ii at the start, but it sounds like it’s not installed in your case):

    $ dpkg -l | grep -i network-manager
    ii  network-manager                         1.52.1-1                        amd64        network management framework (daemon and userspace tools)
    ii  network-manager-l10n                    1.52.1-1                        all          network management framework (translation files)
    

    You can also check /var/log/apt/history.log to see what went wrong and if there are other things you need to fix.

    I performed the upgrade in two steps apt upgrade --without-new-pkgs and apt full-upgrade (based on the release notes). I can see the following on the line Upgrade: for the command apt full-upgrade:

    network-manager:amd64 (1.42.4-1+deb12u1, 1.52.1-1)
    

    On the Remove: line you can see the packages that were removed. Unfortunately, the names of many libraries were changed in this release (e.g., libreadline8:amd64 to libreadline8t64:amd64), so there’s a lot of noise in there. Maybe you can look at that line and ignore everything that starts with lib to see if any other important packages were removed.







  • The easiest distros to run Resolve would probably be Rocky Linux 8, Alma Linux 8 (both are based on RHEL 8). Instead of the EOL Rocky/Alma 8.6, you should use release 8.10 (8.6 would update to 8.10 anyway). However, while still currently “supported”, these are still shipping (mostly) 6-year-old (!) packages. Also, only a small number of packages is actively supported by Red Hat. IMO, this implies that these distros offer a lower level of security. The most critical parts (browser, kernel) are still well-supported, so the difference is probably not too large for most regular users. However, you may also struggle to run some other software (although Flatpaks are available). It’s unfortunate that Resolve only supports an ancient version of Rocky (Rocky 10 is now out)…





  • I agree that the Tuxedo Nano Pro is very expensive, but the Mac Mini is much more expensive. When you look at the comparable, German prices, it looks like this:

    • 8GB/512GB: 849€ vs 929€
    • 16GB/1TB: 924€ vs 1389€
    • 32GB/2TB: 1044€ vs 2079€ (24 GB only)

    The minimum config prices from Apple look quite good, but they fleece you for the RAM and SSD capacity. And of course you can’t upgrade them on your own. And of course the Mac Mini doesn’t support Linux (maybe Asahi Linux will get there in a few years, but Apple certainly isn’t helping).