Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wminput(1) [debian man page]

WMINPUT(1)						      General Commands Manual							WMINPUT(1)

NAME
wminput - an event driver for the wiimote SYNOPSIS
wminput [options] DESCRIPTION
This manual page documents briefly the wminput command. wminput is a program that provides an event driver for the wiimote, supporting all buttons (except Power) and pointer tracking, and featur- ing a tracking algorithm plugin architecture. Your kernel must be configured with uinput support (INPUT_UINPUT, or Device Drivers/Input Device Support/Miscellaneous Drivers/User Level Driver Support under menuconfig). Compile into the kernel or as a module. See http://gentoo-wiki.com/HOWTO_Compile_a_Kernel_Manually for information on kernel compilation. By default, some (most? all?) udev configurations set up a uinput device file readable only by root. Using wminput as a user other than root requires configuration udev to change the permissions on uinput. Place the following line in a file in /etc/udev/rules.d (see the documentation for your distro for the recommended file for local rules) to allow anyone on the system to use uinput: KERNEL=="uinput", MODE="0666" A more secure method uses the following line to allow anyone in <group> to use wminput, and adds only the desired users to <group>: KERNEL=="uinput", GROUP="<group>" A uinput group can be created specifically for this purpose, or another existing group such as wheel can be used. Getting X to recognize non-standard key symbols, and mapping actions to those symbols, is not automatic. An excellent tutorial at http://gentoo-wiki.com/HOWTO_Use_Multimedia_Keys can help you set this up. An overview of the process (see the HOWTO for more informa- tion): 1.Edit ~/.CWiid/wminput.conf 2.Use xev, wminput, and your wiimote to find out if the key symbols are already mapped, and find the key codes if they are not. 3.If the codes are not mapped to the appropriate symbols, edit ~/.Xmodmap, and use xmodmap to map them. (A copy of my ~/.Xmodmap is included in CWiid/doc) 4.Use xbindkeys or a window manager-specific utility to map the key symbols to specific actions. wminput tracking plugins are, by default, installed to /usr/lib/CWiid/plugins. Plugins may also be placed in ~/.CWiid/plugins, and plugins placed here will take precedence. OPTIONS
-h Show summary of options. -v, --version Output version information and exit. -c, --config [file] Choose config file to use. -d, --daemon Implies -q, -r, and -w. -q, --quiet Reduce output to errors -r, --reconnect [wait] Automatically try reconnect after wiimote disconnect. -w, --wait Wait indefinitely for wiimote to connect. bdaddr Specify the wiimote bluetooth address. The bluetooth device address (bdaddr) of the wiimote can be specified on the command-line, or through the WIIMOTE_BDADDR environment variable, in the that order of precedence. If neither is given, the first wiimote found by hci_inquiry will be used. SEE ALSO
wmgui(1), AUTHOR
wminput was written by L. Donnie Smith <cwiid@abstrakraft.org> This manual page was written by Romain Beauxis <toots@rastageeks.org>, for the Debian project (but may be used by others). janvier 18, 2007 WMINPUT(1)

Check Out this Related Man Page

spice-vdagentd(1)					      General Commands Manual						 spice-vdagentd(1)

NAME
spice-vdagentd - Spice guest agent daemon SYNOPSIS
spice-vdagent [OPTIONS] DESCRIPTION
The spice guest agent for Linux consists of 2 parts, a system wide daemon spice-vdagentd and a X11 session agent spice-vdagent of which there is one per X11 session. spice-vdagentd gets started through a Sys-V initscript or a systemd unit. FEATURES
The spice guest agent adds the following features to spice Linux guests: Client mouse mode (no need to grab mouse by client, no mouse lag) Automatic adjustment of the X11 session's number of virtual monitors, and their resolution, to the number of client windows and their reso- lution Support of copy and paste (text and images) between the active X11 session and the client, this supports both the primary selection and the clipboard Support for transfering files from the client to the agent OPTIONS
-h Print a short description of all command line options -d Log debug messages (use twice for extra info) -s port Set virtio serial port (default: /dev/virtio-ports/com.redhat.spice.0) -u device Set uinput device (default: /dev/uinput) -x Don't daemonize -X Disable session info usage, spice-vdagentd needs to know which spice-vdagent is in the currently active X11 session. spice-vdagentd uses console kit or systemd-logind (compile time option) for this; The -X option disables this, if no session info is available only one spice-vdagent is allowed FILES
The Sys-V initscript or systemd unit parses the following files: /etc/sysconfig/spice-vdagentd Default cmdline options can be passed to spice-vdagentd by setting them in the SPICE_VDAGENTD_EXTRA_ARGS variable in this file SEE ALSO
spice-vdagent(1) COPYRIGHT
Copyright 2010-2013 Red Hat, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. spice-vdagent 0.14.0 April 2013 spice-vdagentd(1)
Man Page