summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2022-01-16Fix spelling/wording issuesAlan Coopersmith1-1/+1
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-08-16Fix quoting in man page synopsis sectionAlan Coopersmith1-1/+1
Fixes: https://gitlab.freedesktop.org/xorg/driver/xf86-input-joystick/issues/1 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-10-03man: more manpage tuning and polishingSascha Hlusiak1-45/+59
2012-10-03man: mention use cases for when to use the module and when not toSascha Hlusiak1-9/+30
2012-10-03man: some typos and grammar fixesSascha Hlusiak1-13/+13
2012-10-03man: point out that the joystick module is not a joystick driverPeter Hutterer1-1/+7
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Sascha Hlusiak <saschahlusiak@arcor.de>
2011-11-13man: valuators are not added automaticallySascha Hlusiak1-3/+0
2011-10-16label buttons and axesSascha Hlusiak1-1/+27
Buttons are labeled "Button %d", starting with 0 and representing the button in X _after_ mapping. Mapping can be changed while running so the labels will be constant. Axes are labeled "Axis %d", starting with 1, representing the _physical_ axis that reports the valuator data. The raw valuators can't be dynamically mapped, the first two valuators always are labeled "Rel X" and "Rel Y", representing the aggregated post-calculation data from all axes. Signed-off-by: Sascha Hlusiak <saschahlusiak@arcor.de>
2011-04-20Updated man page to reflect latest changesSascha Hlusiak1-27/+20
2010-06-11config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon1-19/+2
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS Use $(AM_V_GEN)$(SED) to support silent rule Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith1-22/+19
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-04-15fix manpage and examples to reflect recent key changesSascha Hlusiak1-24/+20
2009-03-18Mention PWM mode in man pageSascha Hlusiak1-1/+5
2009-02-17Janitor: make distcheck, .gitignore.Paulo Cesar Pereira de Andrade1-3/+0
The correction for make distcheck uses the same solution proposed for xf86-input-evdev, that uses the new configure option --with-sdkdir. Signed-off-by: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2009-01-09Remove xorgconfig & xorgcfg from See Also list in man pageAlan Coopersmith1-1/+1
2008-10-01Option for per-axis valuators. Defaults to off for all axes.Sascha Hlusiak1-11/+10
Old: Each axis had an extra valuator, starting with 2 (0 and 1 are pointer movement) New: Add "valuator" to axis option to give it an extra valuator of range -32768 to 32768. Default: Off for all axes, since rarely used (and broken anyway right now).
2008-09-07Make "less joystick.man" workChristoph Brill1-0/+1
2008-09-06Update man page concerning custom driver options through halSascha Hlusiak1-1/+2
Warning is obsoleted by xorg-server-1.5
2008-03-08Makefile.am: nuke RCS IdMatthieu Herrb1-1/+0
2008-01-06Added "StartMouseEnabled" and "StartKeysEnabled" optionsSascha Hlusiak1-22/+42
With the disable-mouse and disable-keys button mapping the event generation can be toggled. These two options will start X with the event generation already disabled, so it can be enabled later with the appropriate button mapping. Default: Event generation is enabled.
2007-12-09Changed default deadzone in manpage from 1000 to 5000Sascha Hlusiak1-7/+7
2007-12-09Typo in man pageSascha Hlusiak1-1/+1
Last axis of default axis configurations was #3 instead of #7
2007-12-07Mentioned hotplugging and hal policy in man pagexf86-input-joystick-1.3.1Sascha Hlusiak1-2/+10
2007-12-05Mentioned multiple backends in man pageSascha Hlusiak1-3/+10
2007-10-10Added AutoRepeat option to specify rate and delay for key events.Sascha Hlusiak1-0/+7
So far the autorepeat settings of xorg were used, thus sharing the settings with all other keyboard. This is still the default but the rate and delay can be changed per device, not conflicting with the settings of other keyboards.
2007-10-06Use XStringToKeysym to parse symbolic keys defined in xorg.conf.Sascha Hlusiak1-12/+20
Users can map buttons to "key=space" or "key=Left" to map them to XK_space or XK_Left. As fallback the numerical expression still works.
2007-10-03Updated manpage to reflect keymap changesSascha Hlusiak1-20/+24
2007-08-12Explained new key generation features for axes in man page.Sascha Hlusiak1-12/+23
Explained the behaviour of accelerated vs relative axes that are mapped to keys. Added example to man page.
2007-08-11Reformatted whole source to 4-space-indentsSascha Hlusiak1-1/+1
Large parts of the code were written with 2-space-indents only. Upgraded to 4-space indents to improve readability. Sorry for touching almost every line. :-S
2007-08-08Added example about mapping axes to keys to manpage.Sascha Hlusiak1-3/+15
2007-08-08Added "keylow" and "keyhigh" option to axes, which generates key events when ↵Sascha Hlusiak1-0/+17
the axis is moved. One can specify scancodes for negative and positive axis movement. When the axis is moved out of the deadzone, keydown events are once generated, and keyrelease events are generated when the axis returns to 0. One can map a pad to the four arrow keys to play games that do not support a joystick.
2007-08-08Added note about SendCoreEvents keyword to ServerLayout in manpage.Sascha Hlusiak1-0/+14
2007-07-11Added missing section about valuators to manpageSascha Hlusiak1-7/+24
The manpage was missing detailed information about the reported valuators per axis. Made minor changes of style and grammar.
2007-07-07Added notes to the manpageSascha Hlusiak1-1/+4
2007-04-24Makefile.am: Rule to autogenerate ChangeLog from git on make distSascha Hlusiak2-2/+2
2007-04-15Cosmetic changes to structs, got rid of XFree86LOADER blocksSascha Hlusiak1-1/+2
The XFree86LOADER is mandatory, without it it wouldn't compile anyway, so checks were deleted. Named structs in jstk.h again Added unions for mapping-relative data, given values more telling names
2007-04-11Replaced xf86CheckXXXOption with xf86SetXXXOption, Fixed possible NULL ↵Sascha Hlusiak1-4/+8
pointer dereference Fixed possible NULL pointer dereference in xf86DeleteInput, reformatted code in bsd_jstk.c
2007-03-30Added range for absolute axis configurationSascha Hlusiak1-12/+84
Completed man page
2007-03-29Allowed axis being actually not mapped to an actionSascha Hlusiak1-3/+7
Changed default configuration to the minimum Fixed that unmapped axis generated movements
2007-03-26Added code to generate key eventySascha Hlusiak1-2/+22
2007-03-25Added "amplify", "disable-mouse", "disable-keys", "disable-all" options to ↵Sascha Hlusiak1-0/+14
code and manpage
2007-03-22Removed "amplifier" axis optionSascha Hlusiak1-12/+20
Added amplifier as factor to the "axis" option Updated manpage
2007-03-22Allowed negative amplify value for reverting axis directionSascha Hlusiak1-0/+2
2007-03-21Went back to one timer for all axesSascha Hlusiak1-2/+13
Added "accelerated" axis mode Added "absolute" axis mode Added "amplify" axis option
2007-03-20Added axis optionsSascha Hlusiak1-6/+23
2007-03-19Man page matches current features of the driverSascha Hlusiak1-1/+32
2007-03-18Made driver report button eventsSascha Hlusiak3-2/+36
Introduced empty manpage
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin1-2/+2
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-21Add .cvsignores for drivers.Eric Anholt1-0/+2