quantum Posted October 1, 2019 Report Share Posted October 1, 2019 Hi all, unfortunately my Xorg do not work, so i needed to use another computer in order to write this post. My problem started after updating to the new Nvidia driver 435.21. This caused a not compatible API between my gentoo-sources 4.19.27. That is why I updated today to debian-sources 5.2.17-p1. After the update i validated that the selected kernel is the new debian kernel and prefomed: emerge @x11-module-rebuild The package x11-drivers/nvidia-driver-435.21 was installed as well. The problem ist that my xorg does not start. looking into Xorg.0.log reviles that no nvidia driver exists using the command find i was unable to find for this kernel files such as nvidia.ko Any idea? Link to comment Share on other sites More sharing options...
0 vchipk985 Posted October 2, 2019 Report Share Posted October 2, 2019 see if you have: gfxcard-nvidia or gfxcard-nvidia-legacy(old cards) mix-ins enabled to set VIDEO_CARDS flags x11-drivers/nvidia-kernel-modules emerged. Rebuild if it was installed before kernel change. Link to comment Share on other sites More sharing options...
0 quantum Posted October 3, 2019 Author Report Share Posted October 3, 2019 In my case gfxcard-nvidia was in my mix-ins enabled, but i have VIDEO_CARDS in my make.conf as well. Do i need my VIDEO_CARDS in make.conf if i activated gfxcard-nvidia in mix-ins? What did the trick was installing x11-drivers/nvidia-kernel-modules. I did: emerge -uDva @world and the package x11-drivers/nvidia-kernel-modules was not part of it, so i guess the dependencies are not perfect or that it need to be installed separately. Link to comment Share on other sites More sharing options...
0 bcowan Posted October 3, 2019 Report Share Posted October 3, 2019 nvidia-kernel-modules needs to be installed separately, this is by design for container use cases. VIDEO_CARDS can safely be removed, please do not set to VIDEO_CARDS="" as that is means something different altogether and will cause breakage. Link to comment Share on other sites More sharing options...
0 Funtoo Linux BDFL drobbins Posted October 3, 2019 Funtoo Linux BDFL Report Share Posted October 3, 2019 To directly answer your question: Upgrade to the latest debian-sources-lts-4.19.67_p2-r1. It is compatible with these drivers. I am using this exact combination here: Link to comment Share on other sites More sharing options...
0 Funtoo Linux BDFL drobbins Posted October 3, 2019 Funtoo Linux BDFL Report Share Posted October 3, 2019 Also, remember to rebuild your nvidia-kernel-modules after building the new kernel so the new nvidia kernel modules for the kernel are available prior to reboot. Link to comment Share on other sites More sharing options...
0 quantum Posted October 4, 2019 Author Report Share Posted October 4, 2019 @bcowan thanks for the explanation. Would it be great if your information "nvidia-kernel-modules needs to be installed separately, this is by design for container use cases." be added to NVIDIA Linux Display Drivers? Or the users should install the latest debian-sources-lts instead? Link to comment Share on other sites More sharing options...
0 bcowan Posted October 4, 2019 Report Share Posted October 4, 2019 @quantum that wiki page mentions the nvidia-kernel-modules in the Introduction and the 1.4 Funtoo upgrade guide explicitly mentions needing the nvidia-kernel-modules package. The wiki page is editable by anyone if you wish to add please go ahead, it would be appreciated ? Also, debian-sources-lts is the default and preferred sources for Funtoo. They are much more thoroughly tested/vetted. Debian-sources are more of a courtesy as they are latest testing of new kernel additions before a mainline LTS kernel is released. Link to comment Share on other sites More sharing options...
Question
quantum
Hi all,
unfortunately my Xorg do not work, so i needed to use another computer in order to write this post.
My problem started after updating to the new Nvidia driver 435.21. This caused a not compatible API between my gentoo-sources 4.19.27.
That is why I updated today to debian-sources 5.2.17-p1. After the update i validated that the selected kernel is the new debian kernel and prefomed:
emerge @x11-module-rebuild
The package x11-drivers/nvidia-driver-435.21 was installed as well.
The problem ist that my xorg does not start. looking into Xorg.0.log reviles that no nvidia driver exists
using the command find i was unable to find for this kernel files such as nvidia.ko
Any idea?
Link to comment
Share on other sites
7 answers to this question
Recommended Posts