Try this- kill gpm and run pgserver like this: pgserver -i ps2mouse --input-ps2mouse.device=/dev/psaux -s ./blackout
If it still doesn't work, turn on event debugging and let me know what that does. On Wed, May 22, 2002 at 11:46:40AM -0600, Gray, Tim wrote: > I'm invoking pgserver as follows for example... > > > pgserver& ./blackout > > I have also tried > > pgserver -i gpm& ./blackout > > -----Original Message----- > From: Micah Dowty [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 1:42 PM > To: Gray, Tim > Cc: [EMAIL PROTECTED] > Subject: Re: [Pgui-devel] pgserver ps2 mouse support driver > > > How are you invoking pgserver? > > Also, you shouldn't use the gpm driver unless absolutely necessary. Since > gpm is designed for text mode, it scales down the resolution on the mouse. > > On Wed, May 22, 2002 at 11:26:17AM -0600, Gray, Tim wrote: > > Ok now I am confused. I loaded GPm (version 1.20) it works fine, I can run > > the mouse cursor all over the screen in text mode. > > > > so I kill gpm and re-invoke it with... > > > > gpm -m /dev/psaux -R -t ps2 > > > > then recompile pgserver to only have the following drivers... > > > > fbdev > > ttykb > > gpm > > > > it still doesn't work.. am I forgetting to compile in something? > > > > thanks. > > > > > > -----Original Message----- > > From: Gray, Tim > > Sent: Wednesday, May 22, 2002 10:44 AM > > To: [EMAIL PROTECTED] > > Subject: [Pgui-devel] pgserver ps2 mouse support driver > > > > > > 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? > > > > > > thanks. > > > > > > _______________________________________________________________ > > > > 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 > > > > > > _______________________________________________________________ > > > > 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 > > -- > Only you can prevent creeping featurism! > -- Only you can prevent creeping featurism! _______________________________________________________________ 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
