I have installed kernel 4.15.0 mainline from the Kernel PPA and booted up a PC and installed a minimal GUI. Afterwards, I checked what was running and noticed that the nouveau
driver was being loaded, however when I was installing the GUI I didn't explicitly choose to install the Ubuntu package xserver-xorg-video-nouveau
.
I used modinfo
to check what module was being loaded and this is the output: /lib/modules/4.15.0-041500-generic/kernel/drivers/gpu/drm/nouveau/nouveau.ko
I searched the contents of the package that Ubuntu provides at the Ubuntu packages directory and it lists these files:
/usr/lib/xorg/modules/drivers/nouveau_drv.so
/usr/share/bug/xserver-xorg-video-nouveau/script
/usr/share/doc/xserver-xorg-video-nouveau/NEWS.Debian.gz
/usr/share/doc/xserver-xorg-video-nouveau/README.Debian
/usr/share/doc/xserver-xorg-video-nouveau/changelog.Debian.gz
/usr/share/doc/xserver-xorg-video-nouveau/copyright
/usr/share/man/man4/nouveau.4.gz
And even though I'm clearly using the driver I don't have this file in my system: /usr/lib/xorg/modules/drivers/nouveau_drv.so
.
So what are the differences if any between these two files?.
/var/log/Xorg.0.log
– mbeyss Feb 23 '18 at 08:24