View Single Post
  #12 (permalink)  
Old 12-Oct-2008, 00:04
imop45 imop45 is offline
Puzzled Penguin
 
Join Date: Oct 2008
Location: Oklahoma City, OK
Posts: 39
imop45 hasn't been rated much yet
Send a message via MSN to imop45
Default Re: SuSe 11 Wacom Graphire4 absolute mode

I'm using a Bamboo, so do i add the pad and cursor?
My xorg.conf >
Code:
Section "InputDevice"
  Driver       "wacom"
  Identifier   "cursor"
  Option       "Device" "/dev/input/wacom"
  Option       "InputFashion" "Tablet"
  Option       "Mode" "Relative"
  Option       "Name" "GRAPHIRE v1-4 (USB)"
  Option       "SendCoreEvents" "on"
  Option       "Type" "cursor"
  Option       "USB" "on"
  Option       "Vendor" "WACOM"
EndSection

Section "InputDevice"
  Driver       "wacom"
  Identifier   "stylus"
  Option       "Device" "/dev/input/wacom"
  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   "eraser"
  Option       "Device" "/dev/input/wacom"
  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 "pad"
  Option "Device" "/dev/input/wacom" # USB ONLY
  Option "Type" "pad"
  Option "USB" "on" # USB ONLY
EndSection


Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "Wacom MTE-450"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection
And no go, same issue. What am i doing wrong?
Reply With Quote