summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@openbsd.org>2009-11-23 21:33:11 +0000
committerMatthieu Herrb <matthieu@openbsd.org>2009-11-23 21:33:11 +0000
commitd24eae2d044a5557e99cce445ec40263c77f996f (patch)
tree005983a1056421d94593abd51714f1587f0688b1
parent067f01383a9a23d36c15b07f688b768f366a83db (diff)
Document option "raw".
-rw-r--r--man/ws.man10
1 files changed, 9 insertions, 1 deletions
diff --git a/man/ws.man b/man/ws.man
index d90e073..d8f8805 100644
--- a/man/ws.man
+++ b/man/ws.man
@@ -1,6 +1,6 @@
.\" $OpenBSD$
.\"
-.\" Copyright (c) 2005 Matthieu Herrb
+.\" Copyright (c) 2005,2009 Matthieu Herrb
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -31,6 +31,7 @@ WS \- wscons pointer input driver for *BSD
.BI " Option \*qMaxX\*q \*q" integer \*q
.BI " Option \*qMinY\*q \*q" integer \*q
.BI " Option \*qMaxY\*q \*q" integer \*q
+.BI " Option \*qRaw\*q \*q" boolean \*q
.BI " Option \*qRotate\*q \*q" string \*q
.BI " Option \*qSwapXY\*q \*q" boolean \*q
.BI " Option \*qZAxisMapping\*q \*q" "N1 N2" \*q
@@ -76,6 +77,13 @@ These options represent the coordinate space returned by the device.
They default to the screen dimensions, since the calibration is handled in
the kernel by the zts(4) driver and the ztsscale(8) utility.
.TP 4
+.BI "Option \*qRaw\*q \*q" boolean \*q
+This option selects the raw (uncalibrated) mode for tablet devices.
+It defaults to False.
+When using raw mode, if no coordinate space is specified by the
+above options, the coordinate space will be read from the kernel calibration
+data.
+.TP 4
.B "Option \*qRotate\*q \*qCW\*q"
.TP 4
.B "Option \*qRotate\*q \*qCCW\*q"