You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 8d2bcc8e9e misc/cwiid: Minor script fix. 9 years ago
..
README misc/cwiid: Updated for version 0.6.00+svn201. 13 years ago
add_other_plugins_#487498.patch misc/cwiid: Updated for version 0.6.00+svn201. 13 years ago
bluetooth-linker.patch misc/cwiid: Included a patch to link bluetooth. 13 years ago
cwiid.SlackBuild misc/cwiid: Minor script fix. 9 years ago
cwiid.info misc/cwiid: Updated for version 0.6.00+svn201. 13 years ago
doinst.sh misc/cwiid: Updated for version 0.6.00+svn201. 13 years ago
lswm.1 misc/cwiid: Updated for version 0.6.00+svn201. 13 years ago
rc.cwiid.conf.new misc/cwiid: Updated for version 0.6.00+svn201. 13 years ago
rc.cwiid.new misc/cwiid: Updated for version 0.6.00+svn201. 13 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago
wmgui.desktop misc/cwiid: Updated for version 0.6.00+svn201. 13 years ago
wmgui.xpm misc/cwiid: Updated for version 0.6.00+svn201. 13 years ago

README

CWiid is a collection of Linux tools written in C for interfacing to the
Nintendo Wiimote, including an event-based API, an event/mouse/joystick
driver, and GUI/control panel.

To start cwiid's wminput daemon on boot, edit /etc/rc.d/rc.cwiid.conf
if needed (only needed if you have multiple wiimotes), then
"chmod 755 /etc/rc.d/rc.cwiid", and add the following code to
e.g. /etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.cwiid ]; then
/etc/rc.d/rc.cwiid start
fi