Just to remind you guys a fact:

When your Wacom mouse is controlled by mouse driver ( no matter is is
through psaux or mice or mouse#), you are not using Wacom driver. Please make sure your Wacom mouse is driven by Wacom driver first.

To Gerhard:  Yes, the kernel wacom driver's wheel direction swapped by
Christian Lupien's patch.  Refer to ChangeLog dated 2006-03-06.  But,
if you use wacom.c and wacom_drv.(s)o from the same linuxwacom
release, you should not see the difference since wacom_drv.(s)o has
been updated too.

Ping

On 5/8/06, bill jehle <[EMAIL PROTECTED]> wrote:
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



-------------------------------------------------------
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&kid0709&bid&3057&dat1642
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to