summaryrefslogtreecommitdiff
path: root/nvidia-gtk2/10-nvidia-drm-outputclass.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nvidia-gtk2/10-nvidia-drm-outputclass.conf')
-rw-r--r--nvidia-gtk2/10-nvidia-drm-outputclass.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/nvidia-gtk2/10-nvidia-drm-outputclass.conf b/nvidia-gtk2/10-nvidia-drm-outputclass.conf
new file mode 100644
index 0000000..ec56317
--- /dev/null
+++ b/nvidia-gtk2/10-nvidia-drm-outputclass.conf
@@ -0,0 +1,13 @@
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
7Section "OutputClass"
8 Identifier "nvidia"
9 MatchDriver "nvidia-drm"
10 Driver "nvidia"
11 ModulePath "/usr/lib/nvidia/xorg"
12 ModulePath "/usr/lib/xorg/modules"
13EndSection