this post was submitted on 17 Aug 2023
33 points (88.4% liked)

Linux

45530 readers
1269 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 10 months ago (2 children)

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] 1 points 10 months ago (1 children)

VM has an option to enable GPU acceleration iirc, would that solve it?

[–] [email protected] 1 points 10 months ago

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

[–] [email protected] -4 points 10 months ago (3 children)

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] 7 points 10 months ago (1 children)

That's just a meme. If you can follow some basic instructions, you can setup arch.

[–] [email protected] 1 points 10 months ago

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

[–] [email protected] 2 points 10 months ago (1 children)

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.

[–] [email protected] 1 points 10 months ago (1 children)

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.

[–] [email protected] 1 points 10 months ago* (last edited 10 months ago) (1 children)
[–] [email protected] 1 points 10 months ago

Here is an alternative Piped link(s): https://piped.video/watch?v=5KNK3e9ScPo

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source, check me out at GitHub.

[–] [email protected] 1 points 10 months ago

Have you heard of our lord and savior chroot?