• 0 Posts
  • 71 Comments
Joined 2 years ago
cake
Cake day: June 25th, 2023

help-circle
  • I’m not sure if this is what you mean, but I do want to clarify - the drivers in the repository are still proprietary drivers from Nvidia, just tested and packaged by the distribution maintainers, dkms is just some magic that lets them work with arbitrary kernels with minimal compilation. Unless you’re using nouveau, which I don’t think is ready for most uses.


  • I’d definitely recommend against using drivers downloaded from a website, on general principles.

    custom kernels don’t work with the drivers from apt

    Check if there’s a dkms version - I know that’s the way it’s set up on Arch, if using a non-standard kernel you install the kernel headers, and dkms lets you build just the module for your kernel.




  • Archlinux is good if you accept that you’ll need to spend time to learn it, and that those moments might be frequent and unavoidable early on. Definitely wouldn’t recommend it to somebody who needs their computer to work, since a new user with no experience might find themselves breaking their boot images and spending hours trying to figure out how to fix their computer not booting.

    So yeah, I think that’s an important caveat: if you don’t know Linux already, and you can’t afford to spend time learning and fixing your system, don’t use Arch.







  • Since your issue is specifically wanting GUI, I’d recommend installing something like pufferpanel or pterodactyl/pelican, which give you a browser interface for running game servers. Pterodactyl/pelican is more popular, has more features and supports more games, while pufferpanel is simpler/lighter and easier to make your own templates for.










  • The wiki tells you what you need on arch, and what you need it for. Those packages also don’t seem to have kernel-specific or dkms versions, so seems like they’re not kernel modules.

    Mind you, the setup is clearly not monolithic, with different components for different purposes, including alternative options. On top of that, each distro will make different choices - Arch provides the components as packages and puts the responsibility of installing the right ones on you. Some features might be built into kernel drivers, like working video output, but Vulkan support clearly wants a dedicated driver.