summaryrefslogtreecommitdiffstats
path: root/xorg/xorg.conf
diff options
context:
space:
mode:
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