Unfortunately, the Helio suffers from a lack of interested kernel
Gurus. Your best bet is to either delve into it yourself or bug someone
on the Linux-VR project.
On 2001.12.12 12:09 Mark and Janice Juszczec wrote:
>
> Hi folks,
>
> At work I needed a linux kernel for a mips cpu - yes, I'm pl
What kind of architectural details?
PicoGUI was designed to be portable. It's easiest to use on a unix-like
system, but should work (with a little effort) on anything with a C
compiler and basic multitasking.
On 2001.12.11 05:34 Prashanth B Rao wrote:
> Hi,
> I am trying to use the lates
PicoGUI doesn't require that much from the OS. In fact, I've even
considered making a pgserver that will run without an OS at all. These
are the things pgserver expects to have:
- Some type of RPC for communicating with clients. Currently this has
to be TCP/IP or Unix sockets, but this can (an
On 2001.12.07 09:35 Philippe Ney wrote:
> Hi Micah,
>
> In one of our app, we don't have any input device other then the
> virtual keyboard.
> In this way, it is useful to have the possibility to scroll with it.
> But I don't succeed in doing this. The scrollbar widget seems not to
> be focusable
The system we've been using to build Helio binaries is in the picolinux
CVS. It doesn't build everything from source, it just takes a
collection of config files and binaries and assembles them into a ROM
file. This is all you need if you want to play with the init scripts,
or add your own appl
Another thought related to this...
If these 30 or so widgets are all displayed at once, there's probably
not much to do except optimize the layout and video driver code. If
this is in a scrolling box though, and only some of these widgets are
actually on screen, there may be some scrolling/clip
okan wrote:
>
> Answers:
> - Our video driver is EZ328,
> - 2 BPPs
> - using no theme,
> - CPU freq. is as you thought ,32 MHz,
> - and socket type is UNIX type,
>
> I need your helps.Thanks anyway...
sorry for the delay.
Using 1 BPP may help a little:
1) less memory to handle, gfx routin
Hi:
I am a newbie to Linux on Helio. I have so
far taken the binaries from 10/10 for helio and flashed it on my helio (bought
solely for linux) and played around with it, and I am thrilled to
death.
Can Micah or someone point me to some page where I
have information about how I would ta