something in the Kernel changed, i dont know :/
tried 396.54.09, 410.78 and 415.13 on kernel 4.19*, both installed correct but not working after reboot.
ya i know … read the effing logs and such, but what if im just a clueless casual ?
i want use the 396.54.09 for Vulkan 1.1.85 but ive read its not supported anymore.
atm im using that under kernel 4.18, works great.
Due to this thread https://www.if-not-true-then-false.com/2015/fedora-nvidia-guide/ ive learned that Kernel 4.19 changed things and we got to patch our drivers to make it work.
Their patched 390.87 driver ( https://www.if-not-true-then-false.com/2015/fedora-nvidia-guide/4/#download-nvidia-patched-installer ) is 100 years old but works actually under kernel 4.19 - the only driver ever worked on that kernel here yet, no other driver is working, not from Fedora rawhide repo nor from Nvidia.
I also tried to patch 396.54.09 with the given patches, had to manually add
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0)
#undef CONFIG_MTRR
#endif
but its the same like the other drivers before, no gfx, driver is not working.
What is MTRR ?
Installing 396.54.09 on Kernel 4.18 works fine.
Installing that patched 390.87 on Lernel 4.19 works fine.
Everything else failed.
/welp