[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel 2.6 et tablette Wacom



[...]
J'ai réussi a le compiler comme suit :
./configure --with-kernel=/usr/src/kernel-headers-2.6.9-1-686 
--with-tcl=/usr/include/tcl8.4 --with-tk=/usr/include/tcl8.4 --enable-wacom
make
make install

Et dans mon XFree86config-4 j'ai 
...
Section "InputDevice"
   Identifier "stylus"
   Driver "wacom"
   Option "Device" "/dev/input/event0"
   Option "Mode" "Absolute"
   Option "Type" "stylus"
   Option "USB" "on"
   Option "AlwaysCore" "on"
EndSection

Section "InputDevice"
   Identifier "eraser"
   Driver "wacom"
   Option "Device" "/dev/input/event0"
   Option "Mode" "Absolute"
   Option "Type" "eraser"
   Option "USB" "on"
   Option "AlwaysCore" "on"
EndSection

Section "InputDevice"
   Identifier "cursor"
   Driver "wacom"
   Option "Device" "/dev/input/event0"
   Option "Mode" "Absolute"
   Option "Type" "cursor"
   Option "USB" "on"
   Option "AlwaysCore" "on"
EndSection
...
Section "ServerLayout"
 Identifier "Default Layout"
 Screen  "Default Screen"
 InputDevice "Generic Keyboard"
 InputDevice "Configured Mouse"
 InputDevice "Generic Mouse"
 InputDevice "stylus" ""
    InputDevice "eraser" ""
    InputDevice "cursor" "Alwayscore"
EndSection

La tablette a l'air de fonctionner mais dans gimp elle comme la souris, pas 
possible d'affecter la gomme a l'eraser et le pinceau a stylus, et la 
pression est inopérante, j'ai pourtant configuré gimp 
preference/peripheriques d'entrees, cursor,stylus,eraser en mode écran.
Y a t-il quelque chose qui manque ?

>
> Il faut installer libx11-dev (j'ai ouvert un bug sur le sujet) car sinon il
> ne trouve pas Xlib.h
>
> J-L



Reply to: