Re: Wacom Mouse - Footnote
- From: "Jeffrey B. Green" <jeff@xxxxxxxxxxxx>
- Date: Thu, 08 Jun 2006 11:12:24 -0400
Thomas H. George wrote:
On Wed, May 31, 2006 at 11:24:26AM -0400, Thomas H. George wrote:[...snip...]
Tom George
I have edited /etc/X11/xorg.conf manually adding the following items:
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/event0"
Option "Type" "eraser"
Option "USB" "on"
EndSection
I notice that you are referring to the event rather than a "more symbolic" name such as /dev/input/wacom. Although the kernel can choose the same event name each time it boots (or whatever), it doesn't necessary do so, and in particular in my experience it doesn't. Use the local rules in udev to force a symlink to the specific event. In my /etc/udev/rules.d/10-local.rules, I have the line (one cont. line):
BUS="usb", DRIVER="wacom", KERNEL="event[0-9]*", NAME="input/%k" SYMLINK="input/wacom"
and in my X config files I refer to that device name.
The above is still in the context of sarge but maybe, just maybe, it might help. (I plan to install testing on that machine fairly soon.)
jeff
[...snip...]
Tom
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- Prev by Date: Re: ext3 or xfs for desktop laptop
- Next by Date: Re: Asus sucks (Re: sata sucks)
- Previous by thread: Wacom Mouse Problem Still Unsolved
- Next by thread: IMAP + Vpopmail
- Index(es):
Relevant Pages
|
|