Add Option "AutoAddDevices" "off"
[grml-x.git] / etc / X11 / xorg.conf.vmware
index e6b30c1..52d0772 100644 (file)
@@ -2,7 +2,6 @@
 # Filename:      /etc/X11/xorg.conf.vmware
 # Purpose:       config file for xserver - generated by grml-x
 # Bug-Reports:   see http://grml.org/bugs/
-# Latest change: Son Mai 06 16:27:23 CEST 2007 [mika]
 # See also:
 #   /usr/share/doc/xserver-xorg/   and
 #   http://wiki.x.org/wiki/Home    and
@@ -20,17 +19,19 @@ Section "ServerLayout"
         Identifier     "XServer Configured"
         Screen      0  "Screen0" 0 0
         # InputDevice    "Keyboard0"     "CoreKeyboard"
-        InputDevice    "Generic Mouse" "CorePointer"
+        ## Deactivated temporarly because of problems with vmmouse:
+        # InputDevice    "Generic Mouse" "CorePointer"
         # InputDevice    "USB Mouse"     "CorePointer"
         # InputDevice    "PS/2 Mouse"    "CorePointer"
         # No synaptics/alps touchpad present.
         # No serial mouse detected.
+        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"             "true"  # disable <Crtl><Alt><BS> (server abort)
+        Option "DontZap"             "false" # enable <Crtl><Alt><BS> (server abort)
         # Option "DontZoom"            "true"  # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
 EndSection
 
@@ -86,7 +87,7 @@ EndSection
 #         Option      "XkbRules"   "xfree86"
 #         Option      "XkbRules"   "xorg"
 #         Option      "XkbModel"   "pc105"
-#         Option      "XkbLayout"  "us,us"
+#         Option      "XkbLayout"  "us"
 #         Option      "XkbVariant" "nodeadkeys"
 #         # Option      "XkbOptions" "ctrl:swapcaps,grp:alt_shift_toggle,grp_led:scroll,compose:menu"
 # EndSection