I've got an nvidia card and I don't want to use proprietary drivers cause they are completely broken for me, but I need vulkan for dxvk. I tried to install nvidia utils but that breaks my system. Where can I get nouveau vulkan?
Open Source Drivers for Nvidia Cards are still very early and very limited.
The best way to go forward would most likely be to solve whatever conflict exists on your system with the proprietary drivers and then to use those.
Or to get a AMD graphics card.
Also I'm pretty sure NVK only works on 2000 series and up anyway, since Nvidia only released the blobs for those cards.
Basically, gotta deal with proprietary drivers until you eventually choose to upgrade the GPU in however many years, when you should probably choose AMD if running Linux is important to you. Nvidia as a company is just not friendly to the Linux world, and has never been friendly.
I built my computer 8 years ago when I didn't use linux and the gtx 960 was a new card. No need to shame me over not time traveling before choosing which gpu to buy.
I've tried for a few months to get proprietary drivers functioning, but the issue is that nvidia drivers breaks my x11 configuration, and whenever I try to make a new x config, x11 just doesn't start.
How did it break config? Is this a dual or multi monitor setup?
There have been issues with multi monitor placement, primary display setting etc that can get pretty fiddly to solve - seen it with different distros over many years of NVIDIA proprietary driver use.
I have an nvidia card too. As far as the graphics card driver not working, if you are running Ubuntu or something similar, the OS does not install all the dependencies for the graphics card driver correctly unless you force the installation of packages that were held back. And if you've made multiple attempts at this, you're probably going to need to remove the prior installation attempts first.
Try installing nvidia-dkms. It is better integrated into the kernel, so you may have better luck with it. Also make sure to read the xorg page on the arch wiki if you are going to stick with arch.