Re: Raster's Image and chatting on the moko!

2008-08-20 Thread The Rasterman
the image!) > > > > -Dan Staley > > > > > > ___ > > Openmoko community mailing list > > community@lists.openmoko.org > > http://lists.openmoko.org/mailman/listinfo/community > > > _

Re: Debian on the FreeRunner -- now official

2008-08-20 Thread The Rasterman
at ecore_main.c:87 20 0x0806db62 in > #main (argc=1, argv=0xbfaa9804) at e_main.c:941 > > probably because of > > Error connecting to bus: Failed to connect to > socket /var/run/dbus/system_bus_socket: Connection refused > > My unstable chroo

Re: Debian on the FreeRunner -- now official

2008-08-21 Thread The Rasterman
fnitely not installed the same place e is installed :) do you have more than 1 install of e? did u install e17 in /opte17 or /usr and install illume with a different prefix? > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes: > > setup - so use x-ui.sh in the illume s

Re: ASU - out of memory?

2008-08-21 Thread The Rasterman
ages Aug 20 22:13:23 om-gta02 user.warn kernel: [275269.01] > > 24 pages shared Aug 20 22:13:23 om-gta02 user.warn kernel: [275269.01] > > 0 pages swap cached Aug 20 22:13:23 om-gta02 user.err kernel: > > [275269.015000] Out of memory: kill process 1277 (hald) score 308 or a child > > Aug 20

Re: ASU - out of memory?

2008-08-21 Thread The Rasterman
On Thu, 21 Aug 2008 12:58:44 +0200 Tilman Baumann <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) wrote: > > On Thu, 21 Aug 2008 11:42:52 +0200 Tilman Baumann <[EMAIL PROTECTED]> > > babbled: > > > > no.. you need to find who is leakin

Re: ASU - out of memory?

2008-08-21 Thread The Rasterman
ily those smart fellas in kernel developer land.. made kernel overcommit.. a tunable parameter! and... cunningly.. on the FR (and as wel on my desktop) it's turned off! :) so... a moot point really. :) -- Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]>

Re: ASU - out of memory?

2008-08-21 Thread The Rasterman
entirely! yes.. this requires work on the part of app authors in userspace. but it's the right thing to do (imho). anyway - the same userspace oom daemon can then choose to kill processes should the situation become dire - and in this case it could be sure NOT to kill X, window manager, la

Re: ASU - out of memory?

