Hello everybody,

I'm having a bit of bother with my wacom graphire USB tablet. :(

Using `xinput test WacomStylus` I've tested my config and it would seem
that for some funny
reason only pressure data is coming from the tablet and no motion x/y
coords.

However when I use the /dev/input/mice file and use the mouse driver
with the 
PS/2 protocol, the stylus-pointer moves and clicks fine. In fact I can
use the mouse
to draw and stuff. However there doesn;t seem to be any pressure
sensitivity data - 
no great surprise there after all I'm using the mouse driver.

I'm running linux kernel 2.4.1 with usb support. The wacom is detected
and seems to 
register with usbdevfs. I've compiled XFree86 4.0.2 from source in order
to get 
the latest wacom/USB graphire support, and I've recompiled gtk+ with
xfree xinput support 
and gimp 1.2.1 following that.

I've included my XFree 4.0.2 XF86Config below. I'm abviously missing
something there - 
any help in getting my pad to work is greatly appreciated.


ttfn,

avi




Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen          0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
#       InputDevice    "WacomMouse" "SendCoreEvents"
        InputDevice    "WacomStylus"
#       InputDevice    "WacomEraser"
#       InputDevice    "WacomCursor"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  "WacomStylus"
        Driver      "wacom"
        Option      "Mode" "Absolute"
        Option      "USB" "on"
        Option      "Tilt" "on"
        Option      "Type" "stylus"
#       Option      "AlwaysCore" "on"
        Option      "Threshold" "-255"
#       Option      "TopX" "0"
#       Option      "TopY" ""
#       Option      "BottomX" "1000"
#       Option      "BottomY" "900"
        Option      "KeepShape" "on"
        Option      "Device" "/dev/input/event0"
        Option      "DebugLevel" "5"
EndSection

Section "InputDevice"
        Identifier  "WacomEraser"
        Driver      "wacom"
        Option      "Mode" "Absolute"
        Option      "USB" "on"
        Option      "Type" "eraser"
#       Option      "AlwaysCore" "on"
        Option      "Device" "/dev/input/event0"
EndSection

Section "InputDevice"
        Identifier  "WacomCursor"
        Driver      "wacom"
        Option      "Mode" "Absolute"
        Option      "USB" "on"
        Option      "Type" "cursor"
#       Option      "AlwaysCore" "on"
        Option      "Device" "/dev/input/event0"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
#       FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Truetype"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "xie"
        Load  "pex5"
        Load  "glx"
        Load  "dri"
        Load  "GLcore"
        Load  "dbe"
        Load  "record"
        Load  "type1"
        Load  "freetype"
        Load  "wacom"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard" 
EndSection
        
Section "InputDevice"
        Identifier  "Mouse0"  
        Driver      "mouse"   
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/psaux"
EndSection

Section "InputDevice"
        Identifier  "WacomMouse"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/input/mice"
        Option      "Buttons" "3"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Iiyama"
        ModelName    "A201HT"
        HorizSync    30-130
        VertRefresh  50-160
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "mga"
        VendorName  "Matrox"
        BoardName   "MGA G400 AGP"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"   
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Depth     24
                Modes     "1280x1024"
        EndSubSection        
EndSection

Section "DRI"
EndSection
_______________________________________________
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

Reply via email to