The gpm daemon supports allot of input devices, including tablets. If you want a list of the supported devices of your gpm, do a gpm -t help and you get it.
The Wacom driver of gpm seems to be for the very old ultrapad models, the documentation does not say anything about this. I tested it with penpartner, graphire and intuos models but it did not work. I have written graphire-support for gpm, to use it you need at least gpm version 1.18.1 .
However, if you own an old artpad, just try:
killall gpm ; gpm -t wacom -m /dev/ttyS0
and it should work.
If you own a graphire, this has to look like:
killall gpm ; gpm -t graphire -m /dev/ttyS0
Of course, you get only the buttons and the movement function, pressure and tilt are not supported because they are not too useful in text-based applications.
If you use gpm and XFree86, you may or may not run in problems, because normally a device can be opened only by one program at a time. There are two solutions for that: