Difference between revisions of "Tpb"
(Note about tpb and xmodmap) |
m (added ubuntu) |
||
Line 22: | Line 22: | ||
* {{Gentoo}} ebuild: http://packages.gentoo.org/packages/?category=app-laptop;name=tpb | * {{Gentoo}} ebuild: http://packages.gentoo.org/packages/?category=app-laptop;name=tpb | ||
* {{Redhat}} packages: http://dag.wieers.com/packages/tpb/ | * {{Redhat}} packages: http://dag.wieers.com/packages/tpb/ | ||
+ | * {{Ubuntu}} packages: http://packages.ubuntu.com/edgy/utils/tpb | ||
=== CVS === | === CVS === |
Revision as of 18:58, 1 February 2007
Contentstpb - Thinkpad ButtonsTPB is a little program that enables you to use the IBM ThinkPad(tm) special keys. With TPB it is possible to bind a program to the ThinkPad, Mail, Home and Search button. TPB can also run a callback program on each state change with the changed state and the new state as options. So it is possible to trigger several actions on different events. TPB has a on-screen display (OSD) to show volume, mute, brightness and some other informations. Furthermore TPB supports a software mixer, as the R series ThinkPads have no hardware mixer to change the volume. TPB has been ported to KDE, yielding the KMilo plugin. |
Project Homepage / Availability
Status
Version 0.6.4
Packages
- Debian packages are available: http://packages.debian.org/unstable/utils/tpb.html
- Gentoo ebuild: http://packages.gentoo.org/packages/?category=app-laptop;name=tpb
- Red Hat packages: http://dag.wieers.com/packages/tpb/
- Ubuntu packages: http://packages.ubuntu.com/edgy/utils/tpb
CVS
The sources can be checked out through anonymous CVS with the following instruction set:
export CVS_RSH="ssh" cvs -d :ext:anoncvs@savannah.nongnu.org:/cvsroot/tpb co tpb
Documentation
Sample configuration
- /etc/tpbrc
- Note that on some systems the "nvram" module will need to be loaded before tpb will work, as tpb needs to write to this device. If you run tpb in user-space, you will need write permissions (and, possibly, read); it is probably best to simply add users to a "nvram" group.
- Also note that using tpb and xmodmap altogether may cause some problems. For example, on a ThinkPad T60p running under Debian GNU/Linux (Etch, Testing), to map the two buttons next to the up arrow to some function, adding the right lines to ~/.Xmodmap may not be sufficient: you need to specify in your /etc/tpbrc (or ~/.tpbrc) the following line:
XEVENTS OFF
(You just need to uncomment this line in the sample configuration file.)
Contact
Contact the author at markus.braun@krawel.de.