On Fri, Jan 03, 2003 at 08:53:12PM +0000, Mark and Janice Juszczec wrote:
> 
> Micah
> 
> Ok.
> 
> Progress.
> 
> I added the changes from your last response and changed to sockets instead 
> of tcp/ip.

Make sure cli_c is compiled with sockets too

> 
> pgserver starts and I get a screen that displays the words PicoGUI 
> horizontally on the left side of the screen in bold text.

Ok, so pgserver is started and it's using the lcdmono theme

> 
> I get undefined symbol errors when starting some of the apps, but a quick 
> recompile will probably fix that.  My image has apps built against an old 
> old pgui version.

Yeah, compile a new cli_c with sockets and recompile the apps. This is where
a build system for the helio like what OpenZaurus has would come in handy.

> 
> vrcalc starts up, but touchscreen does not work.  The profile says
> 
> #
> # Input Drivers
> #
> # CONFIG_INPUT_AUTOLOAD is not set
> CONFIG_TOUCHSCREEN=y
> DRIVER_R3912TS=y
> 
> What's missing?

That looks right. Make sure you have a line like "input = r3912ts" in your [pgserver]
section of /etc/pgserver.conf, and make sure you're running the calibrator.
You can have pgserver run a calibrator when necessary by setting the 'tpcal' config
variable to the command to use.

Since we don't yet have an app server to tell apps where to get their data files, tpcal
expects its theme (calth.th) to be in the current directory. You could use something 
like
"tpcal = cd /path/to/theme; /path/to/tpcal" to work around this.

> 
> Mark
> 
> 
*snip*

-- 
Only you can prevent creeping featurism!


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to