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