[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem: wacom - Partial Sol'n



I forgot that I had encountered a problem when I first attached the
wacom pad which I ultimately solved by editing the xorg.conf file to add
the following sections:

Section "InputDevice"
	Identifier	"stylus"
	Driver		"wacom"
	Option		"Device"		"/dev/input/wacom"
	Option		"type"			"stylus"
	Option		"USB"			"on"
EndSection

Section "InputDevice"
	Identifier	"eraser"
	Driver		"wacom"
	Option		"Device"		"/dev/input/wacom"
	Option		"type"			"eraser"
	Option		"USB"			"on"
EndSection

Section "InputDevice"
	Identifier	"cursor"
	Driver		"wacom"
	Option		"Device"		"/dev/input/wacom"
	Option		"type"			"cursor"
	Option		"USB"			"on"
EndSection

Section "InputDevice"
	Identifier	"pad"
	Driver		"wacom"
	Option		"Device"		"/dev/input/event0"
	Option		"type"			"pad"
	Option		"USB"			"on"
EndSection

and added the following lines in the Section "Server Layout":

	InputDevice	"stylus"	"SendCoreEvents"
	InputDevice	"eraser"	"SendCoreEvents"
	InputDevice	"cursor"	"SendCoreEvents"
	InputDevice	"pad"

With these changes the pad is working again but with a time delay when
moving the cursor.  The module evdev is loaded but there must be some
other configuration which I have overlooked.  Still searching.

Tom



Reply to: