You are not logged in.

#1 2007-10-03 08:31:46

bsdson.tw
Member
From: Taiwan
Registered: 2005-05-06
Posts: 161

How to configure WACOM Graphire 4 expresskey

Hi,

I've followed the instructions on the arch wiki, gentoo wiki and also refered to the linuxwacom project, but still can not make it to work properly.

What I want is the scroll wheel on the pad to work, and my current situation is:
while I scroll the wheel, the application (for example, firefox) could scroll the page, but ONLY FOR A MOMENT,
and then the mouse pointer seems moved to the top-left corner and disappeared!
and I can not scroll the wheel anymore, except I clicked at the page again.

Here is my configuration, is there anybody who knows what I have missed?

Thx!

xorg.conf (partial)

Section "ServerLayout"
        Identifier     "Xorg Configured"
        Screen         0 "Screen0" 0 0

        InputDevice    "myKeyboard" "CoreKeyboard"

        InputDevice    "stylus" "SendCoreEvents"
        InputDevice    "eraser" "SendCoreEvents"
        InputDevice    "cursor" "SendCoreEvents"
        InputDevice    "pad"    "SendCoreEvents"
EndSection

Section "InputDevice"
        Driver        "wacom"
        Identifier    "stylus"
        Option        "Device"        "/dev/input/wacom"   # USB ONLY
        Option        "Type"          "stylus"
        Option        "USB"           "on"                  # USB ONLY

        Option        "Mode"          "Absolute"
        Option        "Threshold"     "5"

        Option        "Button2"       "3"
EndSection

Section "InputDevice"
        Driver        "wacom"
        Identifier    "eraser"
        Option        "Device"        "/dev/input/wacom"   # USB ONLY
        Option        "Type"          "eraser"
        Option        "USB"           "on"                  # USB ONLY

        Option        "Mode"          "Absolute"
        Option        "Threshold"     "5"

        Option        "Button1"       "3"
EndSection

Section "InputDevice"
        Driver        "wacom"
        Identifier    "cursor"
        Option        "Device"        "/dev/input/wacom"   # USB ONLY
        Option        "Type"          "cursor"
        Option        "USB"           "on"                  # USB ONLY

        Option        "Mode"          "Absolute"
EndSection

Section "InputDevice"
        Driver        "wacom"
        Identifier    "pad"
        Option        "Device"        "/dev/input/wacom"   # USB ONLY
        Option        "Type"          "pad"
        Option        "USB"           "on"                  # USB ONLY
        Option        "ButtonsOnly"   "on"
        Option        "Button9"       "2"
        Option        "Button13"      "3"
EndSection

and the versions are:
linuxwacom: 0.7.8-3
xorg-server: 1.2.0-5

BR...

Offline

#2 2007-10-03 13:21:19

hybrid
Member
Registered: 2007-02-05
Posts: 261

Re: How to configure WACOM Graphire 4 expresskey

I don't have a Graphire or anything, but since no one posted anything yet, let's guess around:
Does it work in the "basic configuration" (without the mode, threshold, button* - options)?
Does this only happen in gtk apps, or anywhere?

Offline

#3 2007-10-03 16:49:48

whompus
Member
From: Durham. UK
Registered: 2005-08-09
Posts: 256

Re: How to configure WACOM Graphire 4 expresskey

I'm using a graphire 3 and was getting some weird results with the mouse jumping all over using wacom 0.7.8, downgraded to 0.7.4 and the mouse works properly. Maybe it is a similar issue with the pad. I've put linuxwacom in pacman exclude list to prevent it upgrading.

Offline

Board footer

Powered by FluxBB