summarylogtreecommitdiffstats
path: root/10-nvidia-drm-outputclass.conf
diff options
context:
space:
mode:
authorDaniel Bermond2018-10-06 02:10:36 +0000
committerDaniel Bermond2018-10-06 02:12:08 +0000
commit133360587d6ae6fc00d0f25cf9bed9beef9fb21c (patch)
treee43420dc27a0c272260fb3804b4f56a33fc69ba2 /10-nvidia-drm-outputclass.conf
parentf210cb501c3ac531c8b562d12096b9cd2bdc938d (diff)
downloadaur-133360587d6ae6fc00d0f25cf9bed9beef9fb21c.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 '10-nvidia-drm-outputclass.conf')
-rw-r--r--10-nvidia-drm-outputclass.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/10-nvidia-drm-outputclass.conf b/10-nvidia-drm-outputclass.conf
deleted file mode 100644
index 6a01fba8cfc3..000000000000
--- a/10-nvidia-drm-outputclass.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-Section "OutputClass"
- Identifier "nvidia"
- MatchDriver "nvidia-drm"
- Driver "nvidia"
- ModulePath "/usr/lib/nvidia/xorg"
-EndSection