2008-08-21 Thread The Rasterman
On Thu, 21 Aug 2008 16:44:36 +0200 Tilman Baumann <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) wrote: > > On Thu, 21 Aug 2008 17:50:26 +0200 Esben Stien <[EMAIL PROTECTED]> > > babbled: > > > >> Tilman Baumann <[EMAIL PROTEC

Re: Debian on the FreeRunner -- now official

2008-08-21 Thread The Rasterman
On Thu, 21 Aug 2008 17:53:10 +0300 Timo Juhani Lindfors <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes: > > 1. colors. what's up with your colors? are you on ppc? the 16bit engine > > assumes identical endianess to th

Re: ASU - out of memory?

2008-08-21 Thread The Rasterman
but even WinCE has it... and we have no such ability right now - no standard... so we are stuck with uglier hacks as the only solution. :( -- Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: ASU - out of memory?

2008-08-21 Thread The Rasterman
On Fri, 22 Aug 2008 00:07:12 +0200 Esben Stien <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes: > > > and luckily those smart fellas in kernel developer land.. made > > kernel overcommit.. a tunable parameter! and... cun

Re: ASU - out of memory?

2008-08-21 Thread The Rasterman
e Mail bitte nur auf Recyclingpapier aus. > Please print this mail only on recycled paper. > > ___ > Openmoko community mailing list > community@lists.openmoko.org > http://lists.openmoko.org/mailman/listinf

Re: ASU - out of memory?

2008-08-21 Thread The Rasterman
On Thu, 21 Aug 2008 18:40:52 +0200 Tilman Baumann <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) wrote: > > On Thu, 21 Aug 2008 16:44:36 +0200 Tilman Baumann <[EMAIL PROTECTED]> > > babbled: > > > >> Carsten Haitzler (The Rasterman)

Re: ASU - out of memory?

2008-08-21 Thread The Rasterman
ut > there you're already in big trouble if you have to fallback on the > oom-killer. true - and the kernel oom killer should mostly handle this, BUT it is possible to do better. a userspace oom killer can trawl all .desktop files and thus know if the app is run by

Re: GUI responsiveness (was Re: SHR first impression : it's slow ?)

2009-02-27 Thread The Rasterman
onsidering its a bytecode vm. it's also used very rarely in edje files - only when simple event -> response logic fails and more is needed. you might seriously want to learn more about the code before you evaluate it and poopoo it as many of the things you have assumed are just totally

Re: GUI responsiveness (was Re: SHR first impression : it's slow ?)

2009-02-27 Thread The Rasterman
} > } > programs { >program { name: "go_active"; > signal: "e,state,selected"; > source: "e"; > action: STATE_SET "selected" 0.0; > target: "bg"; > target: "fg1"; > tar

Re: GUI responsiveness (was Re: SHR first impression : it's slow ?)

2009-02-27 Thread The Rasterman
On Fri, 27 Feb 2009 15:13:39 -0300 robert lazarski said: > On Fri, Feb 27, 2009 at 11:35 AM, The Rasterman Carsten Haitzler > wrote: > > On Thu, 26 Feb 2009 11:31:43 +0100 Helge Hafting > > said: > > > >> Joel Newkirk wrote: > > > >> When I try

Re: GUI responsiveness (was Re: SHR first impression : it's slow ?)

2009-02-27 Thread The Rasterman
your themes - reduce thew workload for the renderer. a scalecache DOES help. i have checked. its a visible difference. :) it just needs to be done so it doesnt cause instability :) thats on my todo actually in the next few weeks. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: GUI responsiveness testcase?

2009-02-28 Thread The Rasterman
On Sat, 28 Feb 2009 10:43:34 +0200 Timo Juhani Lindfors said: > Carsten Haitzler (The Rasterman) writes: > > actually nothing floating point here at all. all integer. evas actually > > scales quite fast. considering its scaling everything on the fly... with > >

Re: GUI responsiveness (was Re: SHR first impression : it's slow ?)

2009-03-02 Thread The Rasterman
On Mon, 02 Mar 2009 11:44:12 +0100 Helge Hafting said: > Carsten Haitzler (The Rasterman) wrote: > > > i really suggest you have a better look at the code. it uses timepoints. > > Good advice. Critic based on assumptions isn't good enough. > Still, the problem remai

Re: GUI responsiveness (was Re: SHR first impression : it's slow ?)

2009-03-02 Thread The Rasterman
On Mon, 2 Mar 2009 20:01:51 +0100 Petr Vanek said: > On Tue, 3 Mar 2009 00:44:01 +1100 > Carsten Haitzler (The Rasterman) (CH(R) wrote: > > >remember you are just getting e's default upstream theme - it actually > >works just fine on the more modern devic

Re: IRC conversation with Mirko from the Paroli team

2009-03-16 Thread The Rasterman
ing that it is possible in this case to have your cake, and eat it too - with incredibly trivial/little effort. it's a little surprising that it wasn't done this way from the start just to retain portability and support for everything else at the same time. :) -- - Codito, erg

Re: Back to the Basics plan: Andy left

2009-03-24 Thread The Rasterman
nation last year start of august - that was mu last month @ om. :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list communi

Re: Back to the Basics plan: Andy left

2009-03-24 Thread The Rasterman
ent to being fired), and it could just as easily mean he decided to leave and you didn't "make a counter offer" to keep him. he was wrong that they fired me though. :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitz

Re: Google Summer of Code

2009-03-31 Thread The Rasterman
"I code, therefore I am" ------ The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Graphics Performance

2009-04-02 Thread The Rasterman
ike a go-kart and you'll have more fun. > -- > TobiasPGP: > http://9ac7e0bc.uguu.de > > ___ > Openmoko community mailing list > community@lists.openmoko.org > http://lists.openmoko.org/mai

Re: Sean's speech at ESC about making a 3G device

2009-04-02 Thread The Rasterman
. you don't un-postpone if you just let all the people go who work on the software). -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Graphics Performance

2009-04-02 Thread The Rasterman
to qvga. please dig over the archives of this list. this has been gone over in gory detail before :) -- --------- Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com

Re: Sean's speech at ESC about making a 3G device

2009-04-02 Thread The Rasterman
nything that is plugged will have a big chance of coming loose in these events). if you are willing to accept a phone more the size of an n800 (no longer fits nicely in a pocket)... t might be doable... -- - Codito, ergo sum - "I code, therefore I am" -- The

Re: Graphics Performance

2009-04-02 Thread The Rasterman
a waste of > time. draping? > Carsten Haitzler (The Rasterman) wrote: > > On Thu, 2 Apr 2009 18:23:38 +0200 Tobias Diedrich > +openm...@tdiedrich.de> said: > > > > > >> Iain B. FIndleton wrote: > >> > >>> A significant issue fo

Re: Sean's speech at ESC about making a 3G device

2009-04-02 Thread The Rasterman
on a separate list. Some of these discussions have already started. > > What can you do to help? > 1. Move GTA02 code upstream. > 2. Stay Involved. > 3. Continue work on applications > 4. Buy a FreeRunner. > 5. Get involved in GTA03 discussions > > Best, > > Steve >

Re: Graphics Performance

2009-04-03 Thread The Rasterman
han vga, and more appropriate to the hw behind it - but there was pretty much a very vocal group saying "hell no way". so vga it is. you are free to try run it at qvga if you want - but i suspect you wont have many friends following you :) -- - Codito, ergo sum -

Re: Graphics Performance

2009-04-03 Thread The Rasterman
l. parked on the side of the road. it won't do well on the racing track due the lawnmower engine (which isnt needed for it to look good parked on the roadside).. :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)r

Re: Graphics Performance

2009-04-03 Thread The Rasterman
Quake, and > > I'm not in the least bit put off by the knowledge that the chip is a > > "one-off"... > > > > Tom > > > > _______ > > Openmoko community mailing list > > community@lists.openmoko.o

Re: Graphics Performance

2009-04-03 Thread The Rasterman
On Fri, 3 Apr 2009 14:25:48 +0100 Thomas White said: > On Sat, 4 Apr 2009 00:01:16 +1100 > Carsten Haitzler (The Rasterman) wrote: > > > beware of jumping all over 3d as the solution. i have recently been > > working on a gles2 engine for evas. i have run it on 2 platf

Re: The future of the Neo Freerunner

2009-04-03 Thread The Rasterman
on on the future of the Neo. > > As it seems Openmoko stopped funding FSO too. > > hello, are there any 3G phones which run debian and spport all the hardware > yet? no. (if there are.. it's news to me and i'd like to know). -- - Codito, ergo sum - "I co

Re: Graphics Performance

2009-04-04 Thread The Rasterman
ut it was actually overall even worse on smaller blocks. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Intone (0.20 - alpha release) Elementary based mplayer frontend

2009-04-05 Thread The Rasterman
p://n2.nabble.com/Intone-%280.20---alpha-release%29-Elementary-based-mplayer-frontend-tp2587826p2587826.html > Sent from the Openmoko Community mailing list archive at Nabble.com. > > > ___ > Openmoko community mailing list > community@lists

Re: Intone (0.20 - alpha release) Elementary based mplayer frontend

2009-04-05 Thread The Rasterman
etc.). otherwise.. i'll skip the rest and go easy :) just some suggestions. otherwise.. good job! :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com

