• passiveaggressivesonar@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    3 days ago

    When you say you can install what you need, what does that mean exactly? Does that mean things like lib C or vulkan or drivers so my USB ports work? Seems to me like I don’t actually understand how a computer works at a fundamental level when I’ve never had to configure a sound card or manually install a driver and the explanations I get are too technical to practically apply

    I’d like to understand my PC well enough to use Arch but I’m finding a hard time figuring out what I’m missing exactly. Practically speaking, what does direct X or vulkan do?

    • DaTingGoBrrr@lemmy.ml
      link
      fedilink
      arrow-up
      3
      ·
      3 days ago

      When it comes to Arch the wiki is your friend. It will tell you if additional configuration is required to get your packages working and what other dependencies can be installed. If something isn’t working properly then the wiki probably knows why.

      Arch comes with no drivers and additional packages by default. You need to install them manually. But you don’t need to install every package for your system manually. If you need glibc it will most certainly get pulled down as a dependency.

      You don’t need to know every part of the system to use arch but you need to be interested enough to learn how your system works if something is not working or you want to configure your system in a certain way.

      For starters I would recommend going with something Arch-based like Garuda or EndeavorOS if you want to learn Arch. I started off with my Steam Deck and later Garuda on my desktop. Once I was comfortable enough around Arch I decided to install vanilla Arch (manually, the wiki way) in a VM. When installing my system I wrote down every command I used and from that it snowballed in to my own install script for arch. That taught me a lot.