linux-l: Wacom UltraPad A5 unter Linux?

R. Cirksena r-c at gmx.net
So Aug 9 22:05:05 CEST 1998


On 08-Aug-98 Fabian Walk wrote:

> hat jemand von euch Erfahrungen mit Grafiktabletts unter Linux,
> insbesondere
> dem Wacom UltraPad A5?

Ultrapad nicht, aber Artpad. Vielleicht geht das auch.

In /usr/X11/lib/modules/ liegt ein Modul xf86wacom.so.

Du mußt XF86Config anpassen.
Hier ist der Auszug aus meiner XF86Config:

#
**********************************************************************
# Module section -- this is an optional section which is used to
specify
# which dynamically loadable modules to load.  Dynamically loadable
# modules are currently supported only for Linux ELF, FreeBSD 2.x
# and NetBSD 1.x.  Currently, dynamically loadable modules are used
# only for some extended input (XInput) device drivers.
#
**********************************************************************
#
 Section "Module"

 Load "xf86Wacom.so"
# 
 EndSection

---

#
**********************************************************************
# Xinput section -- this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the XF86Config man page for a description of the options.
#
**********************************************************************
#
 Section "Xinput" 
    SubSection "WacomStylus"
        Port "/dev/ttyS1"
        DeviceName "Wacom"
    EndSubSection
    SubSection "WacomCursor"
        Port "/dev/ttyS1"
    EndSubSection
#    SubSection "WacomEraser"
#        Port "/dev/ttyS1"
#    EndSubSection

Das muesste es sein.

Weitere Infos zur Config gibt´s auch in der Manpage zur XF86Config.
Dann X11 neu starten.
Wenn alles klappt, kannst Du nun mit dem Befehl xsetpointer zwischen
Maus und
Tablett umschalten.

-- 
R. Cirksena <r-c at gmx.net> powered by Linux
PGP-key on request: mail to r-c at gmx.net, subject: get pgp key




Mehr Informationen über die Mailingliste linux-l