Re: [Pgui-devel] a stupid question on speed on 68VZ328

2003-01-21 Thread Micah Dowty
I haven't personally run PicoGUI on anything slower than an Agenda VR3 in a long time. You could run gprof to find the bottleneck, but it's almost certainly the video driver. What video driver are you using, and at what color depth? pgserver also has a benchmarking mode for quantitatively measuring

[Pgui-devel] a stupid question on speed on 68VZ328

2003-01-21 Thread hi qpe
Hi all, There is a stupid question about picogui's speed. We had head there are many people had use picogui on uClinux based on 68VZ328 in 33MHZ processor. We had develop a board that based 68VZ328, and uClinux 2.4.17 kernel, run in ROM. And build the picogui, modify little codes for sup

[Pgui-devel] Subversion, SCons, and reorganizationalizing

2003-01-21 Thread Micah Dowty
Hi Everybody, I just wanted to give an outline of the source tree reorganization I'm planning after the 0.44 release. This is necessary in my opinion for several reasons: - The current build system is hard to port to non-linux platforms - A lot of the code in CVS is arranged in a less than logi

Re: [Pgui-devel] Re: How to get the origin of a bitmap.

2003-01-21 Thread Micah Dowty
On Tue, Jan 21, 2003 at 11:01:58AM +0100, Pascal Bauermeister wrote: > On Tue, 2003-01-21 at 09:42, Micah Dowty wrote: > ... > > The main reason this hasn't been done already is that there are a lot of issues > > you have to worry about when writing directly to the framebuffer from an app: > > > >

Re: [Pgui-devel] VNC support

2003-01-21 Thread Micah Dowty
On Tue, Jan 21, 2003 at 05:20:30PM +0100, Olivier Bornet wrote: > Hi Micah, > > Cool, this vncserver. :-) > > > on the command line now (assuming you've compiled it with the > > vncserver and vncinput drivers) and it will accept connections > > Configuration without vnc may cause problems during

Re: [Pgui-devel] picogui demo applications?

2003-01-21 Thread Micah Dowty
I just wrote that demo in python because I was in a hurry, it would actually be very easy to do the same thing in C. The program that loads the pages and flips between them would need rewriting in C, and you would want to precompile the .xwt files to .wt files using xwtcompiler.py. After that, the

Re: [Pgui-devel] VNC support

2003-01-21 Thread Olivier Bornet
Hi Micah, Cool, this vncserver. :-) > on the command line now (assuming you've compiled it with the > vncserver and vncinput drivers) and it will accept connections Configuration without vnc may cause problems during the build because it always compile files in video/libvncserver. (at least, I h

Re: [Pgui-devel] picogui demo applications?

2003-01-21 Thread Daniele Pizzoni
On Mon, 2003-01-20 at 20:50, Micah Dowty wrote: > I just recently replaced the old picogui/apps/demo with the beginnings > of a new one. This is the one running on the VNC server, and shown on > the latest screenshot. It doesn't do much yet, but could be a good > starting point. > > All of my pi

Re: [Pgui-devel] Re: How to get the origin of a bitmap.

2003-01-21 Thread Pascal Bauermeister
On Tue, 2003-01-21 at 09:42, Micah Dowty wrote: ... > The main reason this hasn't been done already is that there are a lot of issues > you have to worry about when writing directly to the framebuffer from an app: > > - How can the video driver get an application access to the framebuffer >

[Pgui-devel] Re: How to get the origin of a bitmap.

2003-01-21 Thread Micah Dowty
On Tue, Jan 21, 2003 at 09:11:17AM +0100, Philippe Ney wrote: > > Bitmaps aren't widgets, so calling pgGetWidget on them won't work. > > > > Maybe it would help to know more about what you're trying to do? > > If you need direct access to the framebuffer for video playback or > > a game, that woul