I want to get into Arch Linux, but I don’t have that much experience and I feel like it’ll be easier to set it up in a virtual machine rathen than dual booting, I’ve used Oracle VirtualBox before but it’s very laggy. Are there any other VMs that aren’t as laggy, or do I just have a hardware issue?

  • @[email protected]
    link
    fedilink
    English
    611 months ago

    Desktop usage is almost always going to feel laggy in a VM because you don’t have a real GPU inside the VM and it will fallback to some non-accelerated framebuffer mode. There are some GPU virtualization solutions, for example QEMU has virgl that offers 3D acceleration, but in my experience it’s buggy/not ready and doesn’t offer near bare metal performance.

    The only way to get near bare metal graphical performance in a VM is by using PCI pass through of an entire GPU, but that requires an extra GPU, is non-trivial to setup and comes with a lot of caveats.

      • @[email protected]
        link
        fedilink
        English
        111 months ago

        Probably not. There are no implementations that I’m aware of that work well on a Linux guest.

    • Papamousse
      link
      fedilink
      English
      -411 months ago

      Don’t worry, if he installs Arch from scratch, it will take him a long time before even having internet connection or installing X.

        • @[email protected]
          link
          fedilink
          English
          111 months ago

          This. There’s archinstall now, too. A bit buggy in my experience so I prefer the old fashioned way.

      • @[email protected]
        link
        fedilink
        211 months ago

        Dunno why are people spreading this myth… Arch is not that hard to install and you don’t get a gold medal for installing it. I installed it with LXDE in an office machine, it only took me an hour.

        • Papamousse
          link
          fedilink
          111 months ago

          It depends, I installed it from base, text mode, I had to edit some config file to add my network interface and systemctl restart network etc, then pacman to install X, Xfce, etc, by hand. I guess the best thing is to install Manjaro for instance, it takes a few minutes and you have full GUI and everything.