<qi-bot>
[commit] Xiangfu Liu: new package: libfixgl:Â Â an implementation of the OpenGL standard for realtime 3D graphics, based on fixed point arithmetic (master) http://qi-hw.com/p/openwrt-packages/e005176
<kristianpaul>
great mail from delbert franz :), very patience to do all those benchmarks
<viric>
kristianpaul: I use reiserfs though
<kristianpaul>
havent bother yet about fs
<viric>
lucky you
<viric>
this means you have not had troubles
<kristianpaul>
not yet.. ?
<kristianpaul>
i run my debian with lvm encrypted something and the servers ext2/3/4
<kristianpaul>
of course i know the pain (from others) that is lost a disk "meta data index", if you mean that troubles :-)
<viric>
I've always lost files with ext*
<kristianpaul>
may be i dint realized that yet ;)
<Ayla>
reiserFS is safer?
<kristianpaul>
i wonder if my life is :)
<kristianpaul>
actually i tought viric meant reiserFS in the nanonote? :)
<kristianpaul>
(wondering if posible, or usefull?)
<Ayla>
the nanonote use UBIFS I believe
<Ayla>
uses*
<lars_>
possible yes, useful no
<lars_>
(reiserfs on the nanonote)
<viric>
I use it on sd cards
<viric>
but not in the nanonote. In fact I don't use any sd card in the nanonote
<mth>
lars_: did you see the jz-3.1 branch?
<mth>
I'm wondering if we could send some of the patches upstream to decrease the delta
<lars_>
mth: i'm all for it
<mth>
shall I paste the summaries here or put it in a mail?
<lars_>
mail
<mth>
anyone to Cc:?
<lars_>
the mailinglists
<mth>
qi or kernel mailinglists?
<mth>
I want to discuss first what to send upstream
<mth>
because I don't know which patches are good enough and which need more work
<viric>
qi would be nice
<mth>
jz47xx-kernel then?
<lars_>
yes
<Ayla>
I do have a patch too :p
<mth>
yes, but it's a bit early to send that one upstream
<Ayla>
I'm speaking about the patch on fbcon
<mth>
the patch to disable fbcon binding at boot?
<Ayla>
yes
<mth>
that one is not in the repository yet, I think
<Ayla>
yes
<Ayla>
IIRC you didn't like that it uses strsep()
<Ayla>
I didn't take the time to fix it properly
<mth>
I don't remember if I didn't like it's use of strsep() or whether it was just a generic dislike of strsep() itself
<mth>
*its
<Ayla>
well I'm not familiar with strsep(), I don't really know how good/bad it is
<Ayla>
I'm more familiar with strtok()
<Ayla>
I won't have time to do this before the week-end
<Ayla>
any thoughts about dropping support for gp2x on gmenu2x?
<mth>
I mainly want to avoid having to cherry pick all patches again on 3.2, so if a few can be integrated it would help ease long term maintenance
<mth>
we don't have to submit everything right now
<mth>
I think we should only support platforms that people are actually using our branch on
<mth>
so either get a builder/tester for GP2X or remove the code, imo
<mth>
because untested equals broken in practice
<Ayla>
I think the GP2X users do use the mainstream gmenu2x
<Ayla>
I'd like to trash the touchscreen code too
<Ayla>
and eventually replace it with some code which uses the SDL mouse instead