Wacom + IMPS2 mouse = some broken mouse actions??
Greets,
I have a a wacom tablet and a normal three button wheel mouse. Both
work great for almost everything on my Linux 2.6.21 box.
When I go into "Gimp prefs > Input Devices > Configure Extended..." and
enable the stylus and eraser so I can get pressure sensitivity, I loose
some mouse functionality for my normal mouse. Specifically, my mouse
buttons and wheel stop working in Gimp.
Any clue as to what might be up?
Also, below is the relevant stuff from my xorg.conf.
Thanks,
~B
Section "ServerLayout"
Identifier "Xorg Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "CorePointer"
InputDevice "cursor" "AlwaysCore"
InputDevice "stylus" "AlwaysCore"
InputDevice "eraser" "AlwaysCore"
EndSection
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mouse2"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "USB" "on"
Option "Vendor" "WACOM"
Option "Mode" "Relative"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "USB" "on"
Option "Vendor" "WACOM"
Option "Mode" "Absolute"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "USB" "on"
Option "Vendor" "WACOM"
Option "Mode" "Absolute"
EndSection