summaryrefslogtreecommitdiffstats
path: root/xorg/xorg.conf
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2012-03-11 22:22:42 +0100
committerStefan Ritter <xeno@thehappy.de>2012-03-11 22:22:42 +0100
commite123895eddbf7c74c3fb816233c1c6b7e51925ef (patch)
treedd040b650f34e639f7cf4eaef591d80edbc4cb3d /xorg/xorg.conf
parentf98cb8537a62e74436c665a8459cf40e55b3a504 (diff)
Frühlingsputz
Diffstat (limited to 'xorg/xorg.conf')
-rw-r--r--xorg/xorg.conf44
1 files changed, 0 insertions, 44 deletions
diff --git a/xorg/xorg.conf b/xorg/xorg.conf
deleted file mode 100644
index d8ca7a3..0000000
--- a/xorg/xorg.conf
+++ /dev/null
@@ -1,44 +0,0 @@
-Section "InputDevice"
- Identifier "argh"
- Driver "kbd"
- Option "CoreKeyboard"
- Option "XkbRules" "xorg"
- Option "XkbModel" "pc105"
- Option "XkbLayout" "de"
- Option "XkbVariant" "neo"
- # Make ctrl-alt-backspace working
- Option "XkbOptions" "terminate:ctrl_alt_bksp"
-EndSection
-
-Section "Device"
- Identifier "aaaahhh"
- Driver "intel"
-EndSection
-
-Section "Monitor"
- Identifier "Display"
- Option "DPMS" "false"
-EndSection
-
-Section "Screen"
- Identifier "gnarf"
- Device "aaaahhh"
- Monitor "Display"
-EndSection
-
-Section "ServerLayout"
- Identifier "mumu"
- InputDevice "argh"
- Screen "gnarf"
- Option "BlankTime" "0"
- Option "StandbyTime" "0"
- Option "SuspendTime" "0"
- Option "OffTime" "0"
- Option "NoPM" "1"
-EndSection
-
-Section "ServerFlags"
- Option "DontZap" "False"
- Option "AutoAddDevices" "False"
- Option "AllowEmptyInput" "False"
-EndSection