View Single Post
  #13 (permalink)  
Old 12-Oct-2008, 00:39
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

New xorg. Still no go.
Code:
Section "InputDevice"
  Driver       "wacom"
  Identifier   "pad"
  Option       "Device" "/dev/input/wacom"
  Option       "InputFashion" "Pad"
  Option       "Type" "pad"
  Option       "USB" "on"
  Option       "Vendor" "WACOM"
EndSection

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
Also, this happens
Code:
 wacdump /dev/input/wacom
00:38:38.172 ERROR: Failed to open /dev/input/wacom: No such file or directory
WacomOpenTablet: No such file or directory
though i made the 10-local.rules and double checked it 3 times. Copy paste, direstly from you
Reply With Quote