Re: Sean's speech at ESC about making a 3G device

2009-04-05 Thread The Rasterman
___ > Openmoko community mailing list > community@lists.openmoko.org > http://lists.openmoko.org/mailman/listinfo/community > -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@ra

Re: Graphics Performance

2009-04-06 Thread The Rasterman
than refresh the screen by a large margin (whereas on most other gfx systems ever since.. it has been faster to write than refresh - so you can wait for vblank then quickly write knowing you will stay ahead of the rescan). > Carsten Haitzler (The Rasterman) wrote: > > On Thu, 2 Apr 2009 18:23

Re: Slashdotted

2009-04-07 Thread The Rasterman
the way to make it as sensational as possible. sensation sells to readers. readers mean ads ... and ads are revenue. if half the worlds news was reported realistically in proportion.. you would have a pretty boring media. :) -- ----- Codito, ergo sum - "I code, therefor

Re: Graphics Performance

2009-04-07 Thread The Rasterman
in that regard. > > > > Tom > > > > ___ > > Openmoko community mailing list > > community@lists.openmoko.org > > http://lists.openmoko.org/mailman/listinfo/community > > > > > -- > Iain B. Findleton >

Re: Arabic translation please

2009-04-18 Thread The Rasterman
image > that is fairly far from readable. > * The best place I know of to find Arabic speaking FOSS related > activity is project Arabeyes - http://arabeyes.org/. Sadly, it > appears that the project is fairly inactive for some time now. the reversed stuff has re

