Advertisement
wrsaf

/usr/share/X11/xorg.conf.d/nvidia-drm-outputclass.conf

Jun 12th, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  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.  
  7. Section "OutputClass"
  8. Identifier "nvidia"
  9. MatchDriver "nvidia-drm"
  10. Driver "nvidia"
  11. EndSection
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement