On Friday 11 July 2003 12:27 am, jfweber@bellsouth.net wrote: <snip>
Gee , would you mind posting the relevant entries for your wacom ?? I tried installing it w/ Sax2 but might as well not have... although Suse Watcher , bless it's pointy little head , found it ONCE on bootup , and suggested I open sax2 ... but filling the stuff out doesn't get it recognized. It *IS* a serial tablet .. which is why I was looking for a usb one a while ago.. Tho I'm not certain it's any better... I'd appreciate anything you might want to share . Maybe off list ? TIA
Here's the XF86Config entries that relate to my USB Wacom Graphire. I don't use the Graphire mouse, only the stylus. I think the PS/2 mouse works better: My PS/2 mouse is Mouse[1], and is the core pointer. Works fine with the latest SuSE kernels, though I think some of the Options in the InputDevice sections may be redundant. But hey, they don''t eat anything.... Section "InputDevice" Driver "wacom" Identifier "Mouse[5]" Option "Device" "/dev/input/event0" Option "InputFashion" "Pen" Option "Mode" "absolute" Option "Name" "GRAPHIRE / INTUOS Stylus (USB)" Option "SendCoreEvents" "on" Option "Threshold" "50" Option "Type" "stylus" Option "USB" "on" Option "Vendor" "WACOM" EndSection Section "InputDevice" Driver "wacom" Identifier "Mouse[7]" Option "Device" "/dev/input/event0" Option "InputFashion" "Eraser" Option "Mode" "absolute" Option "Name" "GRAPHIRE / INTUOS Eraser (USB)" Option "SendCoreEvents" "on" Option "Threshold" "50" Option "Type" "eraser" Option "USB" "on" Option "Vendor" "WACOM" EndSection [....] Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" InputDevice "Mouse[7]" "SendCoreEvents" InputDevice "Mouse[5]" "SendCoreEvents" InputDevice "WirelessMouse" "SendCoreEvents" Option "Clone" "off" Option "Xinerama" "off" Screen "Screen[0]" EndSection If you've got a Wacom tablet. there's some interesting stuff happening at http://linuxwacom.sourceforge.net/ -- lots of docs and a new driver being developed, with the blessing of Wacom. Looks like the new driver will be configurable without hacking XF86Config. Regards, Jason