Mailinglist Archive: opensuse (2112 mails)
| < Previous | Next > |
Re: [opensuse] wacom tablet [solved?]
- From: Neil <hok.krat@xxxxxxxxx>
- Date: Sat, 2 Aug 2008 11:40:40 +0200
- Message-id: <fb8374350808020240q2dfdb529pce9a0a4beb97db7e@xxxxxxxxxxxxxx>
On Fri, Jul 25, 2008 at 2:08 PM, primm <lynn@xxxxxxxxxxxx> wrote:
I had my wacom working under 10.2, and never noticed it changed form
event3 to anything else (I used the linuxwacom driver, does this mean
11.0 can do a wacom properly without an external driver?). However I
never pulled my mouse or my wacom. If you wanna be sure, just pull the
wacom, insert a mouse, re-insert the wacom and try if it works (you
shouldn't do it if your're afraid of rebooting, it may crash although
very probably not)
Since the people @ linuxwacom use this way I think it probaly will not
change, and if it does it may not be solvable.
Neil
--
There are two kinds of people:
1. People who start their arrays with 1.
1. People who start their arrays with 0.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Hi everyone
I finally got my graphire 4 5x4 tablet working by trial and error.
Yast set the device to /dev/input/event0
I tried:
wacdump /dev/input/event*
until I got sensible output from:
wacdump /dev/input/event6
I then changed /etc/X11/xorg.conf as folows:
Section "InputDevice"
Driver "wacom"
Identifier "Mouse[3]"
Option "Device" "/dev/input/event6"
Option "InputFashion" "Tablet"
Option "Mode" "Absolute"
Option "Name" "GRAPHIRE v1-4 (USB)"
Option "SendCoreEvents" "on"
Option "Type" "cursor"
Option "USB" "on"
Option "Vendor" "WACOM"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "Mouse[5]"
Option "Device" "/dev/input/event6"
Option "InputFashion" "Pen"
Option "Mode" "Absolute"
Option "Name" "GRAPHIRE v1-4 Stylus (USB)"
Option "Protocol" "Auto"
Option "SendCoreEvents" "on"
Option "Type" "stylus"
Option "USB" "on"
Option "Vendor" "WACOM"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "Mouse[7]"
Option "Device" "/dev/input/event6"
Option "InputFashion" "Eraser"
Option "Mode" "Absolute"
Option "Name" "GRAPHIRE v1-4 Eraser (USB)"
Option "Protocol" "Auto"
Option "SendCoreEvents" "on"
Option "Type" "eraser"
Option "USB" "on"
Option "Vendor" "WACOM"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "Mouse[9]"
Option "Device" "/dev/input/event6"
Option "InputFashion" "Pad"
Option "Name" "GRAPHIRE v1-4 Pad (USB)"
Option "Type" "pad"
Option "USB" "on"
Option "Vendor" "WACOM"
EndSection
Restarted X and all was well.
My question is: will it always be /dev/input/event6 ?
HTH others with wacom although I think that Yast ought to be able to configure
it properly to begin with.
L x
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
I had my wacom working under 10.2, and never noticed it changed form
event3 to anything else (I used the linuxwacom driver, does this mean
11.0 can do a wacom properly without an external driver?). However I
never pulled my mouse or my wacom. If you wanna be sure, just pull the
wacom, insert a mouse, re-insert the wacom and try if it works (you
shouldn't do it if your're afraid of rebooting, it may crash although
very probably not)
Since the people @ linuxwacom use this way I think it probaly will not
change, and if it does it may not be solvable.
Neil
--
There are two kinds of people:
1. People who start their arrays with 1.
1. People who start their arrays with 0.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |