As the title says, I can’t install the Beta drivers with Vulkan in 5.6 or 5.7 kernel series.
I am still on kernel 5.5.7 because this compile good the driver from .run file without patches.
To try to install in 5.7 series (and before in 5.6 series) I do this:
All as root and with the system in runlevel 3 editing Grub entry and adding the parameter 3 at the end of the line that boot kernel.
# wget -O kernel-5.7.patch https://gitlab.com/snippets/1965550/raw
# sh NVIDIA-Linux-x86_64-440.66.17 run -x
# cd NVIDIA-Linux-x86_64-440.66.17
# patch -p1 -i ../kernel-5.7.patch
# reboot
# cd /home/krovikan/NVIDIA-Linux-x86_64-440.66.17/
# ./nvidia-installer
Result of this, after a growth until the end of build bar of the installer in ncurses, is fail in building kernel module. I added the /var/log/nvidia-installer.log
My System is openSUSE Leap 15.1 with NVIDIA GTX 1070.