* Update /etc/X11/xorg.conf.vmware: use vmmouse.
authorMichael Prokop <mika@grml.org>
Wed, 25 Oct 2006 22:42:06 +0000 (00:42 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 25 Oct 2006 22:42:06 +0000 (00:42 +0200)
debian/changelog
etc/X11/xorg.conf.vmware

index 43d2db5..a1560ba 100644 (file)
@@ -1,3 +1,9 @@
+grml-x (0.3-13) unstable; urgency=low
+
+  * Update /etc/X11/xorg.conf.vmware: use vmmouse.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 00:41:45 +0200
+
 grml-x (0.3-12) unstable; urgency=low
 
   * Add gnome-session (but leave gnomesession as fallback option)
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"