You are not logged in.
So now my Graphire4 is working fine, but for some reason I'm unable to paint with my mouse in Inkscape and the GIMP while the tablet is activated. I can click and nothing happens. And that only affects the paint area, everywhere else my mouse is working as is should.
When I deactivate the tablet in the "Input Devices" I'm able to paint with my mouse again.
Here's my xorg.conf if that could be the problem:
Section "ServerLayout"
Identifier "Xorg Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "USB Mouse" "CorePointer"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
EndSection
Section "Module"
Load "ddc" # ddc probing of monitor
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "freetype"
Load "record"
Load "wacom"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "ImPS/2"
Option "Buttons" "3"
Option "EmulateWheel" "1"
Option "EmulateWheelButton" "3"
Option "EmulateWheelInertia" "30"
Option "YAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "USB" "on"
Option "InputFashion" "Pen"
Option "Name" "Graphire4 Stylus"
Option "Vendor" "Wacom"
Option "Device" "/dev/input/wacom"
Option "Mode" "Absolute"
Option "Type" "stylus"
Option "KeepShape" "on"
Option "TopX" "0"
Option "TopY" "0"
Option "BottomX" "1280"
Option "BottomY" "1024"
Option "Threshold" "10"
Option "PressCurve" "50,0,100,50"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "USB" "on"
Option "InputFashion" "Eraser"
Option "Name" "Graphire4 Eraser"
Option "Vendor" "Wacom"
Option "Device" "/dev/input/wacom"
Option "Mode" "Absolute"
Option "Type" "eraser"
Option "KeepShape" "on"
Option "TopX" "0"
Option "TopY" "0"
Option "BottomX" "1280"
Option "BottomY" "1024"
Option "Threshold" "10"
Option "PressCurve" "50,0,100,50"
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Card0"
Driver "i810"
Option "LinearAlloc" "8160"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Last edited by IceHand (2007-05-07 10:54:34)
Offline
I found a workaround for this problem: when I click with the stylus then the eraser the mouse is working again! Until the next login that is.
Very strange ...
Is there a way to automatically simulate a press on the stylus and the eraser? Or any other thoughts?
Offline