publicado de forma cruzada desde: https://lemmy.ca/post/7400605

So I jumped ship from Windows to Kubuntu last night, and It’s mostly been pretty good. However my general performance of the computer has been abysmal. Like it takes upwards of 5 seconds to open anything. All of my hardware seems to be running at max speeds, so I have no idea why it would be so sluggish? It’s as if I’m running on 2gb of ram and a cpu at like 1.5ghz. My specs are:

i7-8700k at 4.7mhz max Amd Rx 6750xt 16gb ram at 3200mhz Linux is on an m.2

Any ideas? This is practically unusable for any normal operations, let alone any gaming.

  • Pantherina@feddit.de
    link
    fedilink
    arrow-up
    30
    arrow-down
    3
    ·
    edit-2
    8 months ago

    Hahahaha welcome to Snaps.

    Get rid of Kubuntu is what I would recommend. Really.

    Question, do you want to do crazy stuff? Do you want A LOT more than what you find on Flathub.org ?

    If not, and you want a fast and stable system, get Fedora Kinoite, you may want to use Universalblue Images to have Firefox and all the rest working (videocodecs installed and automatic updates mostly. If you have NVIDIA you NEED the ublue kinoite-nvidia image)

    On Fedora you just need to disable fedora flatpaks, enable flathub, install your apps and voila.

    Follow the flathub.org Setup instructions, in Discover you can set the sources and disable Fedora Flatpaks.

    I am working on a GUI setup script to fix everything.

    • Lupec@lemm.ee
      link
      fedilink
      arrow-up
      4
      ·
      8 months ago

      If OP is also interested in gaming, Bazzite is another great ublue-based choice. I’ve been daily driving it for a while on my Deck and it works beautifully. User friendly setup and low maintenance but has plenty of useful knobs power users can tweak.

      • Pantherina@feddit.de
        link
        fedilink
        arrow-up
        4
        ·
        8 months ago

        Exactly.

        So as an explanation, Fedora Atomic is like Git for your OS. This means the OS keeps track of every package, what is where etc. On the server lays a fresh, recent image, assembled by the Fedora people. They ship really recent software and these images are well tested and should just work.

        This is exactly the state you have on a regular Distro, after installing the ISO (and nothing went wrong). But what happens now? You install, uninstall, move, compile, write stuff to system directories, etc.

        In the end we have 100 Ubuntu users with 100 different systems. “I have this issue but nobody else has it”, yes because your system is unique and you have no idea why.

        Meanwhile Android does the exact opposite, since forever. And that sucks. But as apps are highly confined and the system is read-only (lol often not even readable) you have no viruses.

        Fedora Atomic with rpm-ostree does a thing in between. You have your Operating system, good as it is. But in Fedora for example there are Codecs missing so Firefox or direct Binaries like Davinci Resolve will give you a hard time.

        You can “layer” packages though, that means from then on you have the official image plus a transparent set of extra packages. If you find out this breaks something, do rpm-ostree uninstall PACKAGE and that layer is gone.

        If you want to reset your system entirely, do rpm-ostree reset (this is not android-level yet, you still need to remove /var /etc and more.)

        Also there are containers. They are not virtual machines because they use your systems kernel. But you can install all those nasty dependencies you need for example for that one old app, for building software etc. Using Toolbox or Distrobox this is really easy.

        So before modifying the system, you can use that instead. Still, you can modify your system a lot, add repos, etc.

        Then comes universalBlue. They do the modifying BEFORE sending the images to your client. So the modifications are not your own, and errors may already be discovered when you would get them. Also, having the changes there reduces the load on your machine, all you do is download, build, reboot, done. Automatically.

        This is so much better than Windowd Updates, more secure and with no boot delay AT ALL. That fact alone is a crazy selling point.

        If you ask yourself “why should I need this”, just think about how your OS will look like in 5 years. So many changes, but using rpm-ostree you are always just one command away from having a “fresh install” experience.

        • Lupec@lemm.ee
          link
          fedilink
          arrow-up
          3
          ·
          8 months ago

          Incredible tech huh? I’d toyed with the idea of immutable distros before with NixOS but found it a bit too restrictive so Kinoite and co are exactly the middle ground I was looking for.

          With Bazzite specifically, I get a pretty damn up to date Fedora base, most of the annoying kernel/gaming things I want but don’t want to mess with by default and also Nix + distrobox out of the box for development environments and some wiggle room for whatever I can’t natively install. Just a great experience all around.

        • klangcola@reddthat.com
          link
          fedilink
          arrow-up
          2
          ·
          8 months ago

          Thanks for the thorough explanation, Fedora atomic, os-tree and Universal blue is such a new and different way of thinking about the OS compared to the traditional desktop installs. It’s also a lot of new jargon so thanks for taking the time to explain each component

        • Jerry1098@sh.itjust.works
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          Do you or anyone else know how MicroOS compares to that? I know that it’s mostly the same technology and I preferred Tumbleweed over Fedora Workstation

          • Pantherina@feddit.de
            link
            fedilink
            arrow-up
            2
            ·
            8 months ago

            As far as I understood its worse, as they dont use OSTree but BTRFS snapshots. So they have an image, do atomic updates from some repository (not sure how thats done) and then build the next image. This process is atomic as a fail will cancel the update.

            But the fetching or things is done via a normal package manager, its just building differently on your machine, again, aa far as I understood.

            Then you have BTRFS snapshots which you reboot into. You can also layer packages, not sure how that is done and if its reversible.