diff options
Diffstat (limited to 'abs/core/system-templates/templates')
-rw-r--r-- | abs/core/system-templates/templates/xorg/xorg.nvidia | 4 |
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 |