update xorg.conf.example
authorChristian Hofstaedtler <ch@grml.org>
Fri, 26 Nov 2010 21:25:39 +0000 (22:25 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Fri, 26 Nov 2010 21:25:39 +0000 (22:25 +0100)
don't claim it's generated and drop some (pseudo-)obsolete ServerFlags

etc/X11/xorg.conf.example

index 7f923d4..5112c87 100644 (file)
@@ -1,6 +1,6 @@
 ################################################################################
 # Filename:      /etc/X11/xorg.conf
-# Purpose:       config file for xserver - generated by grml-x
+# Purpose:       config file for xserver
 # Bug-Reports:   see http://grml.org/bugs/
 # See also:
 #   /usr/share/doc/xserver-xorg/   and
@@ -21,13 +21,11 @@ Section "ServerLayout"
         InputDevice    "Keyboard0"  "CoreKeyboard"
         InputDevice    "USB Mouse"  "CorePointer"
         # InputDevice    "PS/2 Mouse" "CorePointer"
-        Option "AutoAddDevices" "off" # do not depend on running dbus/hal
 EndSection
 
 Section "ServerFlags"
         Option "AllowMouseOpenFail"  "true"  # allows the server to start up even if the mouse does not work
         Option "DontVTSwitch"        "false" # allow switching between virtual terminal
-        Option "DontZap"             "false" # enable <Crtl><Alt><BS> (server abort)
         # Option "DontZoom"            "true"  # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
 EndSection