From Fedora Project Wiki
(Created page with 'fjbtndrv is an out of tree kernel driver for Fujitsu PC's tablets. https://fedoraproject.org/wiki/User:Rhl rhl is interested in getting them in tree: Maintainer Robert Gerla...') |
m (internal link cleaning) |
||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
fjbtndrv is an out of tree kernel driver for Fujitsu PC's tablets. | fjbtndrv is an out of tree kernel driver for Fujitsu PC's tablets. Specifically it provides functionality for the Fujitsu Tablet Buttons and Switches. | ||
[[User:Rhl|rhl]] is interested in getting them in tree: | |||
Maintainer Robert Gerlach hosts the code here: [[http://sourceforge.net/projects/fjbtndrv/ fjbtndrv]] | |||
To compile you will need: | |||
libXi-devel | autoconf | ||
libXtst-devel | automake | ||
gettext-devel | |||
xosd-devel | |||
libXrandr-devel | |||
libXi-devel | |||
libXtst-devel | |||
You might also need: | |||
libX11-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 & |
Latest revision as of 14:14, 18 September 2016
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 libXi-devel libXtst-devel
You might also need:
libX11-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 &