linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Synaptics Touchpad 2.6.0-test1 problem
@ 2003-07-16  0:16 Dax Kelson
  2003-07-16  7:16 ` Peter Osterlund
  0 siblings, 1 reply; 2+ messages in thread
From: Dax Kelson @ 2003-07-16  0:16 UTC (permalink / raw)
  To: linux-kernel


I'm using XFree86-4.3.0-17, I have the synaptics XF86 0.11.3p6 driver 
installed.

I have input, evdev, mousedev, psmouse in the kernel.

I get happy dmesg output when psmouse loads.

When X starts the cursor sits in the middle of the screen and won't move 
when I touch the touchpad or the buttons.

On the TTY from which I started the X server I see:

Synaptics DeviceInit called
SynapticsCtrl called
Synaptics DeviceOn called
SynapticsCtrl called
SynapticsCtrl called
Synaptics DeviceOff called

This last message looks suspicious. I dunno, maybe it's normal.  Either 
way the touchpad doesn't work.

Dax


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Synaptics Touchpad 2.6.0-test1 problem
  2003-07-16  0:16 Synaptics Touchpad 2.6.0-test1 problem Dax Kelson
@ 2003-07-16  7:16 ` Peter Osterlund
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Osterlund @ 2003-07-16  7:16 UTC (permalink / raw)
  To: Dax Kelson; +Cc: linux-kernel

Dax Kelson <dax@gurulabs.com> writes:

> I'm using XFree86-4.3.0-17, I have the synaptics XF86 0.11.3p6 driver 
> installed.
> 
> I have input, evdev, mousedev, psmouse in the kernel.
> 
> I get happy dmesg output when psmouse loads.
> 
> When X starts the cursor sits in the middle of the screen and won't move 
> when I touch the touchpad or the buttons.

Are you using the correct eventX device node? Look at
/proc/bus/input/devices to make sure. Verify from the console that you
get data from the device. Type

        cat /dev/input/eventX | od -x

access the touchpad and verify that some data is produced.

Your XF86Config file should have a section that looks something like
this:

Section "InputDevice"
	Identifier	"TouchPad"
	Driver	"synaptics"
	Option	"Device"	"/dev/input/event3"
	Option	"Protocol"	"event"
	Option	"SHMConfig"	"on"
EndSection

P.S. Auto-detection of the correct eventX device is under
construction, so pretty soon it will be much easier to set things up.

-- 
Peter Osterlund - petero2@telia.com
http://w1.894.telia.com/~u89404340

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-16  8:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-16  0:16 Synaptics Touchpad 2.6.0-test1 problem Dax Kelson
2003-07-16  7:16 ` Peter Osterlund

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).