On 1/28/07, Gian Paolo Mureddu <[EMAIL PROTECTED]> wrote:
> Just as the subject says, when using The GIMP from Fedora Core 6
> (2.2.13) with my Wacom Graphire 4 tablet, there's a sudden loss of
> sensitivity. The problem seems to appear at random times, while using
> the program. For example, I am able to draw several strokes with varying
> degrees of sensitivity, but then at some point the pressure stops
> responding and starts acting at 100% pressure. I'm currently using
> LinuxWacom-0.7.6-4 drivers and not even closing The GIMP, applying my
> pressure settings again in wacomcpl and then reopening The GIMP works,
> the strokes are still @ 100% pressure. I'm not sure what may be the
> problem here, but I started using 0.7.6 just because of this problem
> with the bundled 0.7.4-1 drivers from Fedora. Any pointers as to what
> may be causing these problems? By the way, the only way to get pressure
> sensitivity back is by restarting my whole session, with X restart and
> all, i.e, unloading and reloading of the Wacom driver.
>

This issue has been fixed in 0.7.7-3. Please download it and install
the prebuilt driver and programs by the install script under
linuxwacom-0.7.7-3/prebuilt:

bunzip2 linuxwacom-0.7.7-3.tar.bz2
tar xvf linuxwacom-0.7.7-3.tar
cd linuxwacom-0.7.7-3/prebuilt
su
./install
reboot


> Section "ServerLayout"
>       Identifier     "Default Layout"
>       Screen      0  "Screen0" 0 0
>       InputDevice    "Mouse0" "CorePointer"
>       InputDevice    "Keyboard0" "CoreKeyboard"
>       InputDevice    "cursor" "SendCoreEvents"
>       InputDevice    "eraser" "SendCoreEvents"
>       InputDevice    "stylus" "SendCoreEvents"
>       InputDevice    "pad"
>       Option      "AIGLX" "true"
> EndSection
>
> Section "InputDevice"
>       Identifier  "pad"
>       Driver      "wacom"
>       Option      "Device" "/dev/input/wacom"
>       Option      "Type" "pad"
>       Option      "USB" "on"
>       Option      "Button4" "6"
>       Option      "Button5" "7"
>       Option      "Button9" "4"
>       Option      "Button13" "5"
> EndSection
>

To send X event from pad, you need to add "SendCoreEvents" to the pad
in ServerLayout section:

 InputDevice    "pad"    ServerLayout

Then, in your pad's InputDevice section, add:

Option  "Button1"  "6"
Option  "Button2"  "7"

The sad news is that there are only 2 buttons on Graphire 4 tablet.
The good news is the wheel on the pad is translated into 4th and 5th
buttons by default when you roll the wheel up or down.

Ping

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Linuxwacom-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to