summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2013-05-02man: clarify how to configure keys on higher shift levels in xsetwacomPeter Hutterer1-0/+8
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Ping Cheng <pinglinux@gmail.com>
2013-01-30Add Touch option to xsetwacom manpagePing Cheng2-3/+8
We did not explicitly add this option when worked on the manpage since we thought Gnome control center (g-c-c) or something else in userland would take care of touch (as well as its gestures). However, I see no sign of getting touch in g-c-c soon. Let's take care of touch uers here for now. Wacom manpage is also updated accordingly. Reported-by: Nikolai Neff <gefrierbrand@users.sf.net> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Ping Cheng <pinglinux@gmail.com>
2012-12-11man: CursorProx affects absolute mode as wellPeter Hutterer1-1/+1
Update man-page for driver behavior. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Ping Cheng <pinglinux@gmail.com>
2012-10-08Move check for enabled gestures to the functions that execute themJason Gerecke1-3/+3
At the moment, disabling gestures disables *all* gestures. That includes the core "tap to click" gesture (and slightly-less-core "tap and hold to drag"). This patch allows these two gestures to not be considered such by moving wcmGesture check into the functions that execute the gesture. All two-finger functions (right click, scroll, and zoom) are disabled by wcmGesture, but all single-finger functions remain operational. Signed-off-by: Jason Gerecke <killertofu@gmail.com> Acked-by: Chris Bagwell <chris@cnpbagwell.com> Tested-by: Chris Bagwell <chris@cnpbagwell.com>
2012-10-08Use new multitouch protocol in XI2 if possibleJason Gerecke1-2/+3
Adds a new MULTITOUCH gesture mode that will redirect all in-contact touches through the new multitouch code available in XI2.2 (ABI >= 16). MULTITOUCH mode will only be entered when in-driver gestures have been disabled and at least two fingers are present. The driver will remain in this mode until *all* fingers have left the tablet. For the moment, all touches are sent as XIDependentTouch. Direct touch devices such as tablet PCs and Cintiqs are not an exception. This may be changed in the future once frameworks are better equipped to handle direct input touches. Signed-off-by: Jason Gerecke <killertofu@gmail.com> Tested-by: Chris Bagwell <chris@cnpbagwell.com>
2012-09-19Device grab should be optionalJason Gerecke1-0/+6
Like in recent versions of xf86-input-evdev, grabbing the input device with EVIOCGRAB should be optional. This would enable for example indicator applets, and would improve dynamic handling of different input devices. Proposed patch extended to document new GrabDevice driver option. https://sourceforge.net/tracker/?func=detail&aid=3509828&group_id=69596&atid=525124 Reported-by: henris42
2012-03-15man: fix typo in xsetwacom man pagePeter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-01-31man.wacom: Fix typo in Touch Gestures.David Foley1-1/+1
Fix initiates typo in TOUCH GESTURES' Vertical scroll. Signed-off-by: David Foley <favux.is@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-01-27man.wacom: Add gesture description.David Foley1-0/+33
Add description of the touch gestures to the wacom manual. Signed-off-by: David Foley <favux.is@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-09-27Have 'MapToOutput' require the keyword "desktop" to do suchJason Gerecke1-8/+8
Instead of allowing zero arguments to map the tablet to the entire desktop, we require the use of the keyword "desktop" to accomplish this. This is to make it easier to figure out the user's intent later on when we introduce KeepShape.
2011-09-27Add 'set_output_next' helper for MapToOutputJason Gerecke1-3/+5
Adds a helper function for MapToOutput which determines which output the device is currently mapped to, and moves to the next available output. Repeatedly calling this function will result in the device being mapped to every available output (including the desktop as a whole) in turn.
2011-09-27Allow 'MapToOutput' to accept X geometry stringsJason Gerecke1-8/+10
This patch allows the MapToOutput command to accept fully- specified X geometry strings as valid output names. The XParseGeometry function describes these strings as having the folowing format: [=][<width>{xX}<height>][{+-}<xoffset>{+-}<yoffset>] Strings with width, height, xoffset, and yoffset defined will be accepted and the device mapped to the rectangle it describes. This patch also renames the function '_set_matrix' to bring its naming in line with the other set_output_XXXX functions.
2011-08-25man: clarify rotation on hotplugged devicesPeter Hutterer1-2/+3
Dependent devices take the parent device's rotation, not hotplugged devices in general. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Ping Cheng <pinglinux@gmail.com>
2011-08-24man: document gesture-related optionsPeter Hutterer1-0/+26
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Ping Cheng <pinglinux@gmail.com> Reviewed-by: Chris Bagwell <chris@cnpbagwell.com>
2011-08-24man: Add RawSample to man pagePeter Hutterer1-0/+4
Text copied from xsetwacom. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Ping Cheng <pinglinux@gmail.com>
2011-08-03Allow zero-argument use of MapToOutput to reset map to entire desktopJason Gerecke1-2/+3
If zero commandline arguments are provided to 'set_output', we now interpret that as the user's desire to remap their tablet to the entire desktop. This is accomplished by loading the identity matrix. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-07-13man: reshuffle Authors listPeter Hutterer1-3/+3
Not to discredit Frederic's work, but he is not involved with the project anymore. Users have a tendency to email the first person on the list, let that go to someone who is currently involved and likely to respond. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Ping Cheng <pinglinux@gmail.com>
2011-07-13man: use placeholders to man pages listed in See AlsoPeter Hutterer1-1/+2
These are substituted on build, the sections aren't the same on all platforms. Not that this really matters for us (linux-only) but it's in-line with other X.Org projects. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Ping Cheng <pinglinux@gmail.com>
2011-07-13man: add link to our website in See AlsoPeter Hutterer2-0/+4
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Ping Cheng <pinglinux@gmail.com>
2011-07-13man: add paragraph before the link to linuxwacom.sfPeter Hutterer1-2/+3
And spell out sf as sourceforge Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Ping Cheng <pinglinux@gmail.com>
2011-06-30Merge branch 'capacity2' of git://github.com/cbagwell/xf86-input-wacomPeter Hutterer1-5/+0
2011-06-28Remove unused Capacity logic on touch devicesChris Bagwell1-5/+0
The feature never fully worked and bits have slowing been removed. Remove remaining in one swoop. As apart of removing logic, now store ABS_PRESSURE values in the more appropriate "pressure" location so that it can eventually be exposed in the Pressure axis that touch devices create but do not currently send. Additional changes beyond this patch are required to get Pressure Axis working on touch devices. Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2011-06-24xsetwacom: Support MapToOutput for TwinView.Peter Hutterer1-1/+2
The NVIDIA binary driver doesn't support RandR 1.2 but it does support Xinerama. Due to a server bug, we still get the current server's RandR version back when we query, so we need to check to the binary driver-specific NV-CONTROL extension first. If that or a RandR < 1.2 version is present fall back to Xinerama if we need to. User commands: xsetwacom set "device name" MapToOutput HEAD-0 xsetwacom set "device name" MapToOutput HEAD-1 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Tested-by: Jason Gerecke <killertofu@gmail.com>
2011-05-20man: note that parent devices can't be matched.Peter Hutterer1-0/+6
MatchProduct "stylus" won't work since the "stylus" bit is appended by the driver, after the server has already applied the MatchProduct directives. This only applies to the parent device. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Chris Bagwell <chris@cnpbagwell.com>
2011-05-06Add a property to bind the device to a serial number.Peter Hutterer1-0/+6
This is a read/write property to force the device to a single serial number only. xsetwacom parameter BindToSerial Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chris Bagwell <chris@cnpbagwell.com>
2011-05-06xsetwacom: add ToolSerialPrevious to retrieve the last tool in proximity.Peter Hutterer1-0/+6
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chris Bagwell <chris@cnpbagwell.com>
2011-04-21man: Describe ToolSerials optionAlexia Death1-0/+7
Adds a description of the "ToolSerials" option to the driver manpage. Slightly modified from Alexia's original patch (breaks the list of types out into the description) Signed-off-by: Jason Gerecke <killertofu@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-04-14man: Use __drivername__ instead of "wacom"Jason Gerecke2-2/+2
Because hardcoding things is uncool Signed-off-by: Jason Gerecke <killertofu@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-04-14man: Fix __drivername__ macroJason Gerecke1-0/+3
It seems we've been having this macro dangling in our manpage since 0862aa3d74378abbf9f23289ab864a4d07305d0d Signed-off-by: Jason Gerecke <killertofu@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-04-14man: Update usage informationJason Gerecke1-2/+2
The usage provided by '--help' is more accurate than that provided in the man page, and some arguments to '--set' do not require a value. Signed-off-by: Jason Gerecke <killertofu@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-04-08man: add hotplugging info to man pagePeter Hutterer1-3/+31
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-04-08man: remove reference about different zones - unsupportedPeter Hutterer1-2/+1
We ripped this out with 13a12bb852f8 Purge toolarea from device rec. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-04-08man: don't mention the core pointer, it doesn't existPeter Hutterer1-2/+1
Obsolete since server 1.4 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-04-08man: refer to both xorg.conf and xorg.conf.dPeter Hutterer1-2/+2
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-04-07Don't rotate hotplugged devices.Peter Hutterer1-1/+3
We only rotate on a per-tablet basis, not per-tool. Don't accept rotation values on dependent devices (unless they're the same, then be quiet about it). Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Ping Cheng <pinglinux@gmail.com>
2011-04-07Expand manpage documentation for "Button" parameterJason Gerecke1-7/+14
Include list of parameters that are supported, as well as an example of mixing keywords in one action. Signed-off-by: Jason Gerecke <killertofu@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-04-06Swap range of 'RawSample' and 'Suppress' in man pageJason Gerecke1-2/+2
Looks like the range of these two options was confused a while back. Switch them so that the right option has the right range. Signed-off-by: Jason Gerecke <killertofu@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-04-06Have man page reflect per-tablet nature of 'Rotate' optionJason Gerecke1-3/+3
Change documentation to indicate that rotation affects all tools associated with the same tablet. Signed-off-by: Jason Gerecke <killertofu@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-03-28Add CursorProximity to xsetwacom.manPing Cheng1-0/+5
Signed-off-by: Ping Cheng <pinglinux@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-03-14xsetwacom.man: Fix whitespace issuesDavid Foley1-2/+2
Signed-off-by: David Foley <favux.is@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-03-14xsetwacom.man: add RawSample and Suppress parametersDavid Foley1-0/+16
Add RawSample and Suppress to parameter description table. Signed-off-by: David Foley <favux.is@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-03-08xsetwacom.man: Add 5 parametersDavid Foley1-11/+55
Add Mode, PressureCurve, Rotate, TabletPCButton, and Threshold. And other changes. Signed-off-by: David Foley <favux.is@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-03-02Purge KeepShape option (for now, anyway).Peter Hutterer1-7/+0
This option is badly broken since the driver has lost the ability to check for screen coordinates. There is a need for this option, but it will have to come back as a purely client-configured option (i.e. the client feeds the tablet coordinates it should map to). Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Ping Cheng <pinglinux@gmail.com>
2011-02-10remove unsupported "Speed" option from man page.Chris Bagwell1-6/+0
Use xinput's "Device Accel Constant Deceleration" for similar feature. Signed-off-by: Chris Bagwell <chris@cnpbagwell.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-02-09Merge branch 'xsetwacom-cleanup'Peter Hutterer1-0/+31
2011-02-09man: note that the threshold applies to the normalized pressure range.Peter Hutterer1-0/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chris Bagwell <chris@cnpbagwell.com>
2011-02-09Fix spelling errorJason Gerecke1-1/+1
s/none /non-/ Signed-off-by: Jason Gerecke <killertofu@gmail.com> Acked-by: Ping Cheng <pinglinux@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-02-03xsetwacom: rename DebugLevel/CommonDBG to ToolDebugLevel/TabletDebugLevelPeter Hutterer1-0/+15
Self-explanatory parameter names ftw! Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Ping Cheng <pinglinux@gmail.com>
2011-02-03xsetwacom: simplify code for Button mappings.Peter Hutterer1-0/+9
This changes the user interface. Instead of xsetwacom set Button1 ... it's now xsetwacom set Button 1 ... (note the space) Other than that, functionality stays the same. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Ping Cheng <pinglinux@gmail.com>
2011-02-03xsetwacom: purge TopX/BottomX/..., replace with Area instead.Peter Hutterer1-0/+7
In almost all cases, a user that needs to set the are will need to set all 4 values. Instead of asking the user to type 4 commands to set the area, just provide one parameter that takes 4 coordinates. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Ping Cheng <pinglinux@gmail.com>