Rich E escribió:
>
> I'm having the same problem in Fedora 5.  chmod doesn't last, since
> the permissions are reset based on the udev system whenever I replug
> the tablet back in.  I haven't figured out how to set the udev
> parameters yet either, although that is where I here the alterations
> should take place.
>
> If you figure it out, please let me know.
>
> Rich
>
>
> On 9/25/06, *Jussi-Pekka Sairanen * <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>
>     Hi,
>
>     I have a Wacom Intuos3 and OpenSuse 10.1 wacdump shows lots of
>     activity,
>     xsetpointer -l lists:
>
>     "NVIDIA Event Handler"  [XExtensionDevice]
>     "Mouse[1]"      [XPointer]
>     "Keyboard[0]"   [XKeyboard]
>     "stylus"        [XExtensionDevice]
>     "eraser"        [XExtensionDevice]
>     "cursor"        [XExtensionDevice]
>     "pad"   [XExtensionDevice]
>
>     but neither Gimp nor Inkscape see any extensions available for a
>     regular
>     user. However, when I start X as super user the pad seems to work
>     perfectly. chmod on /dev/input/event1 (which is the one taken by
>     Wacom)
>     didn't change anything. How can I use the pad as non-root?
>
>
>     regards,
>     Jussi-Pekka Sairanen
>
You could try appending MODE=0666 to the line pertaining the event*
devevices in /etc/udev/rules.d/50-udev.rules, so the line reads:

KERNEL=="event*",               NAME="input/%k", MODE=0666

This should create the event devices with perms 0666 or rw-rw-rw, the
10-wacom.rules only instructs udev to create the wacom device as a
symlink to the actual event it is detected as, so this should work, at
least in theory.

-------------------------------------------------------------------------
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
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to