Re: Why enlightenment?

2009-04-18 Thread The Rasterman
ddle of the window - swipe to scroll) i chose not to try and push the work back onto the app to adapt to a limited window side. in reality - apps should probably handle this themselves. i know e's config dialogs mostly dont fit - but that is a todo item. it's being worke

Re: Why enlightenment?

2009-04-18 Thread The Rasterman
ot at all about e or gtk or qt, but what to > > expect from a frre device -- and that question in turn has been discussed > > in extenso already. > > > > > > ___ > > Openmoko community mailing list > > commun

Re: Why enlightenment?

2009-04-18 Thread The Rasterman
t seems so > ridiculous to me. > > Bram > > > > ___ > Openmoko community mailing list > community@lists.openmoko.org > http://lists.openmoko.org/mailman/listinfo/community > -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Why enlightenment?

2009-04-19 Thread The Rasterman
written in fltk and it's lightning fast with a small footprint. > What do you guys think about a stack (on top of debian for convenience) > that uses flwm and everything else in fltk? isn't fltk just a wrapper around gtk? -- ----- Codito, ergo sum - "I code, therefore I am

Re: Why enlightenment?

2009-04-20 Thread The Rasterman
inside the apps - now u cant drag those anymore if the window is too bit as it will scroll the window, not move the scrollbar inside the window or the slider. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)r

Re: Why enlightenment?

2009-04-20 Thread The Rasterman
key: x y; key2: x; block2 { key1: x y; } } etc. etc. etc. no need for escapes, all on one line etc. etc. etc. in addition you can also make use of cpp macros as edje_cc passes the .edc through cpp before parsing (ie use #include, #define macros #ifdef's etc.) -- ----- Codit

Re: Why enlightenment?

2009-04-21 Thread The Rasterman
> > > > part for development done and a part for development to come -- there > > > > won't be many things left you could purchase. > > > > > > > > btw: that whole question is not at all about e or gtk or qt, but what > > > > to expect from a frre device -- and that question in turn has been > > > > discussed in extenso already. > > > > > > > > > > > > ___ > > > > Openmoko community mailing list > > > > community@lists.openmoko.org > > > > http://lists.openmoko.org/mailman/listinfo/community > > > > > > > > > ___ > > > Openmoko community mailing list > > > community@lists.openmoko.org > > > http://lists.openmoko.org/mailman/listinfo/community > > > > > > > > > > ___ > Openmoko community mailing list > community@lists.openmoko.org > http://lists.openmoko.org/mailman/listinfo/community > -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Why enlightenment?

2009-04-21 Thread The Rasterman
2 I can understand now. As for point 3, I can't really see > > > how that is a benefit. > > > > so getting new improvements quickly (instead of waiting years for it or it > > never happening) is bad? > That seems to me like a "fallacy of many questions". If it is important, > please consider rewriting that last question. not really - but things improving is good. if things just stagnate and dont change you are stuck where you are. bugs, lack of features, tools, uses, etc. will plague you and you continually work around them or just give up and dont do them. it's never a bad thing for thnigs to get better quickly. if they are constantly unstable - that is bad. but reduced instability and more features.. is good. especially if it comes rapidly. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Why enlightenment?

2009-04-21 Thread The Rasterman
them though. as for apt-get install - you'll need to find some new repositories for that. we are actually preparing a snap of efl right now. elementary isn't included thoguh. -- ----- Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzl

Re: Why enlightenment?

2009-04-21 Thread The Rasterman
On Tue, 21 Apr 2009 15:23:46 +0200 Andreas Fischer said: > Carsten Haitzler (The Rasterman) wrote: > > > http://www.rasterman.com/files/wp2.avi > > > > (i'm not done with it yet). > > This is 100% astonishing and sexy - I want that on my desktop :P > Co

Re: [all e/illume based] copy/paste

2009-04-26 Thread The Rasterman
> typical scenarios would probably be from sms/email to another sms/email > or web browser and vice-versa. Any ideas? nothing to do with e/illume, all to do with toolkit. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carst

Re: [all e/illume based] copy/paste

2009-04-26 Thread The Rasterman
t put that selection in the copy buffer, and going anywhere else to paste will paste it. so it's there in elementary -= handling copy/paste with fingers on a touchscreen. but other toolkits will have a .. harder time. -- - Codito, ergo sum - "I code, therefore I am"

Re: Theora 320x240 - is it possible?

2009-04-28 Thread The Rasterman
xv support are really great news! :) > What about xrand and composite? xglamo had xv support ever since (long before gta02 went on sale). i even quoted performance numbers using accelerated xv in xglamo long ago. -- - Codito, ergo sum - "I

