Fifi wrote:First, if you have Wacom related lines in your XF86Config/XF86Config-4 or [u]xorg.conf[/u] files already, you should comment them out or remove them. In particular, this includes InputDevice sections with a driver set to "wacom" and their corresponding InputDevice lines in ServerLayout. When that's done, restart X.
Entre parenthèses, je ne sais pas comment faire ça :
When that's done, restart X.
Fifi wrote:Apparemment c'est dans le fichier /etc/X11/xorg.conf, mais, si tu n'en as pas ( puisque maintenant avec F13 il est absent par défaut ),ce serait, à mon avis, dans le fichier /usr/share/X11/xorg.conf.d/50-wacom.conf ( c'est ce fichier que perso j'ai dans /usr/X11/xorg.conf.d relatif à wacom ).
Belle illustration de ce qui peut rapidement paumer les gens qui, comme moi, suivent bêtement la procédure parce qu'ils n'y comprennent rien ... :-P
Fifi wrote: Je mettrais donc un # devant les lignes concernées ...
J'ai tout ça de lignes :
Section "InputClass"
Identifier "Wacom class"
# WALTOP needs a patched kernel driver, that isn't in mainline lk yet,
# so for now just let it fall through and be picked up by evdev instead.
# MatchProduct "Wacom|WALTOP|WACOM"
MatchProduct "Wacom|WACOM"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection
Section "InputClass"
Identifier "Wacom serial class"
MatchProduct "Serial Wacom Tablet"
Driver "wacom"
EndSection
Section "InputClass"
Identifier "Wacom serial class identifiers"
MatchProduct "WACf|FUJ02e5|FUJ02e7"
Driver "wacom"
EndSection
# N-Trig Duosense Electromagnetic Digitizer
Section "InputClass"
Identifier "Wacom N-Trig class"
MatchProduct "HID 1b96:0001|N-Trig Pen"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
Option "Button2" "3"
EndSection
Je commente tout / pas tout ? vide / vire le fichier ?
Fifi wrote:et puis je poursuivrais dans le tuto ... 🙂
Ca j'avais compris, et je m'y employais même activement 😉