summaryrefslogtreecommitdiffstats
path: root/abs/core/system-templates/templates/xorg
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-12-11 21:32:26 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-12-11 21:32:26 (GMT)
commit9fa12d0432d007f15c8083aa8242aba6f8bae296 (patch)
tree60076b617022896e9ea48f09190c844a6f14f0e6 /abs/core/system-templates/templates/xorg
parentf11c21626adb7f82a8d5e90469420cfc9f00d3de (diff)
downloadlinhes_pkgbuild-9fa12d0432d007f15c8083aa8242aba6f8bae296.zip
linhes_pkgbuild-9fa12d0432d007f15c8083aa8242aba6f8bae296.tar.gz
linhes_pkgbuild-9fa12d0432d007f15c8083aa8242aba6f8bae296.tar.bz2
system-templates: xorg.nvidia: add ModulePath to make sure nvidia versions are sourced.
The ISO sometimes doesn't use the right path for glx and so opengl apps would fail
Diffstat (limited to 'abs/core/system-templates/templates/xorg')
-rw-r--r--abs/core/system-templates/templates/xorg/xorg.nvidia4
1 files changed, 4 insertions, 0 deletions
diff --git a/abs/core/system-templates/templates/xorg/xorg.nvidia b/abs/core/system-templates/templates/xorg/xorg.nvidia
index 75a90cd..eae5162 100644
--- a/abs/core/system-templates/templates/xorg/xorg.nvidia
+++ b/abs/core/system-templates/templates/xorg/xorg.nvidia
@@ -5,3 +5,7 @@ Section "Device"
Option "DPI" "100 x 100"
Option "NoLogo" "1"
EndSection
+
+Section "Files"
+ ModulePath "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
+EndSection