Make fbdev and modeset default enabled
Hi together,
after the recent push of the 6.11 Kernel without https://github.com/archlinux/linux/commit/c35760e16edd023d84d3407e5bfc6e78a9411924 has resulted into an increase of reports that people do not get into the wayland session.
@heftig removed the patch, because fedora is not carrying it anymore. This is because, Fedora (RPMFusion) have enabled fbdev=1 and modeset=1 as default in their nvidia driver, see: https://pkgs.rpmfusion.org/cgit/nonfree/nvidia-kmod.git/tree/make_modeset_default.patch?h=f41
If we dont apply above patch to the linux kernel, then we should enable fbdev and modeset as default in the nvidia packages.
This can be done via the patch from rpmfusion or we are installing with the nvidia-utils package a modeprobe.d file, which enables these.