summaryrefslogtreecommitdiffstats
path: root/abs/core/system-templates/templates/xorg/xorg.conf.nvidia
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-21 19:08:41 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-21 19:09:06 (GMT)
commit97ff6acca450532ef1c6708c8c33538082b3c2ae (patch)
treeba8ac9650f47b9ed164292a187b40c8b21351e4c /abs/core/system-templates/templates/xorg/xorg.conf.nvidia
parent6cc1aed847655339967b204669df73b164e94c92 (diff)
downloadlinhes_pkgbuild-97ff6acca450532ef1c6708c8c33538082b3c2ae.zip
linhes_pkgbuild-97ff6acca450532ef1c6708c8c33538082b3c2ae.tar.gz
linhes_pkgbuild-97ff6acca450532ef1c6708c8c33538082b3c2ae.tar.bz2
system-templates: added cleanup of xorg templates. removed old xorg.conf* and replaced with new xorg.$videodriver.
Instead of replacing the entire xorg.conf file each part is moved into /etc/X11/xorg.conf.d
Diffstat (limited to 'abs/core/system-templates/templates/xorg/xorg.conf.nvidia')
-rwxr-xr-xabs/core/system-templates/templates/xorg/xorg.conf.nvidia48
1 files changed, 0 insertions, 48 deletions
diff --git a/abs/core/system-templates/templates/xorg/xorg.conf.nvidia b/abs/core/system-templates/templates/xorg/xorg.conf.nvidia
deleted file mode 100755
index 610bbe0..0000000
--- a/abs/core/system-templates/templates/xorg/xorg.conf.nvidia
+++ /dev/null
@@ -1,48 +0,0 @@
-
-Section "Monitor"
- Identifier "Monitor0"
- VendorName "Unknown"
- ModelName "Unknown"
-# HorizSync
-# VertRefresh
- Option "DPMS" "false"
-# DisplaySize 203 153
-#INSERT MODELINE
-EndSection
-
-Section "Device"
- Identifier "Device0"
- Driver "nvidia"
- VendorName "NVIDIA Corporation"
- Option "DPI" "100 x 100"
- Option "NoLogo" "1"
-
-#INSERT HERE
-
-#END OPTIONS
-
-# Option "ConnectedMonitor" "DFP"
-# Option "FlatPanelProperties" "Scaling = centered, Dithering = enabled"
-# Option "DigitalVibrance" "0"
-# Option "TransparentIndex" "0"
-# Option "CursorShadowAlpha" "64"
-# Option "CursorShadowXOffset" "4"
-# Option "UseEdidFreqs" "True"
-# Option "NvAGP" "1"
-
-
-
-
-EndSection
-
-Section "Screen"
- Identifier "Screen0"
- Device "Device0"
- Monitor "Monitor0"
- DefaultDepth 24
- SubSection "Display"
- Depth 24
- Modes "1280x720"
- EndSubSection
-EndSection
-