-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
87 lines (62 loc) · 2.77 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Gizmo Daemon :: v3.5 -- (c) 2006-2009 Tim Burrell
=------------------= -- [tim [dot] burrell [at] gmail [dot] com]
http://gizmod.sourceforge.net
README
=----=
Introduction:
-------------
Gizmo Daemon is an advanced input device controller that enables any Linux
input device to be used for any purpose imaginable. Input events can be
mapped to control applications (console and X11), the ALSA system mixer
volume, Amarok, or any other application. Events can be directed at
other devices as well (keyboards, mice, force feedback, joysticks, LIRC
remotes, etc).
Gizmo Daemon also offers support for devices with visualization capabilities
(such as the Griffin PowerMate's LED). In this way a number of system events
can be sent to any devices which have visualization abilities. Current
monitor plugins include: system volume, CPU usage, sound output from
any libVisual compatible music player (such as Amarok), and more! This
means you'll be able to watch your PowerMate (or any other
supported device) dance in time to music!
Dependencies:
-------------
Gizmo Daemon depends on the Linux Kernel's event input system, X11,
ALSA, Boost, and Python in order to be compiled. Note that compiling
from source means you need to have the development packages installed.
Installation:
-------------
- Make sure the input event system is enabled in your kernel config options:
Device Drivers --->
Input Device Support -->
<M> Event interface
- After enabling the event system make sure permissions are correct. Check
/dev/input/* to make sure the current user / group has read / write
privileges. Modern systems make use of udev rules to change permissions
on the devices, however this is beyond the scope if this document.
- If you have a PowerMate make sure it's module is enabled as well!
Device Drivers --->
USB support --->
<M> Griffin PowerMate and Contour Jog support
- Install CMake. http://cmake.org
- Install the Python scripting language via your distributions package management
system (Note: be sure to install the dev packages too!). Or download and
install from http://python.org.
- Install Boost. http://boost.org
- If you wish to use Gizmo Daemon's libVisual support you should
have it installed prior to compilation.
- Download (http://gizmod.sourceforge.net)
- Unpack, and install:
tar jxvf gizmod-version.tar.bz2
cd gizmod-version
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc ..
make
sudo make install
- Note that the configuration files are stored in: /etc/gizmod
- Launch the user space daemon:
gizmod&
Documentation, Scripting API, and Support:
------------------------------------------
For documentation, support, and help, visit the Gizmo Daemon web site
(http://gizmod.sourceforge.net)