NVIDIA DXVK/VKD3D issues fix.
So, I had issues with NVIDIA not properly working with modern DX11/12 games through DXVK/VKD3D. I then found out that the issues stems from my nvidia gpu not being recognized as CUDA device.
Eventually, the issue was fixed by removing `page_poison=1` from boot kernel parameters (you typically find it in `/etc/modprobe/*` or `/etc/default/grub`). Second issue was the `nvidia_uvm` (on debian, it's `nvidia-current-uvm`) not being loaded at boot (you can load it manually after boot, or add it to `/etc/initramfs-tools/modules` for debian or `/etc/mkinitcpio.conf` for arch).
I tested the fix on arch and debian. Both work great! This post is for those people who are striving to death to find fix for such issue (I am one of them)!