Subject: Re: need XF86Config for Sony VAIO PCG-505
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: David W. Talmage <talmage@ricochet.net>
List: port-i386
Date: 08/27/2000 19:10:26
>On Sun, Aug 27, 2000 at 11:31:51AM -0400, David W. Talmage wrote:
>> 
>> Would someone please tell me what should be in the Section "Pointer" of 
>> XF86Config on my VAIO?  I'm reconstructing the file after a big, nasty crash
>...
>> When X comes up, the pointer won't move.
>
>Does pms or pmsi appear in kernel boot messages ?

Yes, it does:

	pms0 at pckbc0 (aux slot)
	pckbc0: using irq 12 for aux slot
	wsmouse0 at pms0


I fixed my problem.  Instead of 

	Device	"/dev/wsmouse"

I tried

	Device	"/dev/wsmouse0"

and it's working.   I hope that's the right answer.