Re: Theora 320x240 - is it possible?

2009-04-28 Thread The Rasterman
ment until video bandwidth improves - and thats stil a key problem that is not going away. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Theora 320x240 - is it possible?

2009-04-28 Thread The Rasterman
ng ago. > > Do you remember the subject of that thread? > I'm trying to find it,only for curiosity godd.. beats me. i'd just search for "yuv" "glamo" xv" "fps" like this: http://www.mail-archive.com/community@lists.openmoko.org/msg184

Re: e in framebuffer?

2009-04-29 Thread The Rasterman
740209.html Sent from the > Openmoko Community mailing list archive at Nabble.com. > > > ___ > Openmoko community mailing list > community@lists.openmoko.org > http://lists.openmoko.org/mailman/listinfo/community > -- - Codito, er

Re: e in framebuffer?

2009-04-29 Thread The Rasterman
s the default is to use the 32bpp (default generic software engine). -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: e in framebuffer?

2009-04-29 Thread The Rasterman
.. > > If there is no swap out solution. I would just don't bother. bingo. stic to x. it buys you gtk, qt, sdl, gl, blah blah blah all at oince with the management environment already known and developed. it's trivial yo develop for ON your desktop.. as thats already your windowi

Re: [all e/illume based] copy/paste

2009-04-30 Thread The Rasterman
On Thu, 30 Apr 2009 07:24:55 +0100 Tilman Baumann said: > > On 27 Apr 2009, at 02:07, Carsten Haitzler (The Rasterman) wrote: > > > On Mon, 27 Apr 2009 00:38:20 +0200 "Marco Trevisan (TreviƱo)" > > > > > > said: > >> > >> Recent

Re: [all e/illume based] copy/paste

2009-05-03 Thread The Rasterman
the popup menu > goes under the topbar... yeah. that's a generic problem i have to fix with the hoversel - it doesnt account for window bounds at all. add that to the long list of things to do! :) -- ----- Codito, ergo sum - "I code, therefore I am&qu

Re: Enlightenment and .desktop file (with autostarting)

2009-05-06 Thread The Rasterman
> > Best regards, > Laszlo > > ___ > Openmoko community mailing list > community@lists.openmoko.org > http://lists.openmoko.org/mailman/listinfo/community > -- - Codito, ergo sum - "I code, therefore I am" -

Re: Enlightenment and .desktop file (with autostarting)

2009-05-07 Thread The Rasterman
ng and just iconify its window? -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Enlightenment and .desktop file (with autostarting)

2009-05-07 Thread The Rasterman
nding/handling so it finds the existing instance of itself and ipc's asking it to show its window again - much like firefox does or a whole bunch of apps these days can do. -- ----- Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)

Re: How to use FR as a mass storage device?

2009-05-09 Thread The Rasterman
i missed, please redirect me to the correct > page. Thanks. tried scp? :) nice and easy. sshfs is another option if u want it from a gui fm... -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterma

