News | About | Get Frugalware | Packages | Documentation | Discussion Forums | Bug Tracker | Wiki | Community | Development

Wiimote

From FrugalWiki

Jump to: navigation, search
i18n
English
Français

Contents

Installation of a Wiimote with CWiid

Installation of cwiid

Root terminal 48px.png
# pacman-g2 -S cwiid


Loading du module

Load the module with:

Root terminal 48px.png
# modprobe uninput


To have it at every boot, just add uninput into file /etc/sysconfig/modules.

Configuration of xorg.conf

Check if you have the package xf86-input-evdev installed.

Edit the file /etc/X11/xorg.conf.

Add to the following section, the Wiimote with « evdev » driver :

Section "InputDevice"

       Identifier      "Wiimote"
       Driver          "evdev"
       Option          "Name"          "Nintendo Wiimote"

EndSection

And in section « ServerLayout », add the following line :

 InputDevice     "Wiimote"               "AlwaysCore"


Test with wmgui

To test, type :

User terminal 48px.png
$ wmgui
Personal tools
Namespaces
Variants
Actions