I tried to upgrade to the latest long-lived branch 430.34.
The X.Org server fails to load the nvidia_drv.so because of an undefined symbol:
[ 27.571] (II) LoadModule: "nvidia"
[ 27.619] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 27.650] (EE) Failed to load /usr/lib/xorg/modules/drivers/nvidia_drv.so: /usr/lib/xorg/modules/drivers/nvidia_drv.so: undefined symbol: noCompositeExtension
[ 27.650] (II) UnloadModule: "nvidia"
[ 27.650] (II) Unloading nvidia
[ 27.650] (EE) Failed to load module "nvidia" (loader failed, 7)
I am using
X.Org X Server 1.19.6
Release Date: 2017-12-20
[ 26.354] X Protocol Version 11, Revision 0
[ 26.355] Current version of pixman: 0.34.0
[ 26.556] X.Org ANSI C Emulation: 0.4
[ 26.556] X.Org Video Driver: 23.0
[ 26.556] X.Org XInput driver : 24.1
[ 26.556] X.Org Server Extension : 10.0
nvidia-smi
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 415.27 Driver Version: 415.27 CUDA Version: 10.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Quadro P2000 Off | 00000000:04:00.0 On | N/A |
| 51% 45C P8 6W / 75W | 111MiB / 5058MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 247 G X 108MiB |
+-----------------------------------------------------------------------------+
The installation is custom/buildroot based. The very same installation works fine with the 415.28 driver.
Am I missing any newly required library?
See my Xorg.log and xorg.conf attached.
xorg.conf.txt (1.81 KB)
Xorg (430.34).0.log (4.49 KB)