This isn’t a guide, just something i think may help. To install Steam on an Arch-based distro in most of the cases a simple sudo pacman -S steam will do just fine.

The installation will ask you to select a valid vulkan package from a list. And in most of the cases that’s just fine… most of them.

Then you have your very “picky” old nvidia GPU which works only with a specific old nvidia driver and if you try to install anything else, there will be a conflict. Now you can try to remove the old (working) drivers and try your luck. But looking online i find a simple way to skip this passage and install Steam.

sudo pacman -S steam --assume-installed lib32-vulkan-driver

  • michaelmrose@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    10 days ago

    Nvidia supports 13 year old hardware and newest kernels with 580. At some point when running your 14 year old GPU one might consider just running the open source nouveau after all I assume that if you are running a 14 year old GPU you probably don’t need the utmost possible performance or you might consider getting a 4 year old AMD for $100 to replace your 14 year old nvidia.

    Whilst it would be ideal for you not to have to look up anything ever nvidia will tell you which driver to use with your hardware

    https://www.nvidia.com/en-us/geforce/drivers/

    If you are feeling frisky you could synthesize the already available data into a script that tells you the same thing. Linux Mint has a GUI for this which tells you which version is recommended for your hardware and your total commitment is clicking install and rebooting.

  • InvisibleShoe@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 days ago

    Haha I just spent the last 2 days trying to get nvidia to work on arch. Its my first time using arch but I did end up getting the drivers to work by removing the default one and installing the dkms drivers. Still a pain in the ass though.

  • yuman@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    10 days ago

    anyone knows what kinda driver that isn’t nouveau works for a GT750M? @mlg@lemmy.world which did you use for your 750ti?

    got a Macbook Pro 2013 motherboard (i7-4850, 16 GB DDR3, GT750M 2 GB) that I’m thinking of turning into a desktop. no gaming intended, although welcome if possible (old titles).

  • mlg@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    10 days ago

    Not to act smug but this is one area where I see akmod seem to work better than dkms which is weird considering they should both produce the same result.

  • yesman@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 days ago

    I suppose I’m lucky. Catchy installed the Nvidia driver during the install and works/ updates without issue. I’ve got an older card, but not ancient. gtx1660

    I did have issues when I first switched to Linux, but that was on Debian.

    • Tim_Bisley@piefed.social
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 days ago

      Cach6 was the smoothest experience for me. It can be difficult with other wldistros and also with cach6 probably.

    • NutinButNet@hilariouschaos.com
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 days ago

      Cachy kept freezing on me as did many other distros I was using. I found the common reason was due to Wayland and I’ve been on Linux Mint Cinnamon ever since with no issues like that. RTX 4080 Super

      • brucethemoose@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        11 days ago

        How recent was this? Cinammon only just got experimental Wayland support, AFAIK. Like, a month or two ago?

        And Cachy KDE Nvidia Wayland was jank for a while (hence it defaulted to X11), but it works fine for me, for now.

        • NutinButNet@hilariouschaos.com
          link
          fedilink
          English
          arrow-up
          0
          ·
          10 days ago

          I made this change like back in December or so. I had been distro hopping since moving to Linux in August of last year and was on a ton of distros with KDE that all had Wayland.

          I moved to Mint Cinnamon because it seemed to be one of the few that wasn’t using Wayland and my issues stopped. I believe they did have experimental Wayland on one of the versions and I made sure not to use that one since I was under the impression it was due to Wayland and remember trying to decide between the other options they had.

  • kinther@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    9 days ago

    This is one of the reasons I went with AMD for my latest GPU. Not that NVIDIA sucks, I just didnt want the hassle.

  • Stupendous@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    10 days ago

    I get if you’re buying 5080 and up hardware, there’s no other competitors there. 5070 and lower, buy AMD or Intel. 9070 (xt) are great graphics cards. The 9060xt is great. You can go down to 7600xt, A770, B580, etc and have a graphics card very capable of gaming and they work straight out the box. No proprietary driver frictions. I use a 9070. I’ll be good for another 5+ years. GPU upgrade. Maybe a CPU upgrade since I’m AM5 based. No motherboard/memory changes and considering the next consoles are likely to be based on Zen 6, I’ll be right with them just with a stronger CPU

  • snoons@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 days ago

    I have to reinstall the driver for my ancient 1070Ti pretty much every update.

    • brucethemoose@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 days ago

      Maybe dkms isn’t automatically building?

      And yeah, like Jo4 suggested… you should try Cachy. Support is way better than stock Arch because all that is preconfigured.

    • Jo4ted@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 days ago

      Interesting. My 1070ti works fine after every update. I switched to CachyOS after it lost mainstream support, so maybe it’s that? Idk. Best of luck figuring that out, though, sounds awful.

  • Vertelleus@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 days ago

    It took me days to get my nvidia gpu working correctly. Due to being wayland I can’t use steamlink to stream to my Steam Deck and issues with VLC glitchy, pixeled playback. Otherwise everything works perfectly.

  • FauxLiving@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 days ago

    Then you have your very “picky” old nvidia GPU which works only with a specific old nvidia driver and if you try to install anything else, there will be a conflict.

    I just use TKG’s installer, it’s pretty much fixed all of my NVIDIA-related problems:

    git clone https://github.com/Frogging-Family/nvidia-all
    cd nvidia-all
    makepkg -si
    

    The default is vulkan-beta drivers via DKMS. You may need to manually install linux-headers but you may already have it installed from other DKMS-related activities.

    • Swedneck@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      0
      ·
      10 days ago

      let’s not act like massive multinational corporations care about us, AMD is also ethically miserable, as is intel and everyone else.

      • nothingcorporate@lemmy.today
        link
        fedilink
        English
        arrow-up
        0
        ·
        10 days ago

        There’s a big difference between “there’s no such thing as ethical consumption under capitalism,” and “these guys are making autonomous killing machines carrying out a genocide.”

        I’m not pro-corporate anybody (see username), but if we can’t stick up a big middle finger to genocide profiteers, to whom can we?

  • Brewchin@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    10 days ago

    On my desktop with a 2060 it’s zero issue, but on my 940M hybrid video laptop it’s been spicy at times.

    Usually updates without an issue, and the most I need to do is delay the -settings package update until after the rest. (IIRC, see what I mean 😄).