NVIDIA pod Linux nie działa? Masz czarny ekran? Tu jedno z rozwiązań na przykładzie Fedora 44

Yo! Today's guide addresses a problem I recently encountered in Fedora 44, concerning a black screen after updating the kernel, for example, from 6.19.10 to 6.19.40 or kernel 7.04, and using proprietary Nvidia drivers with open-kernel modules. A few lines and the topic should be a memory. I don't know about hybrid cards/laptops, but it should help. As you can see, it works for me, and in the dozens of guides I've read (Nvidia RTX 3, 4, and 5000 cards), it also helped, but of course, I can't guarantee anything ;) Hardware used: AMD Ryzen 3600 6c/12t / 16GB DDR4 3200 MHz RAM / Nvidia GTX 1660 Ti TURING / Nvidia 595.xx drivers. I invite you to the P.I.W.O. event - Poznań Free Software Party! @piwo.poznan https://piwo.sh/pl 𝗠𝗲𝗱𝗶𝗮 𝗦𝗽𝗼ł𝗲𝗰𝘇𝗻𝗼Ś𝗶𝗼𝘄𝗲 𝗸𝗮𝗻𝗮ł𝘂: Mail / cooperation: [email protected] PayPal: https://www.paypal.com/paypalme/swiat... Tipply: https://tipply.pl/u/swiatlinuksa ------------------------------------------------------------------------------------------------------------------- Ongoing support for the channel is offered - THANK YOU: HELION Publishing House @TVHelion https://helion.pl Linux Magazine Polska monthly @wiedzaipraktyka4070 https://linux-magazine.pl Domain Hosting SSL Certificates - LINUX.PL https://www.linux.pl, https://www.netart.com/pl, https://www.nazwa.pl ------------------------------------------------------------------------------------------------------ Commands I used in the tutorial: to grub: /etc/default/grub: nvidia-drm.modeset=1 sudo grub2-mkconfig -o /boot/grub2/grub.cfg sudo nano /etc/dracut.conf.d/nvidia.conf add_drivers+=" nvidia nvidia_modeset nvidia_uvm nvidia_drm " install_items+=" /etc/modprobe.d/nvidia.conf " then sudo nano /etc/modprobe.d/nvidia.conf options nvidia_drm modeset=1 sudo akmod --force --rebuild sudo dracut -f sudo dracut --regenerate-all --force