Re: [Pgui-devel] Installe PicoGUI on Linux

2003-07-23 Thread Micah Dowty
On Thu, Jul 24, 2003 at 12:16:19PM +1200, Eric Gillespie wrote: > On Wed, 23 Jul 2003, Marine Martin-Guillerez wrote: > > :I've install a Mandrake Linux 9.1 (the last version i know) wich include the > :SDL. But, when i want to install PicoGUI with the file of the snapshot and i > :run the command

Re: [Pgui-devel] Installe PicoGUI on Linux

2003-07-23 Thread Eric Gillespie
On Wed, 23 Jul 2003, Marine Martin-Guillerez wrote: :I've install a Mandrake Linux 9.1 (the last version i know) wich include the :SDL. But, when i want to install PicoGUI with the file of the snapshot and i :run the commande ./configure, he didn't found the SDL library which is in :the standard p

Re: [Pgui-devel] grab_keynames.py fix

2003-07-23 Thread Olivier Bornet
Hello, > whoever is bornet - thanks for the fix. I thought I had already > done that (at least for me it worked) but whatever you improved, > thanks. No problems. Thanks for the comment. :-) Olivier -- Olivier Bornet http://www.smartdata.ch/ [EMAIL PROTECTE

[Pgui-devel] no more input after suspend

2003-07-23 Thread Peter Hermsdorf
hi, i posted this problem a while ago, but i`m now in the need of a soloution. i have defined an input filter like this: int myFilter(struct pgEvent *evt) { union pg_client_trigger *trig = evt->e.data.trigger; char c; c = trig->content.u.kbd.key; if (c=='\r') c = '\n'; pgReplaceTextFmt

Re: [Pgui-devel] redirect ssh input to keyboard driver

2003-07-23 Thread Micah Dowty
I just searched through my IRC logs, it looks like I told you to use "pgserver < /dev/tty0 > /dev/tty0" Would still be nice to know why the config option failed :) --Micah On Wed, Jul 23, 2003 at 12:11:00PM +0200, Peter Hermsdorf wrote: > mhm, this change has no effect. still > *** ERROR (IO) :

Re: [Pgui-devel] redirect ssh input to keyboard driver

2003-07-23 Thread Peter Hermsdorf
mhm, this change has no effect. still *** ERROR (IO) : Error initializing keyboard i remember that the last working solution was something with piping the input when calling pgserver, but i wasn`t able to get that working again. maybe you can crawl your brain for that again !? :) thx btw: i ho

Re: [Pgui-devel] redirect ssh input to keyboard driver

2003-07-23 Thread Micah Dowty
There is a intpu-ttykb.device configuration variable as documented in README.configfile. It defaults to /dev/tty, you'd probably want to change it to /dev/tty0. --Micah On Wed, Jul 23, 2003 at 10:36:07AM +0200, Peter Hermsdorf wrote: > hi all, > > i`m using picogui on a sharp zaurus and i`m star

Re: [Pgui-devel] Use of thread and displaying

2003-07-23 Thread Micah Dowty
The Python client library already has some support for threading. I doubt threading will ever be added to the current C client library. The code is too messy. There were plans to reimplement the C client with a cleaner design and thread support, but nobody is planning on actually coding it AFAIK.

[Pgui-devel] redirect ssh input to keyboard driver

2003-07-23 Thread Peter Hermsdorf
hi all, i`m using picogui on a sharp zaurus and i`m starting pgserver through a ssh session over the usb networking. when using the rawttykb input driver i can`t start pgserver because pgserver can`t init the keyboard. what would be a soloution to redirect the ssh key input to the input driver

Re: [Pgui-devel] Use of thread and displaying

2003-07-23 Thread Marine Martin-Guillerez
> The C client library does not support threading. If you use picogui in a > multithreaded program, you may only make PicoGUI API calls from one > thread. > > On Tue, Jul 22, 2003 at 12:48:15PM +0200, Marine Martin-Guillerez wrote: > > For displaying an image can we include the function for displa

[Pgui-devel] Installe PicoGUI on Linux

2003-07-23 Thread Marine Martin-Guillerez
I've install a Mandrake Linux 9.1 (the last version i know) wich include the SDL. But, when i want to install PicoGUI with the file of the snapshot and i run the commande ./configure, he didn't found the SDL library which is in the standard path (/usr/lib/). When i try to give the specific p