Re: How to use FR as a mass storage device?

2009-05-09 Thread The Rasterman
ne (u'll need to add some packages). :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: [Announce] Intel and Nokia announce open source telephony project (oFono)

2009-05-11 Thread The Rasterman
t; > > community@lists.openmoko.org > > > http://lists.openmoko.org/mailman/listinfo/community > > > > > > > > > > > -- > > David Reyes Samblas Martinez > > http://www.tuxbrain.com > > Open ultraportable & embedded solutions > > Openmoko, Openpandora, Arduino > > Hey, watch out!!! There's a linux in your pocket!!! > > > > ___ > > Openmoko community mailing list > > community@lists.openmoko.org > > http://lists.openmoko.org/mailman/listinfo/community > > > -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: [Announce] Intel and Nokia announce open source telephony project (oFono)

2009-05-11 Thread The Rasterman
ork for smartphones,this time provided by big > >> guys, but which hardware?, I haven't see any reference on that in the > >> web site. any clue any one? > > Mumble mumble... may they join/fund FSO guys? :))) somehow... i just don't see that happening. -- --

Re: [Announce] Intel and Nokia announce open source telephony

2009-05-12 Thread The Rasterman
OL > > Why don't they adapt what is already out there... Otherwise it would be > OpenNono the simple version it seems is that they simply don't like fso's api. marcel holtmann said its too low-level and they don't see it as something they want. ask them for more

Re: root almighty

2009-05-19 Thread The Rasterman
oo much. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Visit at Openmoko

2009-05-28 Thread The Rasterman
gt; >> Thanks. > >> > > > > Um.. We are very much alive and well -- That's official. > > Thanks for caring. > > > > > > Regards, > > > > > > Will (I work here) > > According to the wiki, you and Sean are the only

Re: Om2009 testing release 4

2009-06-01 Thread The Rasterman
window anyway, so all you really need to do is, on resize, query x for the orientation, if orientation matters. if it doesn't just adjusting to the new size is what you should be doing anyway. -- ----- Codito, ergo sum - "I code, th

Re: Om2009 testing release 4

2009-06-01 Thread The Rasterman
d so you need to rotate the camera image back, but no camera on freerunner) 2. you have some special markers/buttons around the screen that you have buttons/indicators referring to these. (not on freerunner) other than that window resize events are all you need (and if you need a new custom layout - t

Re: Om2009 testing release 4

2009-06-01 Thread The Rasterman
e that is not that :) ask mirko. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: a new keyboard - discuss and critique

2009-06-03 Thread The Rasterman
Openmoko community mailing list > community@lists.openmoko.org > http://lists.openmoko.org/mailman/listinfo/community > -- ----- Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com

Re: a new keyboard - discuss and critique

2009-06-03 Thread The Rasterman
able to feel were the key is as you have 2 edges (left and right) closer and more likey to be under 1 fingertip and "feelable". but absolutely not a touchscreen. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler

Re: a new keyboard - discuss and critique

2009-06-03 Thread The Rasterman
hat if you are not more accurate u get zero key press as opposed to the one you wanted when its a square. then you aways get a press - the question is - are you so far off that u pressed the wrong key. -- - Codito, ergo sum - "I code, therefore I am" -- The

Re: a new keyboard - discuss and critique

2009-06-03 Thread The Rasterman
Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: a new keyboard - discuss and critique

2009-06-03 Thread The Rasterman
__ > Openmoko community mailing list > community@lists.openmoko.org > http://lists.openmoko.org/mailman/listinfo/community > -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com _

Re: a new keyboard - discuss and critique

2009-06-03 Thread The Rasterman
x27;s patented - then at least i have a leg to stand on. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: a new keyboard - discuss and critique

2009-06-03 Thread The Rasterman
ware - like good hardware, good industrial design etc. etc. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: a new keyboard - discuss and critique

2009-06-03 Thread The Rasterman
y to write small commands in the > terminal. go for it. that is why i made the dic format so simple - i paid a big price in compute overhead to use that dict. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Car

Re: a new keyboard - discuss and critique

