Gerhard Siegesmund wrote:
Hello list

I have the same problem. And the following didn't help me:

I resolved this with:
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "ExplorerPS/2" # "ImPS/2"
Option "ZAxisMapping" "5 4" EndSection For a more standard mouse, Option "ZAxisMapping" is rather "4 5".

I have an graphire2 which worked great the day before. But now the axis
is switched. This is my entry in the xorg.conf:

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

Greetings

Hi, I have an intuos3. I have had that same problem, or, having the wheel not work, but this works on mine;
#####
Section "ServerLayout"
       Identifier     "single head configuration"
       Screen      0  "Screen0" 0 0
       InputDevice    "Mouse0" "CorePointer"
       InputDevice    "Keyboard0" "CoreKeyboard"
       InputDevice    "stylus" "SendCoreEvents"
       InputDevice    "eraser" "SendCoreEvents"
       InputDevice    "cursor" "SendCoreEvents"
       InputDevice    "pad"
EndSection
##########
Section "InputDevice"
       Identifier  "Mouse0"
       Driver      "mouse"
       Option      "Protocol" "IMPS/2"
       Option      "Device" "/dev/input/mouse0"
       Option      "ZAxisMapping" "4 5"
       Option      "Emulate3Buttons" "yes"
       Option      "Suppress" "0"
#       Option      "USB" "on"
EndSection
#######
Section "InputDevice"

#       Option      "KeepShape" "on"
       Identifier  "stylus"
       Driver      "wacom"
       Option      "Type" "stylus"
       Option      "Device" "/dev/input/event2"
       Option      "Mode" "absolute"
       Option      "Tilt" "on"
       Option      "Speed" "20"
       Option      "USB" "on"
       Option      "TopY" "0"
       Option      "Topx" "0"
       Option      "BottomX" "60550"
       Option      "BottomY" "45700"
#       Option      "Threshold" "30"
       Option      "Suppress" "30"
       Option      "PressCurve" "0,5,95,100"
#       option      "history size" "200"
EndSection
###
--b



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