RE: [Pgui-devel] Framebuffer issues

2001-04-05 Thread Micah Dowty
The Perl client library is very old. It has always been inefficient, and it hasn't kept up with a few major format changes in the server's network code. If you need a perl client lib, I would prefer to scrap the current one and make a perl module with (almost) the same syntax as the C client li

Re: [Pgui-devel] Framebuffer issues

2001-04-05 Thread Micah Dowty
On Thu, 05 April 2001, "Gray, Tim" wrote: > > Thanks Micah. I'm being dumb today in my rush to get things done. > > with the framebuffer driver, pgserver kind-of freaks out. it display's the > initial screen but allows the underlying text mode to come through. I.E. > keys typed show up on t

RE: [Pgui-devel] Framebuffer issues

2001-04-05 Thread Gray, Tim
Ok, I am trying to use PicoGUI.pm I pulled the typing.pl package and the PicoGUI.pm from the CVS. I have compiled the pgserver to support both bitmap types available. under linux, using SDL. The typing.pl program fails because it the bitmap format is not recognized by the loader. I am trying