We've got quite a few Wacoms in the house and we've noticed a problem with a few of them (or probably rather the configuration on the machine). It's on some of the Intuos3-tables that we're having problems. When you press the ExpressKeys or touch the Touch Strip (there's one of each on each top corner of the tablet), the cursor just pops up to the top left corner and the wacom will stop working until you've restarted X. It doesn't seem to happen on all machines, but I've tried to configure them in the same way.

The machines are running Fedora Core 3 and the kernel-version is 2.6.12-1.1381_FC3smp. The installed rpm-package of linuxwacom is linuxwacom-0.6.4-6. Apart from that I haven't installed or compiled any linuxwacom packages.

I've got this in the Serverlayout section
       InputDevice    "Mouse1" "CorePointer"
       InputDevice    "pen1"   "SendCoreEvents"
       InputDevice    "eraser1" "SendCoreEvents"
       InputDevice    "cursor1" "SendCoreEvents"

And I've got Load "wacom" in the module-section.

This is also in the xorg.conf

Section "InputDevice"
       Identifier      "Mouse1"
       Driver           "mouse"
       Option         "Device"                "/dev/input/mouse0"
       Option         "Protocol"              "ImPS/2"
       Option         "Emulate3Buttons"       "no"
EndSection

Section "InputDevice"
       Identifier      "pen1"
       Driver          "wacom"
       Option          "Type"  "stylus"
Option "Device" "/dev/input/event2" # USB with USB mouse
      Option           "USB"   "on"                          # USB only
      Option           "Mode"   "Absolute"
EndSection

Section "InputDevice"
       Identifier      "eraser1"
       Driver          "wacom"
       Option          "Type" "eraser"
Option "Device" "/dev/input/event2" # USB with USB mouse
      Option           "USB"   "on"                          # USB only
      Option           "Mode"   "Absolute"
EndSection

Section "InputDevice"
       Identifier      "cursor1"
       Driver          "wacom"
       Option          "Type" "cursor"
Option "Device" "/dev/input/event2" # USB with USB mouse
      Option           "USB"   "on"                          # USB only
      Option           "Mode"   "Absolute"
EndSection

Does anyone have any suggestions on what might be causing this?

Best Regards
Mattias

_________________________________________________________________
Nyhet! Hotmail direkt i Mobilen! http://mobile.msn.com/



-------------------------------------------------------
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