From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
To compile you will need: | To compile you will need: | ||
autoconf | |||
automake | |||
gettext-devel | |||
xosd-devel | |||
libXrandr-devel | libXrandr-devel | ||
libX11-devel | libX11-devel |
Revision as of 20:48, 2 September 2011
fjbtndrv is an out of tree kernel driver for Fujitsu PC's tablets. Specifically it provides functionality for the Fujitsu Tablet Buttons and Switches.
[rhl] is interested in getting them in tree:
Maintainer Robert Gerlach hosts the code here: [fjbtndrv]
To compile you will need:
autoconf automake gettext-devel xosd-devel libXrandr-devel libX11-devel libXi-devel libXtst-devel
To run you will need:
xorg-x11-apps
Then:
./configure; make; sudo make install
load the kernel module:
src/linux fsc_btns.ko
and start the the userland daemons.
fscrotd & fscd &