From Fedora Project Wiki

No edit summary
No edit summary
Line 8: Line 8:


  libXrandr-devel
  libXrandr-devel
  libX11-devel
  libX11-devel
  libXi-devel
  libXi-devel
libXtst-devel


  libXtst-devel
To run you will need:
 
  xorg-x11-apps


Then:
Then:
  ./configure; make; sudo make install
  ./configure; make; sudo make install


  in src/linux there is fsc_btns.ko, you need to load this module,
load the kernel module:
 
  and start fscrotd, and fscd, the userland daemons.


To run you will need:
  src/linux fsc_btns.ko


  xorg-x11-apps
and start the the userland daemons.
  fscrotd &
  fscd &

Revision as of 01:25, 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

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 &