* Update /etc/X11/xorg.conf.vmware: use vmmouse.
[grml-x.git] / etc / X11 / xorg.conf.vmware
index 28d47b9..de8b3e7 100644 (file)
@@ -2,7 +2,7 @@
 # Filename:      /etc/X11/xorg.conf.vmware
 # Purpose:       config file for xserver - generated by grml-x
 # Bug-Reports:   see http://grml.org/bugs/
-# Latest change: Sat Apr 15 10:39:35 CEST 2006 [mika]
+# Latest change: Don Okt 26 00:41:18 CEST 2006 [mika]
 # See also:
 #   /usr/share/doc/xserver-xorg/   and
 #   http://wiki.x.org/wiki/Home    and
@@ -98,7 +98,8 @@ EndSection
 
 Section "InputDevice"
         Identifier  "PS/2 Mouse"
-        Driver      "mouse"
+        # Driver      "mouse" # old one
+        Driver      "vmmouse" # see 'man vmmouse'
         Option      "Device" "/dev/input/mice"
         Option      "Protocol" "explorerps/2"
         Option      "Buttons" "5"