diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-26 20:44:28 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-26 20:44:28 (GMT) |
commit | bb5e626e78d20d2e027ad36f9ff87af6c531353d (patch) | |
tree | 6175359b045b580eca1486e65facdcddf7bccc9f /abs | |
parent | 3f3fd1a851677fd9400bf4e5484ee000487c6834 (diff) | |
download | linhes_pkgbuild-bb5e626e78d20d2e027ad36f9ff87af6c531353d.zip linhes_pkgbuild-bb5e626e78d20d2e027ad36f9ff87af6c531353d.tar.gz linhes_pkgbuild-bb5e626e78d20d2e027ad36f9ff87af6c531353d.tar.bz2 |
system-template: xorg.nvidia file
Diffstat (limited to 'abs')
-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 |