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...') |
No edit summary |
||
Line 4: | Line 4: | ||
Maintainer Robert Gerlach hosts the code here: http://sourceforge.net/projects/fjbtndrv/ | Maintainer Robert Gerlach hosts the code here: http://sourceforge.net/projects/fjbtndrv/ | ||
libXrandr-devel | To compile you will need: | ||
libX11-devel | |||
libXi-devel | libXrandr-devel | ||
libXtst-devel | |||
libX11-devel | |||
libXi-devel | |||
libXtst-devel | |||
Then: | |||
./configure; make; sudo make install | |||
in src/linux there is fsc_btns.ko, you need to load this module, | |||
and start fscrotd, and fscd, the userland daemons. | |||
To run you will need: | |||
xorg-x11-apps |
Revision as of 01:23, 6 May 2011
fjbtndrv is an out of tree kernel driver for Fujitsu PC's tablets. [rhl] is interested in getting them in tree:
Maintainer Robert Gerlach hosts the code here: http://sourceforge.net/projects/fjbtndrv/
To compile you will need:
libXrandr-devel
libX11-devel libXi-devel
libXtst-devel
Then:
./configure; make; sudo make install
in src/linux there is fsc_btns.ko, you need to load this module,
and start fscrotd, and fscd, the userland daemons.
To run you will need:
xorg-x11-apps