Help us in a better way with reports that includes all the needed (but not excesive) information. It may not mean a lot to you, but it means a world to us. see the last comment of #231
FS#262 - Wacom
Attached to Project:
Elive
Opened by Thanatermesis (thanatermesis) - Thursday, 16 October 2008, 14:52 GMT-7
Last edited by Thanatermesis (thanatermesis) - Wednesday, 08 July 2009, 06:37 GMT-7
Opened by Thanatermesis (thanatermesis) - Thursday, 16 October 2008, 14:52 GMT-7
Last edited by Thanatermesis (thanatermesis) - Wednesday, 08 July 2009, 06:37 GMT-7
|
Details
Made something nice to made working by default wacom devices in Elive |
This task depends upon
my wacom config taken from blubuntu and heavily modified to have a PERFECT working wacom
Section "InputDevice" Identifier "Stylus0" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "USB" "on" Option "Suppress" "3" Option "Threshold" "20" Option "PressCurve" "30,0,20,100" Option "KeepShape" "on" Option "CursorProx" "20" # Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection #Section "InputDevice" # Identifier "Eraser0" # Driver "wacom" # Option "Device" "/dev/input/wacom" # Option "Type" "eraser" # Option "USB" "on" ## Option "ForceDevice" "ISDV4" # Tablet PC ONLY #EndSection #Section "InputDevice" # Identifier "Mouse1" # Driver "wacom" # Option "Device" "/dev/input/wacom" # Option "Type" "cursor" # Option "Mode" "relative" # Option "USB" "on" ## Option "ForceDevice" "ISDV4" # Tablet PC ONLY #EndSection #Section "InputDevice" # Identifier "Tablet0" # Driver "wacom" # Option "Device" "/dev/input/wacom" # Option "Type" "pad" # Option "ButtonsOnly" "on" # Option "Button9" "2" # Option "Button10" "3" # Option "USB" "on" ## Option "ForceDevice" "ISDV4" # Tablet PC ONLY #EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Synaptics Touchpad" # InputDevice "Mouse1" "SendCoreEvents" InputDevice "Stylus0" "SendCoreEvents" # InputDevice "Eraser0" "SendCoreEvents" EndSectionit does work with the default blubuntu one
however not every function is available, for example with a graphire 4 the button and scroll on the pad don’t work.
While this is the original one available in ubuntu