[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Wacom Tablet



Hey there,

Anyone had any luck getting the XInput / Wacom ArtzII Pad to work under slink
with XFree86 3.3.2.3a-11?

I've grabbed the xf86Wacom.so file and modified my XF86Config according
to the HowTOs I've seen, but all I get is a frozen XFree86 -- just an 'x'
cursor where my login dialog usually appears.  Can't even Alt-Fx to get to the 
command line.

I'm using the alpha8 xf86Wacom.so and the following XF86Config stuff (I also
tried the simpler, single-device method):

Section "Module"
Load "/usr/X11R6/lib/modules/xf86Wacom.so"
EndSection

Section "XInput"
    SubSection "WacomStylus"
        Port            "/dev/ttyS0"
        DeviceName      "Pen1"
#       DebugLevel      6
        Mode            Absolute
        HistorySize     200
        AlwaysCore
        BaudRate        19200
    EndSubsection
         
    SubSection "WacomEraser"
        Port            "/dev/ttyS0"
        DeviceName      "Eraser1"
        AlwaysCore
        Mode            Absolute
    EndSubsection

    SubSection "WacomStylus"
        Port            "/dev/ttyS0"
        DeviceName      "Pen2"
        Mode            Relative
        HistorySize     200
        AlwaysCore
    EndSubsection
         
    SubSection "WacomEraser"
        Port            "/dev/ttyS0"
        DeviceName      "Eraser2"
        AlwaysCore
        Mode            Relative
    EndSubsection

    SubSection "WacomCursor"
        Port            "/dev/ttyS0"
        Mode            Absolute
        AlwaysCore
    EndSubsection

EndSection

Any thoughts most greatly appreciated.

cheers!

--

Ron

ronr@usa.net
http://www.giantcity.com/rr/


Reply to: