Elive

  • Status Closed
  • Percent Complete
    100%
  • Task Type Feature Request
  • Category Installed Mode
  • Assigned To
    thanatermesis
  • Operating System All
  • Severity Low
  • Priority Very Low
  • Reported Version 1.x Gem+ (beta's)
  • Due in Version 3.0
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Elive
Opened by thanatermesis - 2008-10-16
Last edited by grottem - 2017-08-25

FS#262 - Wacom

Made something nice to made working by default wacom devices in Elive

Closed by  grottem
25.08.2017 20:33
Reason for closing:  Implemented
Admin
<Thanatermesis> maybe i need to add a default configuration of wacom by default
<Thanatermesis> or popup something message about how to set it up :)

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"
EndSection

it 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

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizEdgeScroll"	"0"
	Option 		"SHMConfig"		"true"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"stylus"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"eraser"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"cursor"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]"
	Driver		"ati"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Monitor Generico"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]"
	Monitor		"Monitor Generico"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"

# Uncomment if you have a wacom tablet
	InputDevice     "stylus"	"SendCoreEvents"
	InputDevice     "cursor"	"SendCoreEvents"
	InputDevice     "eraser"	"SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection
Date User Effort (H:M) Comment
watch my effort tracking timers

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing