s i s t e m a o p e r a c i o n a l m a g n u x l i n u x | ~/ · documentação · suporte · sobre |
Next
Previous
Contents
4. Tablets as Mouse-Replacement for the Linux-Console
4.1 Tablets and gpm
The gpm daemon supports allot of input devices, including tablets. If you want a list of the supported devices of your gpm, do a
and you get it.
The Wacom driver of gpm 1.18.0 and below seems to be for the very old artpad models, the documentation does not say anything about this. I tested it with ultrapad, penpartner, graphire and intuos models but it did not work. I have rewritten the wacom driver for gpm, to use it you need at least gpm version 1.18.2 . Since 1.18.2, the old wacom driver has been replaced with my driver for wacom graphire, penpartner and ultrapad products. However, if you own an old artpad, use gpm < 1.18.1 and try:
and it should work.
If you own a graphire, use gpm > 1.18.1 instead and use for the relative (mouse-like) mode:
for the absolute (tablet-like) mode:
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:
Next Previous Contents |