summarylogtreecommitdiffstats
path: root/nvidia-drm-outputclass.conf
diff options
context:
space:
mode:
authorDaniel Bermond2018-10-06 02:11:49 +0000
committerDaniel Bermond2018-10-06 02:11:49 +0000
commit2fff7164653eb8ac365c769c5478737de182050a (patch)
treef3b1759570cbc049fa420e13fe6148db90d7ed81 /nvidia-drm-outputclass.conf
parentec4d8943fa5fd74d041a1646221b350f878ecc92 (diff)
downloadaur-2fff7164653eb8ac365c769c5478737de182050a.tar.gz
nvidia-utils: add some changes from the official repo package
Changes picked up from the nvidia-utils package from the official repositories: - add libnvidia-wfb.so (present in nvidia-utils package) - renamed and updated the contents of the xorg.conf.d file - use a sysusers file instead of configuring through .install - removed the nologo configuration (user should handle this) - apply changes to vulkan icd file in prepare()
Diffstat (limited to 'nvidia-drm-outputclass.conf')
-rw-r--r--nvidia-drm-outputclass.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/nvidia-drm-outputclass.conf b/nvidia-drm-outputclass.conf
new file mode 100644
index 000000000000..dd2936cb5ebf
--- /dev/null
+++ b/nvidia-drm-outputclass.conf
@@ -0,0 +1,15 @@
+Section "OutputClass"
+ Identifier "intel"
+ MatchDriver "i915"
+ Driver "modesetting"
+EndSection
+
+Section "OutputClass"
+ Identifier "nvidia"
+ MatchDriver "nvidia-drm"
+ Driver "nvidia"
+ Option "AllowEmptyInitialConfiguration"
+ Option "PrimaryGPU" "yes"
+ ModulePath "/usr/lib/nvidia/xorg"
+ ModulePath "/usr/lib/xorg/modules"
+EndSection