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
Fuck Nvidia and their powering AI systems for Netayahu’s genocide. Team Red all the way.
let’s not act like massive multinational corporations care about us, AMD is also ethically miserable, as is intel and everyone else.
Something something “Nazi Jew-Counting computers were supplied by IBM” I guess.
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?
that’s not what i’m saying though: what i’m saying is that AMD and intel aren’t any different from nvidia, they’re all the same shitheads that are happy to pretend they’re pro-consumer and not evil when they have the excuse of being the underdog.
There are companies that try to not be evil (or at least minimally evil as required by capitalism) but AMD isn’t one of them. Go support RISC-V and openpower instead.
Based
Hate to break it to you, but AMD is also contributing to genocide as much as they possibly can (Nvidia is still beating them in that aspect as well)
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.
Been there, done that 👍
What’s this meme from? Is it a babadook still?
yes
Thank you, good movie!
Director: “Be a little shit”
Depending how old the GPU is, Nouveau or the other one may lead to better results by now.
I’m lucky that I have the benefit to choose and can use another GPU brand that is open source and integrated to the kernel.
I have to reinstall the driver for my ancient 1070Ti pretty much every update.
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.
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.
LOL Oofta, that was me years ago fighting for my life on an NVIDIA optimus GPU and trying to game on Linux. Total shitshow, I might have to abandon NVIDIA with my next upgrade when the prices come down, AMD is a bit better on Linux (my Ryzen is thriving and surviving on Garuda Linux). Can’t wait to get a full AMD build and not have to worry about NVIDIA making things weird.
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.
Currently “older cards” is GTX 10xx series and earlier
This is a deliberate choice made by Nvidia with respect to their proprietary drivers, and has nothing to do with the operating system.
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
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.
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.
Cach6 was the smoothest experience for me. It can be difficult with other wldistros and also with cach6 probably.
The image for the post is amazing lmao
Thank You 🤗
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).
I’m pretty sure it’s akmod-nvidia-470xx, would have to try it to see if it works.
750ti actually fell under Maxwell, and RPMFusion just split it off into akmod-nvidia-580xx for GTX 750/800/900/10 cards.
I think I faintly remember running a 600 card on linux back in the day, so no reason it shouldn’t work.
try this one: https://aur.archlinux.org/packages/nvidia-470xx-dkms
Edit: there is a good link as well on that driver page that should help:
https://github.com/korvahannu/arch-nvidia-drivers-installation-guide
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.
This is one of the reasons I went with AMD for my latest GPU. Not that NVIDIA sucks, I just didnt want the hassle.
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
-settingspackage update until after the rest. (IIRC, see what I mean 😄).Wow this is just what I needed I think
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 -siThe default is vulkan-beta drivers via DKMS. You may need to manually install
linux-headersbut you may already have it installed from other DKMS-related activities.













