Comment 35 for bug 1958488

Revision history for this message
ysfr (ysfr) wrote (last edit ):

modinfo nvidia-drm
  modinfo: ERROR: Module nvidia-drm not found.
modinfo nvidia_drm
  modinfo: ERROR: Module nvidia_drm not found.

modinfo nvidia
  filename: /lib/modules/5.4.0-110-generic/kernel/drivers/char/drm/nvidia.ko

inxi -G
  Graphics: Device-1: NVIDIA GT218 [GeForce 210] driver: nvidia v: 340.108
           Display: x11 server: X.Org 1.20.13 driver: nvidia
           unloaded: fbdev,modesetting,nouveau,vesa resolution: 1600x900~60Hz
           OpenGL: renderer: GeForce 210/PCIe/SSE2 v: 3.3.0 NVIDIA 340.108

https://www.nvidia.fr/Download/find.aspx?lang=fr shows
Linux x64 (AMD64/EM64T) Display Driver Recommandé par NVIDIA 340.108 23.12.2019
* Updated the nvidia-drm kernel module for compatibility with the removal of the DRIVER_PRIME flag in recent Linux kernel versions.

lsmod | grep nvidia
  Module Size Used by
  nvidia_uvm 36864 0
  nvidia 10588160 50 nvidia_uvm
  drm 491520 3 nvidia

modinfo drm
  filename: /lib/modules/5.4.0-110-generic/kernel/drivers/gpu/drm/drm.ko
  description: DRM shared core routines
  description: DRM bridge infrastructure
  description: DRM panel infrastructure
  author: Thierry Reding <email address hidden>
  name: drm
  vermagic: 5.4.0-110-generic SMP mod_unload modversions

Could that just mean that 'nvidia_drm' we are seeking
was just named 'drm' in 3.40 ??