On Wednesday 22 May 2002 16:44, Gray, Tim wrote: > Ok, i'm being a pest on the list today.. sorry all. > I cant seem to get the ps2 mouse driver for pgserver to work. the kernel > has it compiled in, the /dev/psaux is alive and well and /dev/mosue is > symlinked to /dev/psaux just in case. I am using the TTY keyboard driver > also.. checking the /dev/psaux device it is sending the mouse data. > > any ideas?
I haven't used the driver, but it looks as if it only understands the old three byte protocol that serial mice are using. Newer mice (in particular MS Intellimouse compatible scroll mice) default to the 'imps/2' protocol with 5 bytes. Use gpm to find out which protocol your mouse is using. Arnd <>< _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
