You are not logged in.

#1 2007-11-08 21:41:01

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

I can't get Wizardpen Tablet 5x4 Working on my computer with new Xorg

Hello, I have a problem, I use a wizardpen tablet to paint with GIMP. It worked good until the xorg upgrade.

I have recompiled, revised the Xorg... But I can't find the solution :S

How Can I make working the tablet again?

I join my xorg.conf (with this configuration, I can't load X server:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Touchpad" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice     "tablet"      "AlwaysCore"
    Option "AIGLX" "true"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "glx"
    Load  "GLcore"
    Load  "xtrap"
    #Load  "dbe"
    Load  "extmod"
    Load  "dri"
    Load  "record"
    Load  "freetype"
    Load  "type1"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option "XkbLayout" "es"
EndSection

Section "InputDevice"
 Identifier      "tablet"
 Driver          "wizardpen"
Option  "Device"        "/dev/input/event9"
 Option "TopX" "1991"
 Option "TopY" "3635"
 Option "TopZ" "0"
 Option "BottomX" "31072"
 Option "BottomY" "31656"
 Option "BottomZ" "1023"
 Option "MaxX" "31072"
 Option "MaxY" "31656"
EndSection

Section "InputDevice"
        Identifier  "Touchpad"
        Driver      "synaptics"
    Option        "CorePointer"
        Option      "Device" "/dev/input/event6"
        Option      "Protocol" "auto-dev"
    #Option      "LeftEdge" "1700"
        #Option      "RightEdge" "5300"
        #Option      "TopEdge" "1700"
        #Option      "BottomEdge" "4200"
        #Option      "FingerLow" "25"
        #Option      "FingerHigh" "30"
        #Option      "MaxTapTime" "180"
        #Option      "MaxTapMove" "220"
        #Option      "VertScrollDelta" "100"
        #Option      "MinSpeed" "0.06"
        #Option      "MaxSpeed" "0.12"
        #Option      "AccelFactor" "0.0010"
        Option      "SHMConfig" "on"
EndSection

Section "Monitor"
        Identifier      "Monitor0"
        Option          "DPMS"
        HorizSync       30-70
        VertRefresh     50-160
EndSection

#Section "Monitor"
#    DisplaySize      330   210    # mm
#    Identifier   "Monitor0"
#    VendorName   "CMO"
#    ModelName    "1526"
#EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "ColorKey"               # <i>
        #Option     "CacheLines"             # <i>
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "DRI"                    # [<bool>]
        #Option     "NoDDC"                  # [<bool>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "XvMCSurfaces"           # <i>
        #Option     "PageFlip"               # [<bool>]
    Identifier  "Card0"
    Driver      "i810"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    VendorName  "Intel Corporation"
    BoardName   "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth    24
    SubSection "Display"
        Viewport   0 0
        Depth       16
        Modes        "1280x800" "1024x768" "800x600" "640x480" "320x240"
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes        "1280x800" "1024x768" "800x600" "640x480" "320x240"
    EndSubSection
EndSection

Section "DRI"
    Group 0
    Mode 0666
EndSection

Section "Extensions"
     Option "Composite" "Enable"
EndSection

of course, my event is event9:

I: Bus=0003 Vendor=5543 Product=0004 Version=0100
N: Name="UC-LOGIC Tablet WP5540U"
P: Phys=usb-0000:00:1d.0-2/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.0/input/input12
U: Uniq=
H: Handlers=mouse2 [b]event9[/b] ts2
B: EV=f
B: KEY=c01 0 3f0001 0 0 0 0 0 0 0 0
B: REL=303
B: ABS=100000f

Driver is located at /usr/lib/xorg/modules/input/wizardpen_drv.so

Any ideas?

Greetings

EDIT: Also I have tested an USB mouse that I have, and it doesn't work! Only works the Synaptics touchpad :S

Last edited by Davigetto (2007-11-08 22:02:51)


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

Board footer

Powered by FluxBB