You are not logged in.

#1 2009-11-17 22:48:04

GalacticArachnid
Member
Registered: 2009-01-02
Posts: 155
Website

wacom/waltop stylus pressure & click

just installed the linuxwacom package from the aur, since the old installed stopped working (device is fully recognised, just didnt respond), after some update. Thats cool......

So finally, after a good half hour of being railed in the arse PKGBUILDs and what not, i got the driver to install. Yay, I can uses the stylus to move the cursor. And thats about it. Quite useless really, without the whole pressure sensitivity, or any left/right click functionality.

Can you help? How do I get mah WALTOP to left&right click (bonus points if you can get it to middle click too)

Offline

#2 2009-11-17 23:04:17

GalacticArachnid
Member
Registered: 2009-01-02
Posts: 155
Website

Re: wacom/waltop stylus pressure & click

also xsetwacom does not work ('xsetwacom list' produces no results)

Offline

#3 2009-11-23 19:05:20

GalacticArachnid
Member
Registered: 2009-01-02
Posts: 155
Website

Re: wacom/waltop stylus pressure & click

any ideas people?

Offline

#4 2009-11-23 20:25:10

GalacticArachnid
Member
Registered: 2009-01-02
Posts: 155
Website

Re: wacom/waltop stylus pressure & click

Okay, here's some info about the current situation.

content of /etc/udev/rules.d/10-wacom.rules

KERNEL=="event*", SYSFS{idVendor}=="172f", NAME="input/%k", SYMLINK="input/wacom"

NO /etc/hal/fdi/policy/10-linuxwacom.fdi

result: can move the cursor, can't click.

when adding the following  /etc/hal/fdi/policy/10-linuxwacom.fdi (based on this post: http://ubuntuforums.org/showthread.php? … 49&page=11):

<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->

<deviceinfo version="0.2">
  <device>
    <match key="input.originating_device" contains="/org/freedesktop/Hal/devices/usb_device_172f_31_noserial_if0">
      <merge key="input.x11_driver" type="string">wacom</merge>
      <merge key="input.x11_options.Type" type="string">stylus</merge>
          <append key="info.callouts.add" type="strlist">hal-setup-wacom</append>
          <append key="info.callouts.add" type="strlist">hal-setup-wacom</append>
          <append key="wacom.types" type="strlist">cursor</append>
    </match>
  </device>
</deviceinfo>

result: repeated xorg crash.

also, when using /etc/hal/fdi/policy/10-tablet.fdi instead, the contents being an exact copy of those on the arch linux wiki, the result is also a repeated xorg crash.

Offline

#5 2009-11-26 17:52:28

GalacticArachnid
Member
Registered: 2009-01-02
Posts: 155
Website

Re: wacom/waltop stylus pressure & click

bump

Offline

#6 2009-12-09 22:04:21

GalacticArachnid
Member
Registered: 2009-01-02
Posts: 155
Website

Re: wacom/waltop stylus pressure & click

another bump

Offline

#7 2010-01-03 13:38:33

GalacticArachnid
Member
Registered: 2009-01-02
Posts: 155
Website

Re: wacom/waltop stylus pressure & click

Hmmm, any linuxwacom users out there?

Offline

#8 2010-04-29 12:02:11

rekado
Member
From: Shanghai, China
Registered: 2009-01-13
Posts: 98
Website

Re: wacom/waltop stylus pressure & click

do you still have these problems? i'm using the bamboo fun and while i can't seem to fully configure the tablet (mouse is in absolute mode, sometimes the stylus gets stuck) there is no X crash. I've installed the new xorg-driver xf86-input-wacom and removed all of linuxwacom. Additionally, I had to make sure that the wacom driver is used and not evdev (which amounted to some more errors) by creating a udev rule slightly larger than yours.

Offline

Board footer

Powered by FluxBB