Other web sites advice to set the option "genitizer" instead of "acecad". I've try it on my machin, but it doesn't work (linux Mandrake 8.1, gpm 1.19).
For what I am concerned, i have never try this configuration. I bought the tablet after upgrading to Xfree 4. Below are some links given advices for this configuration. I hope that could help you.
Using the tablet under Xfree 4.x, need to step.
In fact, the tablet is not directly supported under Xfree 4.x. It was necessary to use a translator between the tablet
and Xfree. Gpm bring this functionnality through the option "-R". This option ask gpm to send all event receive in a
virtual device call "/dev/gpmdata", and to reformat this event in a defined protocol given with the option. This is
possible to use this option for mouses or tablets.
First of all, we will run gpm with this special option, and second, modify the Xfree configuration file.
gpm will receive the option "-R" for the summa tablet protocol. The complete option is "-Rsumma" (don't put space between "R" and "summa").
The command line for gpm become:Section "InputDevice" Identifier "EasyPen" Driver "summa" Option "Device" "/dev/gpmdata" Option "cursor" "stylus" Option "Mode" "absolute" Option "AlwaysCore" "on" Option "resolution" "2540" Option "protocol" "tablet" EndSectionAdd a new line in the "Serverlayout" section. There must be already a mouse and keybord entry :
InputDevice "EasyPen" "AlwaysCore"