2009-06-03 Thread The Rasterman
er.. I got two software patents > (company forced me to), wanna read them? NO! never! i shall poke my eyes out first and fill my ears with cement! :) /me heads back to his safe patent ignorance zone :) -- - Codito, ergo sum - "I code, therefore I

Re: a new keyboard - discuss and critique

2009-06-03 Thread The Rasterman
> > Openmoko community mailing list > > community@lists.openmoko.org > > http://lists.openmoko.org/mailman/listinfo/community > > ___ > Openmoko community mailing list > community@lists.openmoko.org > http://lists.openmoko.org/mailman/listinfo/community > -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: a new keyboard - discuss and critique

2009-06-03 Thread The Rasterman
f a tiny prtion of the tip of the triangle > and you have a parallelogram... hmm just a tiny portion.. say a two > pixel wide section i wonder what a judge/jury would say to such technical "bypassing"? :) -- - Codito, ergo sum - "I code, therefore I am&qu

Re: a new keyboard - discuss and critique

2009-06-03 Thread The Rasterman
stylus is better, but the ts isnt very sensitive) > yes, you substitute one error for the other. the issue is the probablity > of those errors and the time to correct.. > > no harm in testing the approach, if somebody has time on their hands > > Carsten Haitzler (The Rasterman) wr

Re: a new keyboard - discuss and critique

2009-06-03 Thread The Rasterman
n u have a stylus - u can be quite accurate and hit the key you want regardless of shape! :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: RFC Using MPX for accelerometers

2009-06-06 Thread The Rasterman
hind x's back to fiddle with backlight and play with /sys/* is bad). -- --------- Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ Openmoko community mailing

Re: Illume home screen subfolders?

2008-11-13 Thread The Rasterman
is just one of several gadgets). -- ----- Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)[EMAIL PROTECTED] ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Font size problem #2

2008-11-14 Thread The Rasterman
> about 10 inches. So the FR should be set to about 110 dpi. This would have > about the same effect as using a font size of 5 points. > > Michael > --- > > ___ > Openmoko community mailing list > community@lists.openmoko.org > http://

Re: Buzzing (was :The forbidden topic: Glamo OpenGL)

2008-11-15 Thread The Rasterman
ather small and lean. extensions exist to do just about everything. very little does not exist in some x extension these days. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)[EMAIL PROTECTED] ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Buzzing (was :The forbidden topic: Glamo OpenGL)

2008-11-15 Thread The Rasterman
you'd have to write a "forked" x with all sorts of hooks higher up. - but it's possible... and then x client work as they always did - and get more use of the hardware :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (

Re: Buzzing (was :The forbidden topic: Glamo OpenGL)

2008-11-17 Thread The Rasterman
do all their gfx ops WITHOUT a single round trip (thus no cache flush) and they only flush on final draw of everything - so just once per frame really (for the app). -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)[EMAIL PROTECTED] ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Calling interested Glamo OpenGL developers (was: The forbidden topic: Glamo OpenGL)

2008-11-17 Thread The Rasterman
th Mozilla - http://enigmail.mozdev.org > > > > iEYEARECAAYFAkkg9oEACgkQmV6sZhhBn2+FKQCgq+A2HsKkNTlKHvZgi/zjlale > > qXsAn2gi5L3cc0/SKjYF54ve6KtzIABW > > =fJkN > > -END PGP SIGNATURE- > > > > ___ > > Op

Re: Calling interested Glamo OpenGL developers (was: The forbidden topic: Glamo OpenGL)

2008-11-17 Thread The Rasterman
n terms of performance and i have other much better and more important platforms to support as well :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)[EMAIL PROTECTED] ___ Ope

Re: Volume, a kingdom for a volume lever...

2008-11-18 Thread The Rasterman
lable then. -- ----- Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)[EMAIL PROTECTED] ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Calling interested Glamo OpenGL developers (was: The forbidden topic: Glamo OpenGL)

2008-11-18 Thread The Rasterman
On Tue, 18 Nov 2008 15:01:51 +0100 "Nicola Mfb" <[EMAIL PROTECTED]> babbled: > 2008/11/17 The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> > > > [...] > > no - it's not possible to do a "scroll" (via blit) as you have > > alpha ch

<    1   2   3   4   5   6   7   8   >