<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
Hello all<br>
<br>
I am battling with my Debian and a Wacom tablet.<br>
<br>
I am exactly in this case <br>
<a class="moz-txt-link-freetext" href="https://bbs.archlinux.org/viewtopic.php?pid=1239578">https://bbs.archlinux.org/viewtopic.php?pid=1239578</a><br>
<br>
The only difference is that I am not using the
/etc/X11/xorg.conf.d/50-wacom.conf<br>
just xorg.conf<br>
<br>
So ... not being an expert on Xorg can I add the following to my
xorg.conf,<br>
If so where (beginning / end) and how can I make sure the all thing
is actually working.<br>
For say at the moment I can't access the configuration of the
buttons on the tablet using gnome control center<br>
<br>
<br>
Thanks for any help<br>
Cheers<br>
E<br>
<br>
<br>
<pre class="vscroll"><code> Section "InputClass"
Identifier "Wacom class"
MatchProduct "Wacom|WACOM|Hanwang|PTK-540WL"
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|FUJ02e9"
Driver "wacom"
EndSection
# Waltop tablets
Section "InputClass"
Identifier "Waltop class"
MatchProduct "WALTOP"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
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
</code></pre>
<br>
</body>
</html>