10-nvidia-drm-outputclass.conf 574 B

1234567891011121314
  1. # This xorg.conf.d configuration snippet configures the X server to
  2. # automatically load the nvidia X driver when it detects a device driven by the
  3. # nvidia-drm.ko kernel module. Please note that this only works on Linux kernels
  4. # version 3.9 or higher with CONFIG_DRM enabled, and only if the nvidia-drm.ko
  5. # kernel module is loaded before the X server is started.
  6. Section "OutputClass"
  7. Identifier "nvidia"
  8. MatchDriver "nvidia-drm"
  9. Driver "nvidia"
  10. ModulePath "/usr/lib/nvidia/xorg"
  11. ModulePath "/usr/lib/xorg/modules"
  12. EndSection