OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: al_do on January 01, 2006, 07:05:18 pm

Title: Donate For Oz?!?
Post by: al_do on January 01, 2006, 07:05:18 pm
hi all from an italian fan of oz-opie/gpe.
since I haven't linux programming skills (some asm coding belonging to '90... but this is another story...) and I'd be glad to contribute in any way to this wonderful project, tonite was wondering if we (you in fact  ) could set up some sort of donate-o-meter (as pdaxrom is doing for example) for oz.
I think a lot of people around the world appreciate oz with its opie or gpe interfaces and whould be glad to contribute at least with some money. this way it whould be possible to "rent" some good linux guru to give some help to oz-people i think.

let me know what is your opinion since I love my Z and I'd like to contribute some way to make it better!!!

ty and bye
alessandro (IT)
Title: Donate For Oz?!?
Post by: pgas on January 02, 2006, 01:52:53 am
have you seen this page:

http://openzaurus.org/wordpress/developers/ (http://openzaurus.org/wordpress/developers/)
Title: Donate For Oz?!?
Post by: al_do on January 05, 2006, 04:40:54 pm
ok, I read the page. the question is: which one to donate if I've a spitz and whould like to have sounds enabled and a sreadsheet in a reasonable time? (for a noob like me is very hard even to determine who I should donate to :x...)

If I had programming skils I'd port/develop what I like, but since I haven't there should be some way to improve users needs... and/or speed up the develpoment of oz/opie.

I think that some "mercenary" programmer could help oz/opie veterans and both speed up the whole project and meet user needs.

feedback from others noob like me whould be appreciated. in the meanwhile I'm donating to hrw since I like his thumb .

bye al_do
Title: Donate For Oz?!?
Post by: lardman on January 06, 2006, 06:12:30 am
Quote
which one to donate if I've a spitz and whould like to have sounds enabled and a sreadsheet in a reasonable time?

For a spreadsheet what about gnumeric (you'll need to run OZ/GPE rather than OZ/Opie though).

And I thought sounds were working on the Spitz now...?


Si
Title: Donate For Oz?!?
Post by: Da_Blitz on January 07, 2006, 02:05:15 am
Sound was pushed into the openembedded kernel the other day, patches are avilble in the usual place (http://www.rpsys.net/openzaurus/), and will apply comfortably against 2.6.15 (which i am testing at the moment)

pearsonly i'd pay to see kexec and cpufreq scaling, might have to look into the pxa250 freq scaling and see if i can just change that instead
Title: Donate For Oz?!?
Post by: koen on January 07, 2006, 05:17:51 am
Quote
Sound was pushed into the openembedded kernel the other day, patches are avilble in the usual place (http://www.rpsys.net/openzaurus/), and will apply comfortably against 2.6.15 (which i am testing at the moment)

pearsonly i'd pay to see kexec and cpufreq scaling, might have to look into the pxa250 freq scaling and see if i can just change that instead
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109881\"][{POST_SNAPBACK}][/a][/div]

cpufreq support for pxa25x should be in already
Title: Donate For Oz?!?
Post by: lardman on January 08, 2006, 12:04:01 pm
It is, all the dev kernels for the PXA25x processors have it. I think RP said he was going to look at putting together some code for the PXA270s but I'm not sure whether he's done so yet.


Si
Title: Donate For Oz?!?
Post by: Da_Blitz on January 08, 2006, 09:12:01 pm
I know, i have a patched kernel with it alread, and after browsing the source i think i might be able to do the entire pxa270 thing myself.

as for kexec there was a post to the openzzaurus lists about an arm patch so i might give that a go

[edit]
its a shame that the pxa270 mem and bus timings are so closly tied to the cpufreq and that linux has no support for changing bus and mem timings in the same manner as the cpufreq stuff.

it would be nice to allow a program to hook into the performance monitoring coprocessor and over/underclock the mem and bus timings depending on things like num of mem acsess per second. and then change that thorgh an interface simmiilar to the cpufreq stuff.

oh well i guess i might just have to fiddel with the vals in whatever cpufreq patch for the pxa270 come foward
[/edit]