diff options
-rw-r--r-- | abs/core/system-templates/templates/xorg/xorg.nvidia | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/core/system-templates/templates/xorg/xorg.nvidia b/abs/core/system-templates/templates/xorg/xorg.nvidia new file mode 100644 index 0000000..75a90cd --- /dev/null +++ b/abs/core/system-templates/templates/xorg/xorg.nvidia @@ -0,0 +1,7 @@ +Section "Device" + Identifier "Device0" + Driver "nvidia" + VendorName "NVIDIA Corporation" + Option "DPI" "100 x 100" + Option "NoLogo" "1" +EndSection |