Hi,

I'm using a Intuos3-A4 and in absolute mode everything works fine. But
in relative mode, which I prefer, it's effective not useable for
drawing. If I move the pen slowly, the mouse pointer doesn't even move
or mostly paints orthogonal lines, so circles become "squares". This
effect makes it nearly impossible to draw accurately. 
The attached picture shows a slow drawing around the outer edge of a
compact disc. In absolute mode or if I draw the line quite fast, the
picture of the cd becomes a circle as it should be.
What can I do to get rid of this problem?

Greetings,
Robert

Details of my configuration:

distributions: debian unstable
kernel: 2.6.18.1 (vanilla)
xorg: 7.1.0-5
linuxwacom: 0.7.6-2
tablet (output from wacdump): 
MODEL=Wacom Intuos3 9x12 ROM=1.0-2
CLS=USB  VNDR=Wacom  DEV=Intuos3  SUB=PTZ-930

Configuration I've done:

Compiled and installed the kernel.
Compiled linuxwacom with --enable-wacom and installed it.
Replaced the kernelmodul wacom.ko with the one from
linuxwacom-0.7.6-2/src/2.6.18.
Replaced the xorgmodul wacom_drv.so at /usr/lib/xorg/modules/input with
the one from linuxwacom-0.7.6-2/prebuilt.
Edited the xorg.conf so it looks like this:
(I don't have an additional mouse attached)

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "cursor"
    InputDevice    "stylus"
    InputDevice    "eraser"
EndSection

Section "InputDevice"
    Identifier     "cursor"
    Driver         "wacom"
    Option         "CorePointer"
    Option         "Device" "/dev/input/event3"
    Option         "Type" "cursor"
    Option         "USB" "on"
EndSection

Section "InputDevice"
    Identifier     "stylus"
    Driver         "wacom"
    Option         "SendCoreEvents"
    Option         "Device" "/dev/input/event3"
    Option         "Type" "stylus"
    Option         "Mode" "Relative"
    Option         "USB" "on"
EndSection

Section "InputDevice"
    Identifier     "eraser"
    Driver         "wacom"
    Option         "SendCoreEvents"
    Option         "Device" "/dev/input/event3"
    Option         "Type" "eraser"
    Option         "Mode" "Relative"
    Option         "USB" "on"
EndSection


<<attachment: wacom-cd.jpg>>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to