[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r3769 - in trunk/driver/xserver-xorg-input-vmmouse/debian: . patches



Author: dparsons
Date: 2006-10-13 20:03:15 -0400 (Fri, 13 Oct 2006)
New Revision: 3769

Added:
   trunk/driver/xserver-xorg-input-vmmouse/debian/patches/10_man_vmmouse_not_mouse
Modified:
   trunk/driver/xserver-xorg-input-vmmouse/debian/changelog
   trunk/driver/xserver-xorg-input-vmmouse/debian/patches/series
Log:
Create patch 10_man_vmmouse_not_mouse to let the man page identify
this is vmmouse, not mouse.


Modified: trunk/driver/xserver-xorg-input-vmmouse/debian/changelog
===================================================================
--- trunk/driver/xserver-xorg-input-vmmouse/debian/changelog	2006-10-13 23:42:25 UTC (rev 3768)
+++ trunk/driver/xserver-xorg-input-vmmouse/debian/changelog	2006-10-14 00:03:15 UTC (rev 3769)
@@ -1,5 +1,7 @@
 xserver-xorg-input-vmmouse (12.4.0-1) UNRELEASED; urgency=low
 
   * Initial release, new in X11R7.
+  * Create patch 10_man_vmmouse_not_mouse to let the man page identify
+    this is vmmouse, not mouse.
 
- -- Drew Parsons <dparsons@debian.org>  Sat, 14 Oct 2006 09:31:29 +1000
+ -- Drew Parsons <dparsons@debian.org>  Sat, 14 Oct 2006 09:57:46 +1000

Added: trunk/driver/xserver-xorg-input-vmmouse/debian/patches/10_man_vmmouse_not_mouse
===================================================================
--- trunk/driver/xserver-xorg-input-vmmouse/debian/patches/10_man_vmmouse_not_mouse	                        (rev 0)
+++ trunk/driver/xserver-xorg-input-vmmouse/debian/patches/10_man_vmmouse_not_mouse	2006-10-14 00:03:15 UTC (rev 3769)
@@ -0,0 +1,64 @@
+Index: xserver-xorg-input-vmmouse/man/vmmouse.man
+===================================================================
+--- xserver-xorg-input-vmmouse.orig/man/vmmouse.man	2006-10-14 09:47:44.000000000 +1000
++++ xserver-xorg-input-vmmouse/man/vmmouse.man	2006-10-14 09:55:39.000000000 +1000
+@@ -3,24 +3,49 @@
+ .ds q \N'34'
+ .TH MOUSE __drivermansuffix__ __vendorversion__
+ .SH NAME
+-mouse \- Mouse input driver
++vmmouse \- VMMouse input driver for VMware virtual machines
+ .SH SYNOPSIS
+ .nf
+ .B "Section \*qInputDevice\*q"
+ .BI "  Identifier \*q" idevname \*q
+-.B  "  Driver \*qmouse\*q"
++.B  "  Driver \*qvmmouse\*q"
+ .BI "  Option \*qProtocol\*q \*q" protoname \*q
+ .BI "  Option \*qDevice\*q   \*q" devpath \*q
+ \ \ ...
+ .B EndSection
+ .fi
+ .SH DESCRIPTION
++.B vmmouse
++is the VMMouse driver enables support for the special VMMouse protocol
++that is provided by VMware virtual machines to give absolute pointer
++positioning.
++.PP
++Installing the driver will improve the user experience when using the
++mouse to interact with the guest operating system. In particular, use of
++the driver improves mouse "lag", provides mouse speed and acceleration
++consistent with the user's host operating system, and enables the
++auto-grab/ungrab feature in VMware products without requiring the VMware
++toolbox application.
++.PP
++Using it is simply a matter of changing the driver used for the 
++mouse input device from "mouse" to "vmmouse".
++.PP
++The vmmouse driver is capable of falling back to the standard "mouse"
++driver if a VMware virtual machine is not detected. This allows for
++dual-booting of an operating system from a virtual machine to real
++hardware without having to edit xorg.conf every time.
++.SH COMMON ATTRIBUTES
++The remaining comments refer to the X11 
++.B mouse 
++driver.
++.B vmmouse
++shares options in common with it.
++.PP
+ .B mouse 
+ is an XFree86 input driver for mice.  The driver supports most available
+ mouse types and interfaces.  USB mice are only supported on some OSs,
+ and the level of support for PS/2 mice depends on the OS.
+ .PP
+-The
+ .B mouse
+ driver functions as a pointer input device, and may be used as the
+ X server's core pointer.  Multiple mice are supported by multiple
+@@ -224,5 +249,5 @@
+ for serial port communication, but they are not documented here because
+ the driver sets them correctly for each mouse protocol type.
+ .SH "SEE ALSO"
+-XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__),
++mouse (4x), XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__),
+ README.mouse.

Modified: trunk/driver/xserver-xorg-input-vmmouse/debian/patches/series
===================================================================
--- trunk/driver/xserver-xorg-input-vmmouse/debian/patches/series	2006-10-13 23:42:25 UTC (rev 3768)
+++ trunk/driver/xserver-xorg-input-vmmouse/debian/patches/series	2006-10-14 00:03:15 UTC (rev 3769)
@@ -0,0 +1 @@
+10_man_vmmouse_not_mouse



Reply to: