On Saturday 16 March 2002 12:13 am, Robin Cook wrote:
> Does this tablet work with XFree86 v4.2.0 and Linux 2.4.18?
>
yes

I use a usb Wacom Graphire 1 (the original model) alongside a Logitech 
ps2 mouse
Relevent sections of /etc/X11/XF86Config below

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "ButtonNumber" "5"
  Option       "Device" "/dev/mouse"
  Option       "Name" "Autodetection"
  Option       "Protocol" "imps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[3]"
  Option       "Device" "/dev/input/mice"
  Option       "InputFashion" "Mouse"
  Option       "Mode" "Absolute"
  Option       "Name" "Autodetection"
  Option       "Protocol" "imps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "5 4"
EndSection

Section "InputDevice"
  Driver       "graphireusb"
  Identifier   "Mouse[5]"
  Option       "Device" "/dev/input/event0"
  Option       "InputFashion" "Tablet"
  Option       "KeepShape" "on"
  Option       "Mode" "Absolute"
  Option       "Name" "GRAPHIRE TABLET (USB)"
  Option       "Protocol" "Auto"
  Option       "SendCoreEvents" "on"
  Option       "Tilt" "on"
  Option       "Type" "gstylus"
  Option       "Vendor" "WACOM"
EndSection
--------------------------snip----------------------------------------
Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  InputDevice  "Mouse[3]" "SendCoreEvents"
  InputDevice  "Mouse[5]" "SendCoreEvents"
  Screen       "Screen[0]"
EndSection

dh

_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to