IRC log of #maemo for Monday, 2008-03-03

lcuki remember being able to drop 68k assembler into my code back in the mysts of time, can i still do that with arm?00:03
KotCzarnyyes00:04
KotCzarnyit's called inline assembly00:04
KotCzarnygcc does that00:04
lcukbut obviously if i am cross compiling for multiple targets i should use it sparingly and always have a c version of the function available for none arm builds00:05
*** jacques has quit IRC00:06
KotCzarnyyou're hacking00:06
KotCzarnyif it works good enough it's worth including00:06
lcukno, ive taken a core function up as far as i can take it with native c and want to see just how far i can go00:06
*** jacques has joined #maemo00:07
*** Spork has joined #maemo00:07
*** Spork has left #maemo00:07
KotCzarnyword is gcc is highly optimized as it is00:07
lcukoptimisation doesnt seem to help tho that might just be me not knowing enough about the compiler....00:07
*** argnel has quit IRC00:07
lcukbut no compiler can beat hand crafted super optimised code00:08
*** argnel has joined #maemo00:08
KotCzarnybut it can be quirky00:08
lcukif its a one shot (basically its blitting with extras)00:08
KotCzarnyi wonder what would gcc 4.2 did to the mplayer code00:08
KotCzarny:>00:08
lcuknot a great deal from what i can see...00:08
KotCzarnydo you have gcc 4.x installed?00:09
KotCzarny:)00:09
lcukgod knows lol00:09
KotCzarnygcc -v00:09
KotCzarnyyou will probably have 3.4.400:10
lcuknahhh its not - 3.4.400:10
lcukyer00:10
*** kpel has quit IRC00:10
lcukyour magic ball does you well00:10
KotCzarny4.x is quite different beast00:10
*** bergie has quit IRC00:11
lcuki expect in the future compiled code will beat hand tweaked, but it will no doubt involve lots of genetic testing of each block.  its much like machine translation - its easy to get something that sounds right, but it will never be fluent00:12
lcukspoken ^00:12
KotCzarnyi guess gcc tests what's good for you while compiling itself00:12
Yanker#define FF_IDCT_SIMPLEARMV5TE 16 (recently added in mplayer 1.0rc1) looks promising from the benchmarks00:14
lcuktbh, i dont think it needs to do too much - theres no point the machine spending an extra 10 minutes heavily optimising the init/cleanup code for me - it works really well in its current form, its the inner loops etc that need work00:14
lcukhow will we tell it what to concentrate on?00:14
KotCzarnyyanker: it's used by default00:14
KotCzarnyfrom what i have seen in tests00:14
KotCzarnylcuk: oprofile00:14
KotCzarny:)00:14
KotCzarnyit will tell you what parts of the code take most time00:15
KotCzarny-> what could be worth trying to optimize00:15
lcukbut that involves building each piece, running oprofile on its output rebuilding based upon the results etc00:15
lcuktime is money00:15
KotCzarnyyes, but it all depends what you want to achieve00:15
KotCzarny:)00:15
lcuksuppose - like a 2 pass divx encode00:16
lcuk:)00:16
*** cancerbero has joined #maemo00:16
*** dskippy has quit IRC00:16
lcuk1 pass gives quick and dirty, but if you want better you let it run a second pass00:16
KotCzarnyor download from p2p00:17
KotCzarny:)00:17
cancerberohi00:17
*** p| has joined #maemo00:17
KotCzarnyYou may need to specify the name of your crosscompiler when running make (ex. 'CC="arm-softfloat-linux-gnueabi-gcc" make test-idct')00:20
KotCzarnyAfter that please copy 'test-idct' bunary to your device and run it specifying cpu clock frequency in the command line (for 416MHz Zaurus it would be './test-idct --freq=416')00:20
KotCzarnyhttp://www.oesf.org/forum/lofiversion/index.php/t22280-50.html00:20
KotCzarny:)00:20
*** alterego has joined #maemo00:20
KotCzarnytime for some testing00:20
Naviwoo00:21
NaviStill talking about movie playing?00:21
Spakmanalterego: Any news on getting the ruby-maemo source? :)00:21
KotCzarnynope, optimization flags in general00:21
Navimmk00:21
*** anthrobug has joined #maemo00:21
*** lubyou has quit IRC00:22
cLinfbreader works with pdfs...right?00:25
KotCzarnyprobably00:25
cancerberohelp!! i've a problem with gpg...someone know how use the gpg??...because he give me a message when I want create the new key (internal error)00:25
NaviNo00:25
NaviWish it did00:26
unixSnobI've used it00:26
cLinwhat does it read then?00:26
Navipdf is planned, hwever.00:26
NaviHTML, RTF, plaintext00:26
cLinoh00:26
cLinso are there any pdf readers?00:26
Navithe built in one, evince00:26
Tama^3there is abuiltin one00:26
cLinbesides that00:26
Navis/\,/and/00:26
KotCzarnypoppler00:26
KotCzarnyshould be in repo00:26
unixSnobevince is built into the NIT distro?00:27
Navievince is somewhere00:27
cLinpoppler?00:27
lcukdownvert it to flattext00:27
NaviNo, it's not built in :P00:27
cLinlemme see00:27
NaviI love comix00:27
Navinow I can read all of mah manga :300:27
Spakmanalterego: er, hi, BTW! Just realised I was a bit rude.00:27
Yankerhmm would i do something faulty by getting a dist-upgrade?00:27
Naviyou could fuck something up00:28
Navithe repositories aren't unified on the dependencies front00:28
Navibut go ahead, if you'd like.00:28
KotCzarnyreflashing is fast00:28
KotCzarny:)00:28
KotCzarnyand 99% safe00:29
KotCzarny;)00:29
Navi:D00:29
Yankerah *pohew*00:29
Yankerreboot fixed my dbus00:29
NaviYeah, I was surprised at how fast it way.00:29
Navis/way/was/00:29
infobotNavi meant: Yeah, I was surprised at how fast it was.00:29
unixSnobSo I'm following the instructions for installing the sdk on a non-debian machine, and it tells me to use apt-get00:29
Yankeryea the flashing part itself is :)00:29
Yankerbut reconfiguring the packages you installed prior to a flash is not :p00:30
unixSnob"apt-get update"  what does that mean to non-debian users?00:30
Yankerany easy method of producing a flash-image as backup?00:30
NaviunixSnob, the scratchbox sandbox has apt-get00:30
*** cancerbero has left #maemo00:30
KotCzarnyyou can always flash, install what you want (safe) then make a backup00:30
Navithe sandbox is debian-based00:30
KotCzarny(dumping flash to network)00:30
cLinwhat other format besides pdf has pages so i can remember where i left off?00:31
*** zchydem_home has quit IRC00:31
NaviunixSnob, so, it doesn't matter what your distro uses.00:31
Yankerwithin the scratched box, the red hat dunna mean a thing ;-)00:31
unixSnobapt-get is not in the bin dir00:31
Yankernor does the gene spliced gentoo cow hehe00:32
NaviunixSnob, it doesn't matter if it is.00:32
unixSnobDo I run that on the scratchbox prompt00:32
Naviyes00:32
KotCzarny:)00:32
jkuunixSnob, lots of things aren't in normal places in sb...00:32
Yanker[sbox-CHINOOK_ARM: ~] > whereis apt-get00:32
Yankerapt-get: /usr/bin/apt-get /usr/X11R6/bin/apt-get /usr/bin/X11/apt-get00:32
KotCzarnyfind|grep does wonders00:33
KotCzarnysymlinks00:33
unixSnobfind found 3 copies of it00:33
KotCzarnyx11 is symlinked to /usr/bin00:33
jkuYanker, the one that gets used is /scratchbox/devkits/debian-etch/bin/apt-get00:33
NaviunixSnob, what you have to understand is that scratchbox, as simple as I'll put it, is just another distro.00:33
KotCzarnytell find not to follow symlinks00:33
Yankers/just/yet00:34
KotCzarnyjust is also correct00:34
KotCzarny:)00:34
Naviwhen you go into it, it uses the libraries, binaries, etc. that are within the scratchbox environment, it doesn't matter what you have on your own linux distribution00:34
unixSnobseems like a Solaris zone or container00:34
KotCzarny--- benchmarking with zero idct coefficients ---00:35
KotCzarnysimple_idct_armv5te  time=604.800:35
KotCzarnysimple_idct_armv6  time=769.600:35
KotCzarnyo.O00:35
KotCzarnyv5te is better?00:35
KotCzarny(on n800)00:35
Yankeryet sounds better, more gnu-ish ;)00:37
NaviRMS can go lick his ass, who cares about GNU-ish.00:38
doc|homeNavi: you're using GNU in your maemo....00:38
KotCzarny:)00:38
*** b0unc3_ has joined #maemo00:38
NaviThe software I use is GNU/GPL, but any other open source license would work just as well.00:39
doc|homeGNU is not a license00:39
KotCzarny..it's a way of life00:39
KotCzarny;)00:39
doc|homeheh00:39
NaviI realize it, which is why I stated GNU/GPL00:39
Yankernavi was just jokin'00:39
doc|homeso, in other words, once again, you're talking out of your arse00:39
KotCzarnyquite normal00:40
KotCzarny:)00:40
doc|homeindeed00:40
* Navi sighs00:40
KotCzarnyhttp://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007-September/035322.html00:41
Navidoc|home, I never stated GNU was a license.00:41
*** Zword has quit IRC00:41
YankerThe GNU Project was launched in 1984 to develop a complete Unix-like operating system which is free software: the GNU system.00:41
Yankernever the less, the GPL underlines the phrase 'free software' =)00:42
Yankeri can't begin to tell ya how optimistic i am about linux on a tablet00:42
KotCzarnyit only takes one binary kernel module to taint it00:43
KotCzarny:)00:43
KotCzarnyand if it is a network device driver...00:43
KotCzarny;)00:43
cLinout of fb2, oeb and openreader, which format is most popular?00:44
KotCzarnyhtml00:44
lcuktxt00:44
glasstxt or simple html00:44
KotCzarnytxt is hxc00:44
cLini just used a pdf to html and it splits it into one html fileper page00:44
cLinis that normal?00:44
KotCzarnyyes00:44
cLinok00:44
KotCzarnyyou can join htmls00:44
Yankerhmm drivers.. anyone has a good buzzword for something to put serialized bits through the bluetooth?00:44
KotCzarnyor make index page00:44
NaviDon't have to >_>00:45
Yankerfrom say.. commandline or a c-lib?00:45
KotCzarnyAn interesting observation is that this ARMv5TE code is practically as00:45
KotCzarnyfast as current ARMv6 implementation when considering only the number00:45
KotCzarnycrunching part, but falls behind on storing pixel data to memory as00:45
KotCzarnyARMv6 can do cropping to 0-255 range much more efficiently because of00:45
KotCzarnyhaving special instructions for that.00:45
*** Spakman has quit IRC00:46
KotCzarnythere's hope for optimizations00:46
KotCzarnyfor n800+ that is00:46
*** captainigloo_ has quit IRC00:47
lcuktheres always hope. its whether or not there is a will to perform those optimisations.00:47
KotCzarny:)00:47
KotCzarnyi guess there is00:47
* lcuk is optimising graphics in a different direction00:47
KotCzarnyit's already fast enough to do 800x480x25fps00:47
KotCzarny'optimizing'00:47
lcukbut not with sound tho is there00:48
KotCzarnyyou can always write a script to run mplayer -ac none && mplayer -vc none -ao gst at the same time00:48
KotCzarny:)00:48
GeneralAntillesand not a realtime.00:49
KotCzarnyrealtime00:49
GeneralAntilless/a/in/00:49
infobotGeneralAntilles meant: innd not a realtime.00:49
GeneralAntilles<_<00:49
cLinKotCzarny, you got any good pdf -> html converters?00:49
GeneralAntillescLin, Acrobat.00:49
KotCzarnyit would be cool if mplayer had a ability to intercommunicate and sync00:49
cLini use foxit =\00:49
lcukits perfectly possible to get the data to the framebuffer in realtime (my greyscale xv renderer can manage it full res) but thers not too much time left over for doing anything else00:49
lcukdropping the res slightly gives more time available and doesnt look half bad - renders at fullscreen with free scaling etc00:50
*** s33ds has joined #maemo00:51
lcukahhh speaking of which - is it possible for me to inform sdl_ttf that i want a different aspect ratio when rendering fonts00:51
KotCzarnyprobably00:52
s33dshiya, im fiddling a bit with the .mozilla settings.. is there any mplayerplug-in as in usual distros yet?00:52
lcuki couldnt see anything in my cursory observations - i think it takes it from the screen itself00:52
KotCzarnyhttp://samples.mplayerhq.hu/benchmark/testsuite1/00:53
KotCzarnyfor the needy00:53
KotCzarnyalso 2 is there00:54
s33dsthe about:plugins looks a little sad in my microb.. :s00:54
*** anthrobug has quit IRC00:56
*** b0unc3 has quit IRC00:56
*** behdad has joined #maemo00:57
*** barisione has joined #maemo00:58
lcukholy shit00:58
lcukive just remembered what i was doing code wise the day my amiga died :S00:58
KotCzarny:)00:58
KotCzarnyparkinson attacks00:59
lcukjust wow01:00
lcuk:P im not sick01:00
KotCzarnysure01:00
KotCzarnynow go with the program01:00
*** blkno1 has quit IRC01:02
lcuki think i might do actually, it was reading about arm thumb instructions - i got a feeling like when you smell something and it brings you back to the kitchen when you were 301:02
lcukback later01:02
*** GnutoN810 has joined #maemo01:02
GnutoN810hi01:03
johnxhello01:03
GnutoN810 hey johnx!01:04
unixSnobYeah.. kinda like if you grow up around pot smoke and good times.. then rediscover that odor when you're old enough to know what it is01:04
*** fab has quit IRC01:05
GnutoN810i've just set up my openvpn server01:05
* lcuk opens the window and fafts a towel around01:05
*** blkno1 has joined #maemo01:05
lcukw^01:05
unixSnobusing ddwrt?01:05
GnutoN810and now i'm able to use openvpn  on my n810..it's great.01:06
freelikegnuhmm maemo-sdk repos dont seem to be working01:06
*** jprieur has quit IRC01:06
GnutoN810unixSnob, no i've got a linux server behind my router01:06
freelikegnuResolving repository.maemo.org... 205.177.95.69, 205.177.95.5501:06
freelikegnuConnecting to repository.maemo.org|205.177.95.69|:80... connected.01:06
freelikegnuHTTP request sent, awaiting response... 404 Not Found01:06
unixSnobI'm redownloading the scratchbox, and its working okay01:07
KotCzarnyhe talks about maemo-sdk01:08
*** t_s_o has quit IRC01:08
freelikegnuhmm seems like its maemo-sdk-rootstrap_4.0.1_armel.tgz now01:08
unixSnobI just downloaded rootstrap within the hour01:09
freelikegnuchanging to # Release configuration01:11
freelikegnu__version=4.0.101:11
freelikegnuseems to be working01:11
*** cmarcelo has left #maemo01:11
*** xuser_ has joined #maemo01:13
unixSnobI was blown away to discover that Windows CE is open source01:13
KotCzarnyopen, but free?01:14
unixSnobwonder what compelled microsoft to give up their control freakishness01:14
KotCzarnyand wince sucked01:14
unixSnobno, not free01:14
johnxunixSnob, that "shared source" license?01:14
unixSnobor at least, not free to redistribute01:14
unixSnobYeah, I think so01:14
johnxthat's not really following the "open source" guidelines then01:14
unixSnobIt's a crappy license01:14
johnxmore like "the source is available, in some way"01:15
unixSnobBut the fact that all the code is readable is quite a step for M$01:15
*** zodman has quit IRC01:15
freelikegnumore like open sores01:15
Tama^3I wonder if it compiles01:15
KotCzarny:)01:15
freelikegnubut will it blend?01:15
NaviWhat's "USB on the go"?01:15
Tama^3freelikegnu: I think so01:16
KotCzarnyprobably one without much power01:16
johnxNavi, a general name for a class of devices that can be a device or host01:16
KotCzarnyand allowed to blow any devices it doesn't like01:16
Navijohnx, ah01:16
Navigah01:16
Navialsa's dead01:16
johnxeh?01:16
NaviEr, on my system :P01:17
johnxNavi, netcraft confirms it?01:17
johnx:P01:17
NaviNo sound01:17
*** xuser has quit IRC01:18
*** b0unc3 has joined #maemo01:18
*** desertc has joined #maemo01:18
desertcYou all heard the good news that the new Ubuntu Mobile will incorporate the Maemo UI ?01:19
johnxyup01:19
KotCzarnybad news it doesn't matter much for n8x001:19
johnx6 or so months ago01:19
johnxKotCzarny, it might get people to make more hildon apps01:20
jkudesertc, link?01:20
desertcKotCzarny: it is going to be wildly popular, and Canonical will be encouraging all sorts of development on it01:20
KotCzarnyi guess there will be incompatibilies01:21
freelikegnuoh god no more Hildon apps!01:21
desertchttp://www.google.com/search?hl=en&q=ubuntu+mobile01:21
KotCzarny:)01:21
doc|homelinks in relation to maemo?01:21
johnxfreelikegnu, eh?01:21
KotCzarny+maemo ?01:21
dtahtbotKotCzarny: Error: "maemo" is not a valid command.01:21
KotCzarny;)01:21
freelikegnujust being silly01:21
KotCzarny+ls01:21
dtahtbotKotCzarny: Error: "ls" is not a valid command.01:21
KotCzarny+set01:21
desertchttp://www.google.com/search?hl=en&safe=off&q=ubuntu+mobile+maemo01:21
dtahtbotKotCzarny: Error: "set" is not a valid command.01:21
KotCzarny+help01:21
freelikegnuI'm installing 4.0.1 sdk01:21
dtahtbotKotCzarny: (help [<plugin>] [<command>]) -- This command gives a useful description of what <command> does. <plugin> is only necessary if the command is in more than one plugin.01:21
doc|home...01:21
jkudesertc, your point? e.g. http://www.ubuntu.com/products/mobile doesn't even mention hildon or maemo01:22
KotCzarny+help *01:22
dtahtbotKotCzarny: Error: There is no command "*".01:22
johnxKotCzarny, stop hax0ring :P01:22
KotCzarnywhat's that?01:22
KotCzarny:P01:22
*** desertc has left #maemo01:22
jkudesertc, it does mention a flash or clutter UI01:22
johnxapps will be hildon though, and designed for an 800x480 screen, IIRC01:23
*** barisione has quit IRC01:24
jkuYeah, I'm not really expecting them not to use hildon, but I'm just wondering what the "news" was...01:24
*** s33ds has left #maemo01:24
johnxmight just be rumblings about hardy heron coming up01:24
KotCzarnyhuh01:25
KotCzarnyi misread 'heroin'01:25
* Yanker is away: ?¿? be back in a while ?¿?01:25
KotCzarnylame script.01:25
*** mikedmann has joined #maemo01:26
*** christefano has quit IRC01:27
*** juergbi has quit IRC01:29
*** christefano has joined #maemo01:29
GnutoN810night01:29
*** GnutoN810 has quit IRC01:29
*** mikedman has quit IRC01:32
*** felipec has quit IRC01:33
*** GenucoBadmatray is now known as Dregs01:33
*** christefano has quit IRC01:35
*** b0unc3_ has quit IRC01:36
*** vcgomes has joined #maemo01:38
*** christefano has joined #maemo01:39
*** philipl has joined #maemo01:40
*** hugolp has quit IRC01:40
*** xuser_ has quit IRC01:41
*** akv has quit IRC01:43
*** Stskeeps has quit IRC01:44
*** xuser has joined #maemo01:44
*** madamn has joined #maemo01:44
madamnhello everyone. Is this the correct channel to come to if you have questions about an N800 ?01:45
KotCzarnyprobably01:45
*** EruditeHermit has joined #maemo01:45
*** Blafasel is now known as blafasel01:45
johnxit's pretty much the only channel :)01:45
KotCzarnyprobably not01:45
KotCzarny:)01:45
madamnoh ok i wasent sure if it was the developer only channel or not ?01:45
*** Spork has joined #maemo01:46
johnxwell, they let me in, so I guess it's not devs only :D01:46
johnxask away01:46
GeneralAntillesThis is it.01:46
madamnis there an easy way to associate chm files to fbreader ?01:46
KotCzarnyyes01:46
KotCzarnythough it should do it automagically01:47
madamni have about 5-6 so i might get thrown out for being a pain01:47
KotCzarnyadding extension/mimetype/action is pretty easy01:47
lcukmadamn, do you mean associate as in "open with fbreader" from the explorer, or "does fbreader handle chm files"01:47
madamnit dont it asks what program i want to open with and i can choose fbreader but no way that i have sen to permanitly set it but i havent messedwith the cli much yet so i may miss it01:47
*** mikedman has joined #maemo01:47
madamnno i can read in fbreader i am trying to associate01:48
lcukive given up with that method and end up using the library01:48
lcukits a bit of a pita, but it does remember your previous folder01:48
lcuk(plus, i read txt files as well but have them opening for edit)01:48
*** akv has joined #maemo01:49
KotCzarnyhttp://maemo.org/development/documentation/tutorials/maemo_4-0_tutorial.html#mime01:49
KotCzarnyit's as easy as copying file and putting chm instead of other fbreader formAt01:50
madamnoh that lookslike fun i need to setup ssh i dont wanna do that with a stylus01:51
KotCzarny:)01:51
KotCzarnysend that file via bt01:51
KotCzarnyback and forth01:51
KotCzarny:)01:51
madamndont have  bt but can do it via usb or wireless01:51
KotCzarnyusb won't do01:51
pupnikyou should learn about the great ludwig von mises01:51
KotCzarnyit's on internal flash01:51
johnxbut yes, install ssh server. it's really easy :)01:52
madamnok i assume i can do the same with pdf's toswitch to evince right01:52
KotCzarnyprobably01:52
*** Cptnodegard has quit IRC01:53
lcukthanks KotCzarny when i was talking to another dev a couple of weeks ago i thought it required a software change (to register the app within osso as handling certain mime types)  i will keep hold of this01:54
KotCzarnylcuk: i haven't checked it01:55
KotCzarnybut i guess it will do01:55
madamnok this question will most likely need to be asked elsewhere but ill ask here incase i get lucky. Is itpossible to change the cacheing in evince so it will load more pages at a time id like to set like a 10 meg buffer for it01:55
*** christefano has quit IRC01:55
madamnor even in the default pdf reader ? the main reason i bought this device was to be an ebook reader with web access plus i like to support open source :)01:56
KotCzarnyprobably01:56
lcukfbreader is an open source reader - and it looks amazing01:56
Navitoo bad it can't do pdf yet.01:56
KotCzarnyfbreader is medialibrarized :/01:56
lcuk(its just too slow for me)01:56
unixSnobcan fbreader handle djvu?01:56
madamnsometimes01:57
madamni had 1 load and 3 fail sofar01:57
madamngrr i keep missing spacebar sorry01:57
GeneralAntillesNavi, it's juts as well that it can't do PDF01:57
lcukwhat does fbreader read best?   does it have a prefered format, and would it be easy enough to convert documents to that format?01:57
GeneralAntillesShoehorning PDF into its viewing style wouldn't work well.01:57
GeneralAntillesHTML works best for me.01:57
NaviHTML is nice01:58
* lcuk is flat01:58
GeneralAntillesRTF/txt/mobi/prc work well, too.01:58
Naviyou can always convert PDF to HTML too01:58
lcuka book is about the words, not how they look01:58
freelikegnuunless they are not readable01:58
GeneralAntillesMeh, typography has it's place. :P01:58
lcuklol of course01:58
GeneralAntillesKotCzarny, I fail to see why that's a bad thing. . . .01:59
lcuki understand GeneralAntilles which is why ive grafted to get ttf fonts in (via sdl_ttf)01:59
KotCzarny?01:59
GeneralAntillesOr, really, why it's relevant for an ebook reader.01:59
johnxseriously, why would anyone create an ebook in PDF format...?01:59
freelikegnuand even the style of typeface, kerning, linespacing, etc have much to to with readability01:59
madamnmost computer ebooks are in pdf format01:59
GeneralAntillesBecause they look really nice on the desktop. ;)01:59
KotCzarnybecause i don't like to browse for my files every time i copy them into device01:59
GeneralAntillesLook at Tor's PDF releases.01:59
madamn90% of my ebooks are in pdf01:59
lcukscanned images - pdf is a convenient format for paginating scanned images01:59
GeneralAntillesKotCzarny, you do realize it can auto-scan, right?02:00
johnxthey look really nice on a certain size of monitor...but horrible on everything else02:00
KotCzarnyga: where?02:00
GeneralAntillesRight on the first page of the prefs. . . .02:00
* johnx makes sure his ebooks are at most one translation away from html02:00
KotCzarnyit's ui missed me02:00
madamnguess im odd i love reading them on my nokia but it sucks waiting for it to cache pages02:00
GeneralAntillesI still don't see your point, though.02:00
johnxthe preferences page is a bit...dense02:00
GeneralAntillesPDF is stupid for the Nokia.02:01
KotCzarnylet's see..02:01
lcukfbreader suffers for me by dislodging and showing a rotated block of text and library list on the main windowed screen02:01
lcukwhen the ui is presented in a different orientation my eyes bleed02:01
GeneralAntilles?02:01
GeneralAntillesWhat02:01
johnxmadamn, I love reading ebooks on my N800, but not being able to zoom and reflow the text is too much to give up02:01
lcuki read rotated 90deg - fbreader shows the book at that orientation when the menus and hildon is around02:02
unixSnobPDF is stupid as a format of choice for the Nokia.. but necessary since it's so saturated into everything02:02
GeneralAntillesPDF -> HTML isn't TOO hard, though.02:02
*** mikedmann has quit IRC02:02
lcukneed a compressed format which keeps things together02:02
unixSnobIs format preserved in going to html?02:02
GeneralAntillesKotCzarny, isn't that the point of a media library, not having to browse for your stuff? <_<02:02
lcukpdf is actually very good at what it does, but its geared for print sized pages02:03
unixSnobI've only seen PDF to Word converters that preserve format02:03
madamni have only tried pdf -> html one time and i lost all images in a cisco manual images are a must02:03
KotCzarnyok02:03
KotCzarnyi may be blind02:03
NaviKotCzarny, and you are.02:03
KotCzarnybut where exactly it has 'search for books button' ?02:03
*** pdz has joined #maemo02:03
KotCzarny(and add them automatically)02:03
lcukjust press the left most icon twice02:04
lcukthe 3 books stacked02:04
lcukthen the 1 book02:04
lcukthe 3 books takes you to your library.  then there is an add icon - this opens a file selector02:04
KotCzarnyyes02:05
KotCzarnyand i have to add book by book02:05
KotCzarnyno 'add all you can find'02:05
GeneralAntillesLook at prefs.02:05
KotCzarnywtf. is wrong with browse dir02:05
KotCzarnyga: screenshot pls02:06
KotCzarnywhat i want is a way to easily browse my dirs and read what i like02:06
lcukexactly what i just said02:06
lcukbrowse - oh look its a book02:07
xuseris there a vnc viewer for maemo?02:07
KotCzarnyxuser: yes02:07
*** jacques has quit IRC02:07
KotCzarnylcuk: it's gui is not the best in terms of intuitiviness02:07
lcukin options, general tab has book path and "look for books in subdirectories"02:07
lcuki agree kot02:08
xuserKotCzarny: kk02:08
lcukbut im there for the books, the library is just that02:08
KotCzarnyyes02:08
lcukactually on mine, the library has filled up :)02:08
KotCzarnyi usually put books in Books02:08
KotCzarnywtf is that 'library' thing02:08
KotCzarnyjust browse that dir02:08
KotCzarny:)02:08
lcukadditional information about books02:08
KotCzarnyi don't need no fscking additional information02:09
*** sbaturzio has joined #maemo02:09
KotCzarnythe only information i need is in dir/fname.ext02:09
lcukcategories title author parts of a series format layouts indents02:09
*** sbaturzio has quit IRC02:09
lcuk(just click next if you dont care)02:09
KotCzarnyand how is layout helpfull?02:09
* lcuk shrugs - go ask fbreader guy, perhaps he realised that preferences can be specific to a book02:10
KotCzarnystill, i would be better of with mc and using fbreader as a backend for books02:11
KotCzarny:)02:11
KotCzarny*off02:11
lcukthe reader has come across many formats and has quite a following, i am sure it will be explained somewhere on their site02:12
lcukmc?02:12
KotCzarnymidnight commander02:12
KotCzarnync clone02:12
KotCzarnyquite powerful and convenient02:12
lcuki agree with you, but for now - needs must02:13
madamnok here comes the stupid queston i have the openssh server to install via package manager but there is no default username or a root username how would i go about connecting to it02:13
KotCzarnynope.02:13
KotCzarnyi will just use term -e mc02:13
GeneralAntillesmadamn, it should force you to set a root pass.02:13
KotCzarnythen add a rule for fbreader in mc02:13
KotCzarny:)02:13
madamnoh ok kool02:14
madamnand i assume root can ssh by default ?02:14
*** xuser_ has joined #maemo02:15
johnxmadamn, yes02:15
johnxyou can set a user password after you log in as root or use public key authentication02:15
madamneww thats a security hole but its a portable device so i wont complain02:15
*** alterego has quit IRC02:15
*** xuser has quit IRC02:16
johnxthat root can ssh by default?02:16
*** pdz- has quit IRC02:16
KotCzarnymadamn: nope, ssh isn't installed by default02:16
KotCzarnyit's your decision to use it02:16
xuser_KotCzarny: what's the name for the vnc app?02:16
jkujohnx, with openssh default config yes02:16
madamnlol no that root can my freebsd box has a 45+ char pass for root everything is done via sudo lol02:16
KotCzarnyxuser: don't remember, i have seen it though while googling02:17
xuser_kk02:17
KotCzarnymadamn: then you know how to secure it02:17
madamnvnc app is called vncviewer02:17
KotCzarnyno problem02:17
*** krau has joined #maemo02:17
madamn:) i will eventually i am assuming once i getinto the cli a whole new world will open up to me02:18
KotCzarnyyes02:18
lcukhttps://garage.maemo.org/projects/vncviewer/02:18
johnxyes, finding new and exciting ways to break things :P02:18
KotCzarnybreaking things is ok02:19
KotCzarnyat least you learn something02:19
KotCzarny:)02:19
madamni am just excited i may be able to make icons for some shell scripts to run02:19
cLinwhen i install a new app, does metalayer-crawler need to be on for it to be in my menu?02:19
johnxKotCzarny, agreed02:19
madamnand its a portable device everything is backed up incase of bricking its what a reflash and copy to mmc entire reload is what 1 hour max its worth breaking a few dozen times for experience02:19
GeneralAntillescLin, metalayer crawler has nothing to do with the Application Menu.02:20
GeneralAntillesThe Application Menu scans .desktops.02:20
johnxmadamn, if you boot off of sd you can just rsync your whole filesystem into place if you break things02:20
GeneralAntillesWhat did you install?02:20
xuser_lcuk: yeah I was looking only in the AM but it isn't there.02:20
KotCzarnytry 'other'02:20
GeneralAntillesOn that note, has anybody put together a nice script or somesuch for creating a .jffs2 image of the rootfs?02:20
cLinnothing, was just wondering the side affects of disabling it02:20
KotCzarnyit usually puts unknown icons there02:20
*** Yanker has quit IRC02:21
madamnboot off of mmc o now that sounds like fun and probly faster with a class 6 sd card.02:21
GeneralAntillesNot really02:21
KotCzarnyspeed isn't an issue02:21
GeneralAntillesI've never noticed a difference, anyway.02:21
KotCzarnyit's the fun factor02:21
johnxtheoretically it's a little faster02:21
madamnwhat does it use ext2? reiser?02:21
* KotCzarny has a class6 card02:22
KotCzarnyit's slower than internal flash02:22
johnxmadamn, ext3 or ext202:22
KotCzarnyat least after hparm -t02:22
lcukxuser_, if you have default repositories configured it will not display, i think it might however be in the extras but you will have to see, or just get the deb02:22
KotCzarnyhdparm02:22
GeneralAntillesThe key is that it's not a compressed filesystem.02:22
madamnis there a decent walkthrough anywhere ? and is it offically supported ?02:22
johnxofficially supported by nokia? hell no02:22
madamnlol02:22
KotCzarnymadamn: maemo.org02:22
johnxhowto available? yes02:22
johnxgoogle maemo boot mmc02:23
KotCzarny /dev/mtdblock4:02:24
KotCzarny Timing buffered disk reads:   54 MB in  3.07 seconds =  17.59 MB/sec02:24
KotCzarny(internal flash)02:24
madamnwill it use the full 256 meg of flash as ram when doing mmc boot ?02:24
KotCzarny /dev/mmcblk0:02:24
KotCzarny Timing buffered disk reads:   16 MB in  3.37 seconds =   4.75 MB/sec02:24
KotCzarnyclass6 8gb sd card02:24
johnxmadamn, er no02:24
johnxflash != RAM02:24
madamnoh well would be a good place to put /swap then02:24
KotCzarnydon't02:24
KotCzarnyyou don't need swap02:25
KotCzarny:)02:25
KotCzarnyunless you plan on running apach+mysql there02:25
johnxmadamn, you realize that flash memory has a limited number of write cycles, yes?02:25
madamnnah just opera and 10-20meg ebooks02:25
KotCzarnythen you don't need swap02:25
KotCzarnyinstall ssh and see for yourself02:25
*** djcb` has joined #maemo02:30
*** CrashandDie has quit IRC02:34
*** p| has quit IRC02:35
madamnok whats the nokia equivlent to ifconfig ?02:35
johnxifconfig02:35
freelikegnu<rimshot>02:35
madamnifconfig: command not found i thought thought would be part of the core02:36
*** mallum has quit IRC02:36
johnxmadamn, are you root?02:36
*** blkno1 has quit IRC02:36
johnxis ifconfig in user's path on your freebsd box?02:36
xuser_lcuk: you can add the garage.maemo.org repositories to the AM?02:36
madamnprolly not let me see if su works02:37
johnxmadamn, sudo gainroot or ssh root@localhost02:37
freelikegnuiwconfig wroks without root just to view interfaces02:37
freelikegnuifconfig should be the same02:37
johnx/sbin/ifconfig02:37
johnxit's just that /sbin isn't in user's $PATH02:38
*** LastOfTheEld has joined #maemo02:38
cLinanyone using xmms?02:39
johnxsome people, apparently02:39
cLini installed the skin plugin but i cant find them02:39
*** LastOfTheEld has quit IRC02:39
*** LastOfTheEld has joined #maemo02:40
*** seraph1 has quit IRC02:41
*** JussiP has quit IRC02:42
madamnlol enableRD mode if you want to break your device. that is so comforting02:43
*** djcb has quit IRC02:43
johnxjust install becomeroot or ssh root@localhost02:43
johnxno need to screw around with rd mode02:44
LastOfTheEldcan anyone point me in the right direction to solve: "hildon-widgets/hildon-program.h: No such file or directory" when trying to compile a program in scratchbox?02:47
johnxinteresting, I have hildon-program.h in my scratchbox but it's not under hildon-widgets02:49
johnxmaybe it was located there for bora, and moved for chinook?02:50
LastOfTheEldwhere is it located for you?02:50
johnxlibhildon1-dev: /usr/include/hildon-1/hildon/hildon-program.h02:50
*** krau has quit IRC02:50
KotCzarnyyawn02:50
*** pvanhoof has quit IRC02:50
KotCzarnysame for me02:51
madamnis there a newsreader available as pan does does not seem to want to install02:51
LastOfTheEldah, there it is, thanks02:51
johnxLastOfTheEld, dpkg -S is your friend :)02:51
KotCzarnyor find02:52
KotCzarny:)02:52
*** madamn has quit IRC02:52
LastOfTheEldyeah, i've only been using linux for a few months, so i'm still learning the ropes ;p02:53
LastOfTheEldthanks for the input, though02:53
johnxsure :)02:53
KotCzarnythat would be 5E02:54
KotCzarny;)02:54
*** vcgomes has quit IRC02:56
*** LastOfTheEld has quit IRC02:58
KotCzarnychecking if you are too dumbing dumb for the dummy... no02:59
KotCzarnyo.O02:59
freelikegnubah I'm getting libfakeroot: connect: Connection timed out03:01
freelikegnuduring sdk install03:01
freelikegnu:P03:01
KotCzarnysomthing lags03:02
KotCzarny:P03:02
freelikegnuI've tried 4 times03:02
KotCzarnytry tomorrow03:02
freelikegnuok03:02
*** booiiing__ has joined #maemo03:03
freelikegnuits jsut impossible to do anything with my n800 this w/e :(03:03
freelikegnuhow frustrating03:03
KotCzarnylife, find a mirror03:03
*** aloisiojr has quit IRC03:03
*** Zword has joined #maemo03:04
*** lindever__ has quit IRC03:08
unixSnobyeah, that sdk install is a pain in the ass.. the script doesn't work out of the box03:12
johnxand mirroring would be against the EULA I assume03:12
Tama^3freelikegnu: you are spending too much time blending /me shakes head03:15
*** booiiing_ has quit IRC03:16
*** mikedmann has joined #maemo03:17
unixSnobwhat do you mean "blending"?03:18
johnxputting things in a blender and turning it on03:18
Tama^3I have no clue, ask freelikegnu. He is the one saying the word 'blend' seemingly out of context.03:20
Tama^3:P03:20
KotCzarnyipod blending was cool03:20
*** LastOfTheEld has joined #maemo03:21
LastOfTheEldso here's hoping someone can help again03:22
KotCzarnyyou still have outstanding balance with us03:22
LastOfTheEldwhen trying to run the maemo_hello program, i'm getting the error GLIB WARNING ** Gtk - cannot open display:03:23
KotCzarnyexport DISPLAY=:003:23
johnxdid you run xephyr as suggested?03:23
KotCzarny(or :2)03:23
*** herz1 has joined #maemo03:23
LastOfTheEldyeah, i've got xephyr running, and its currently displaying the initial screen03:24
johnxalright, then export DISPLAY=:203:24
LastOfTheEldyeah, i did that, followed by af-sb-init.sh start03:24
KotCzarnythen past message AFTER ":"03:25
johnxah, what command line did you run xephyr with?03:25
LastOfTheEldafter the : is nothing, the line ends with the :03:25
KotCzarnythen something is b0rken03:25
LastOfTheEldi ran Xephyr in a terminal on my machine, and ran the other commands within scratchbox03:25
KotCzarnyinstall gcc and other tools on nokia then03:25
KotCzarnyand compile it there03:25
KotCzarny;)03:25
unixSnobxhost+03:25
johnxright, what was the full line for xephyr? "xephyr arg1 arg2"03:26
LastOfTheEldXephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac03:26
johnxalright, humor me and in scratchbox: try export DISPLAY=:2 then run your command again03:27
LastOfTheEld...i like your humor03:29
LastOfTheEldthat makes no sense why that works03:29
johnxworks?03:29
LastOfTheEldbut it does, and thank you : )03:29
johnxyou typoed earlier?03:29
KotCzarnylearn *nix03:29
johnxmaybe missed a : ?03:29
KotCzarnymaybe wrong window03:29
KotCzarny;)03:29
johnxanyways, no worries03:29
LastOfTheEldnope, same exact command, used the 'up' to bring it up03:29
johnxheh, I don't know then03:29
LastOfTheEldwell now that i've got a program running, time to learn how to manipulate them. if i have any more trouble, i know where to go. thanks again, guys!03:30
johnxsure. Just write us lots of cool apps. :D03:31
*** lmoura has quit IRC03:32
*** mikedman has quit IRC03:33
GeneralAntillesIf you don't, we'll hunt you down.03:33
LastOfTheEldcompletely understandable; i'll do my best03:34
*** eton has joined #maemo03:37
unixSnobwhat are the rootstraps?03:38
unixSnobi'd downloading them.. and installing them, not sure what they do for me03:38
KotCzarnysave some time03:38
johnxfrom what I understand, they provide kind-of a chroot environment03:38
unixSnobi thought scratchbox did that03:39
KotCzarnyscratchbox is general tool03:39
*** herzi has quit IRC03:39
KotCzarnyrootstraps are maemo related03:39
johnxor "whatever you're using scratchbox to develop for" related03:39
KotCzarnyyes03:39
unixSnobi notice the docs are out of order.. step 2: configure targets, step 3: download rootstraps03:40
KotCzarnythey are not03:41
KotCzarnyyou're reading wrong docs though03:41
unixSnobWhen I'm configuring the targets, the rootstraps aren't there yet03:41
KotCzarnywhat i did was: 1/ run 'install sb script' 2/ 'install maemo sdk' script03:41
KotCzarnyand done03:41
unixSnobyeah, doesn't work for me03:41
*** NickDe has quit IRC03:41
unixSnob1st script works03:41
KotCzarnythen you're doing it wrong03:42
KotCzarnyapparently03:42
unixSnobbut 2nd script fails the same way every time.  This is my 2nd time repeating the process03:42
johnxor maemo.org is not accessible from where you are...03:42
unixSnobThe second script fails because "a scratchbox session is running" when indeed it's not03:42
unixSnobeverything downloads okay03:43
KotCzarnydon't question error messages.03:43
unixSnobso I'm doing the SDK install manually.. which has a screwed up order03:43
KotCzarnyit won't work that way03:43
johnxyou can configure the target before you install the rootstrap03:44
johnxthe way scratchbox works isn't exactly straightforward03:44
unixSnobYeah, in the GUI i can configure the target, as long as I cancel before the rootstrap business.03:44
unixSnobFrom the CLI, the configuration fails03:44
*** unique311 has joined #maemo03:48
*** Tuco800 has joined #maemo03:50
unixSnobanother oversight: the docs say execute "apt-get update", w/out indicating what target to do that in.03:51
johnxboth targets03:51
unixSnobIt works in the i386 target, but not the arm target because the binaries won't run03:51
unixSnobDo I need qemu at this point?03:51
johnxthey should run. qemu should be included03:51
johnxit sounds like something is pretty screwed up03:51
*** Masca has joined #maemo03:52
unixSnobSo when I'm in the arm target, should qemu be running automatically?03:53
johnxyes03:53
johnxthat's most of the point of scratchbox03:53
*** jeff1f has quit IRC03:54
unixSnobI think I see what happened.. I used sb-menu to setup the arm target, and I think the qemu command didn't make it into the config03:56
unixSnobSo I blew away the arm target, and now setup w/ commandline03:57
unixSnobyeah, that fixed it03:57
elbyou have to have a binfmt_misc setup for qemu03:57
elbwhich may have been missing03:58
unixSnobso do you folks develop in the i386 target most of the time?  and then just use the arm target for a testing?04:00
* KotCzarny mounts sb dir on nokia and just runs from there04:00
*** livinded has joined #maemo04:00
KotCzarnysshfs ftw!04:00
johnxmost of my stuff is just recompiles so I just stay on the ARMEL target04:00
elbmy impression is that most people don't test in scratchbox at all04:01
*** behdad has quit IRC04:01
KotCzarnyalso vnc is handy04:01
KotCzarnyif you don't want to drain your nokia's battery04:01
KotCzarnywith screen off it drains very little power04:01
*** behdad has joined #maemo04:03
briand3\04:04
*** GeneralAntilles has quit IRC04:07
*** GeneralAntilles has joined #maemo04:08
*** christefano has joined #maemo04:12
KotCzarnyanyone wants to see retu-adc visualization?04:17
KotCzarny:>04:17
* KotCzarny plays with gnuplot04:17
*** sp3000 has quit IRC04:20
unixSnobgnuplot on the NIT?  reall?04:21
KotCzarnywhy not?04:21
unixSnobi was wondering if any good graphical calcs were on there04:21
KotCzarnycompile one yourself, and there wil be04:21
*** livinded has quit IRC04:35
MipsIrvanyone here have any experience with some of the older trends for handheld devices.. kdrive.. microwindows, fltk etc?04:36
johnxkdrive is alive and well04:36
MipsIrvit looks like some of these projects have died, but I suspect that they may have been a bit leaner compared to some of the trends today04:37
Tama^3a n00bish question: is GDK the "interface" between GTK and the Xserver? (at least in the version of GTK used by chinook)04:37
johnxfltk is still used somewhat04:37
johnxI think microwindows stalled, IIRC04:37
MipsIrvlast update i see on the site is 200304:37
johnxMipsIrv, for kdrive?04:37
MipsIrvtoo bad.. the last update was improved NXLIB compatability04:37
MipsIrvi don't know the status of kdrive.. i haven't touched it in a while04:38
KotCzarnyhttp://mrrau.dyndns.org:23280/n800/batt2gp.png04:38
MipsIrvthe last embedded device I worked on was an agenda vr3 and an nec mobilepro 80004:38
KotCzarnyanyone knows meaning of retu-adc fields on n800?04:38
johnxMipsIrv, who's website was last updated in 2003?04:38
MipsIrvmicrowindows04:39
johnxah04:39
johnxyeah, the processing power and RAM/storage available made more full-featured things more attractive04:39
johnxxomap and xfbdev are based on kdrive04:39
johnxand xephyr is as well I think04:39
johnxI think someone used fltk to write some apps for the N8x004:40
MipsIrvso what about enhancements such as XIP.. still in use or just pointless with newer hardware?04:46
KotCzarnyxip is there04:46
KotCzarnyie available in the kernel04:46
unixSnobi just realized I installed scratchbox on a small drive.. didn't realize I would want it to grow.  Suppose I move the whole tree elsewhere.. are there any interdependancies on the location of the scratchbox?04:47
*** Pio has quit IRC04:47
unixSnobI'll probably make a symbolic link just to be safe04:47
johnxunixSnob, that's what I did04:47
johnxthe init script to set up binfmt, etc wants it to be /scratchbox04:47
johnxa symlink works fine04:47
unixSnobok, thanks04:48
*** mikedmann has quit IRC04:48
johnxMipsIrv, a quick google search turns up mumblings about it being hard to implement xip and on a writeable fs04:50
johnxand a writeable root fs seems to be the trend (for better or worse)04:50
KotCzarnyext2 has xip04:51
johnxyeah, I thought I saw that...04:51
johnxwell, hard doesn't mean impossible04:52
KotCzarnyalso there's an option to build xipImage04:52
KotCzarnythough you will need to store it uncompressed04:52
MipsIrv*nod* that stuff i'm used to04:56
MipsIrvtrying to remember how to manipulate jffs2 and mtd devices and the like04:56
KotCzarny:)04:56
KotCzarnydd?04:56
MipsIrvwell.. i pulled down the latest 2006SE image and wanted to snoop around the initfs and rootfs on my x86 box.. can't quite figure out how to mount the jffs2 image via a loop device04:57
*** unique311 has quit IRC04:57
KotCzarnyjust copy it off the device itself04:58
KotCzarny:)04:58
MipsIrvdoes anyone know offhand how much of the nokia image is proprietary? in the terms of service it talks about derivative works, etc and has some pretty stringent restrictions.. so far though, I have yet to see anything that is proprietary..04:59
MipsIrv*nod* that's an option04:59
KotCzarnyvarious kernel blobs04:59
KotCzarnyand various software binaries to interact with those blobs (and other)04:59
*** aloisiojr has joined #maemo05:03
*** Tuco800 has quit IRC05:04
*** jacques has joined #maemo05:06
*** argnel has quit IRC05:08
*** argnel has joined #maemo05:08
*** LastOfTheEld has quit IRC05:12
johnxMipsIrv, mount the jffs2 with mtd-ram module in Linux05:15
johnxlots of the GUI apps are actually binary-only Nokia-proprietary05:16
johnxincluding browser UI, image viewer, media player05:16
johnxlots of the dsp stuff is proprietary05:16
KotCzarnybut there are 'replacements'05:16
KotCzarny:)05:16
johnxKotCzarny, no05:16
johnxthere aren't in most cases05:16
KotCzarnywell, i can compile most of the apps i have tried05:17
KotCzarnyand run them successfully05:17
johnxbut the source isn't available to lots of those apps05:17
KotCzarnylike xzgv?05:17
KotCzarnyor mplayer?05:17
KotCzarny:)05:17
johnxlike the navigation plugins05:17
johnxor the desktop clock05:17
KotCzarnywindow maker/fluxbox05:17
*** chenkai036 has joined #maemo05:18
KotCzarnydammit, sdk is available05:18
*** EruditeHermit has quit IRC05:18
KotCzarnyso what they have their own apps closed?05:18
*** chenkai036 has left #maemo05:18
KotCzarnythe only thing that bothers me are drivers05:18
johnxwell, what I and other people people are trying to do is get the maemo stuff into debian05:19
KotCzarnyshouldn't it be other way around?05:19
johnxwhy?05:19
KotCzarnybcause debian is open/free ?05:19
johnxif the maemo stuff can be integrated into debian, then you have instant access to anything available for debian05:20
KotCzarnyi don't understand that logic05:20
KotCzarny:)05:20
KotCzarnywouldn't the effect be: maemo stuff would be available to debian ?05:21
KotCzarny:)05:21
johnxthat would be nice as well05:21
johnxbut also, it would be the best of both wolds for the N8x005:21
johnxall the debian software + all of the maemo software available on the N8x0 is the goal05:22
johnxright now it can be a huge pain to get something from Debian onto the tablets05:22
KotCzarnyat the moment i can't see any gain of maemo software05:23
KotCzarnythere will be no pain if you run debian apps05:23
*** Tobotras has quit IRC05:23
johnxyou mean Nokia's stuff or maemo apps in general?05:24
*** Tobotras has joined #maemo05:24
KotCzarnyi mean, ol'good gnu/gpl05:24
cLinwhere is the home.html located on our n800?05:24
KotCzarnyclin: it's in the config05:24
KotCzarnyyou can change yor homepage05:25
johnxMaemo apps are a lot more finger friendly, and generally better optimized to have a smaller memory footprint05:25
KotCzarnyjohnx, that's just a matter of one app05:25
KotCzarnyand as far memory footprint goes.. metalayer-crawl :P05:26
johnxKotCzarny, you're not making much sense05:26
KotCzarnyi do05:26
KotCzarnymaemo has some bloat too05:26
johnxyes, but much less than gnome, xfce, or even kde05:26
KotCzarnynot true.05:26
johnxuhm...no05:26
KotCzarnythere's fluxbox05:27
johnxthat's just a window manager05:27
johnxwhat do you use for web browsing under fluxbox?05:27
KotCzarnyso what? matchbox uses 'plugins' too05:27
KotCzarnyfirefox or links -g05:27
Tama^3funny conversation05:28
Tama^3:P05:28
KotCzarnywanna join? :P05:28
* johnx shakes head05:28
NaviTama^3, someone multiplied you by a Tama?05:28
Tama^3no thanks05:28
Tama^3by a Tama^205:28
Navizomg05:28
KotCzarnyme, myself & irene?05:28
KotCzarny:)05:28
NaviYou ate Tama^2!05:28
johnxKotCzarny, anyways, I think we can agree that Nokia's closed source stuff is annoying.05:29
Tama^3I am disparately looking for someone to divide me or apply a log()05:29
KotCzarnyjohnx: yes05:29
* KotCzarny hits tama with a log05:29
Tama^3speaking of annoyances05:29
NaviTama^3/Tama05:29
*** Tama^3 is now known as Tama^205:29
Tama^2thanks05:29
Naviwewt05:29
KotCzarnyjohnx: at least nokia played nice and published a sdk05:30
Tama^2you know the system UI flickers when it appears, the notifications for instance05:30
KotCzarnyarchos is a nice toy too05:30
Tama^2KotCzarny: are you trolling? :P05:31
KotCzarnybut closed05:31
* Navi bets he is05:31
KotCzarnyi just played with an archos 704 for a while05:31
Tama^2I'd love to make the flickering go away05:31
KotCzarnycute interface05:31
KotCzarnyvery usable05:31
KotCzarnybut unfortunatelly no sdk05:31
johnxyes, Nokia is more friendly than most, but still annoying in their own way05:31
KotCzarnyso one would have to pay for a new codecs05:32
KotCzarnyseriously, archos ui is very well designed05:32
KotCzarnyif you get a chance, play with it for a while05:33
KotCzarnylaso finger optimized05:33
KotCzarnyalso05:33
* Tama^2 raises eyebrow05:33
KotCzarnycan be a good source of inspiration for a media player author05:34
KotCzarny:>05:34
KotCzarnyunfortunatelly after looking for a software or sdk and hitting the wall i decided it's not for me05:34
KotCzarnyand it's scaling alghorithm reminds me of p1mmx videos ;)05:35
MipsIrvanyone have any suggestions on decent pim applications that can sync with desktop?05:35
johnxthat last part would be the sticking point05:35
Tama^2MipsIrv: I wish I knew one05:35
Navipimlico is nice05:36
KotCzarnypimP my nokia?05:36
KotCzarny;)05:36
Navibut there hasn't been any stable builds of the sync tool05:36
NaviI've been meaning to build it myself05:36
Navibut I'm lazy05:36
Tama^2does pimlico work? when I looked a month ago it did not05:37
Naviyes, it works :P05:38
johnxwhat about it didn't work?05:38
Navithey have one click installs on their site05:38
Tama^2which does not work for me O.o05:38
NaviHeh05:39
Tama^2I will try again05:39
NaviTry it out now05:39
Tama^2they install now05:45
Tama^2the repo was broken before..05:45
*** hfwilke has joined #maemo05:45
Navi:305:45
Navipimlico is nice05:46
KotCzarnyone happy pimPer05:46
Tama^2thank you Navi û.U05:46
NaviI only use the calendar app tough05:46
Navithough*05:46
KotCzarnyit's like using office for wordpad05:47
KotCzarny:)05:47
Navitoo bad wordpad isn't part of Office05:47
KotCzarnywordpad app is replaced when you install office05:47
*** slomo has joined #maemo05:48
KotCzarnyNotice: Undefined offset: 0 in /usr/share/php/midcom/lib/org/openpsa/products/handler/group/list.php on line 7105:49
KotCzarnywho broke maemo.org ?05:49
NaviNo one broke maemo.org05:50
KotCzarnyhttp://maemo.org/downloads/downloads/OS2008/05:50
Navitoo bad the right address is http://maemo.org/downloads/OS2008/05:50
KotCzarny:)05:51
KotCzarnystill, it should return 404, not 50005:51
* briand sighs, loudly05:51
Navibriand, sup?05:51
briandtrying to get scratchbox set up on one of my machines here...05:52
GeneralAntillesHit it with a stick.05:53
briandinstalled well, and trying to proceed to installing the SDK, but cannot login to the scratchbox.   says I don't have an active target in scratchbox chroot05:53
briandGeneralAntilles: i'm tempted.05:53
*** dospod has joined #maemo05:54
unixSnobthe sdk script fails me 205:54
unixSnobhad to do it manually05:54
dospodhey05:54
Naviscript works for me.05:54
KotCzarnymtr?05:54
KotCzarny:>05:54
briandi can't even run the script, which (if I read it correctly) I should do from within the scratchbox...  but I cannot get into the scratchbox05:54
KotCzarnynah05:54
dospodanyone kno when that youtube05:55
unixSnoband you created a user acct?05:55
briand..which, I assume, is where i'd need to be to set an active target with sb-menu... but if I can't get there, I can't do that so that I can get there.05:55
*** unixSnob has left #maemo05:55
dospodcanola plugin wll be ready05:55
*** unixSnob has joined #maemo05:55
KotCzarnyAfter you have downloaded the script to your local machine, run the05:56
KotCzarny   script outside of the Scratchbox environment:05:56
KotCzarnywhat instruction are you following?05:56
KotCzarnyhttp://tablets-dev.nokia.com/4.0.1/INSTALL.txt05:56
unixSnob(and be sure to provide the -s switch to that script)05:57
KotCzarny(if you b0rken sb, yes)05:57
unixSnobi had to run <sdk install script>.sh -s /scratchbox in order to get to the next failure point05:57
KotCzarnyunless you install manually05:58
unixSnobat which point i did it all manually in a slightly different order than what's documented in the INSTALL.txt file05:58
KotCzarnythen you will have to do some commands inside sb05:58
Navidospod, it'll be ready when it's ready05:59
dospod:] i want it now05:59
NaviAs do I05:59
*** unixSnob has quit IRC05:59
briandno, it fails.  "Check for scratchbox sessions running..." followed immediately by "Inconsistency detected by ld.so: rtld.c: 1192: dl_main: Assertion `(void *) ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed! (repeated 4 times)06:01
dospodhmm i wonder if i buy a tv tuner if ill be able to stream video to my n80006:01
KotCzarnyvdso06:01
KotCzarnyturn it off06:01
KotCzarny(google for maemo vdso)06:01
KotCzarny:)06:01
NaviRun "echo 0 > /proc/sys/vm/vdso_enabled" as root.06:02
Naviit'll work then.06:02
brianddospod: if you set it up and also set up a streaming device (such as gstreamer), then yes.06:02
KotCzarnyand feed google with error messages06:02
*** christefano has quit IRC06:02
*** christefano has joined #maemo06:02
KotCzarnynavi: you're making it easy for him :P06:02
dospodwould it be easy to stream live tv06:02
KotCzarnydospod: depending how much bandwidth you have06:03
KotCzarny:>06:03
dospodwel06:03
KotCzarnytools are available06:03
dospod it06:03
dospodwould be local streaming06:03
briandthank you, Navi... it seems to be running, now...06:03
KotCzarnyeven mencoder can do the work06:03
dospodusually06:03
dospodand geez my06:03
KotCzarny(compiled with v4l that is)06:04
dospodtouch screen is messed up06:04
Navibriand, is it?06:04
Navier06:04
Navidospod, is it?06:04
dospodyes lo06:05
dospodlol *06:05
Navisometimes it only looks like it's messed up, but it actually isn't :306:05
briandI "sold" an n800 yesterday, by logging into my mythtv box and streaming one of the recordings there to my n800.06:05
KotCzarnywhat size?06:06
Navihaha06:06
dospodthe onscreen keyboard is screwy06:06
Navidospod, more details?06:06
*** christefano has quit IRC06:06
dospodjust recalirated it too06:06
NaviWhat do you mean it's screwy?06:07
dospodih06:07
dospodk06:07
*** chenkai036 has joined #maemo06:08
dospodit not clicking Where i want it tl06:08
johnxtry drawing in maemopadplus06:08
KotCzarny:)06:08
johnxand does it seem heat related06:08
johnx?06:08
KotCzarnyor recalibrating06:08
*** chenkai036 has left #maemo06:08
*** Zetx has joined #maemo06:09
dospodit prob heat since its every now and then06:10
*** Luria has joined #maemo06:10
dospod brb06:10
*** dospod has quit IRC06:11
freelikegnuthis looks like a nice app for the DS http://www.collectingsmiles.com/colors/06:11
KotCzarnyds?06:12
briand?? maybe he means d10s ?06:12
johnxnintendo ds06:13
KotCzarny:)06:13
briandor, maybe johnx has the answer06:13
briand;)06:13
KotCzarnyA recommended setup is a Nintendo DS Lite, a R4 Revolution flash-cart and 1GB MicroSD Flash Memory Card which in total costs about US $200.06:14
NaviColors is a nice drawing app06:15
freelikegnulooks like there is a java port of the app06:15
Naviit's limited, hwever.06:15
Navihowever*06:15
freelikegnuhttp://masscat.afraid.org/ninds/colors_ds.php06:15
KotCzarnyis there java for n8x0 ?06:16
johnxthere is mypaint for maemo06:16
Navithe thing that annoys me the most about Colors is the lack of an undo function06:16
brianddon't make any mistakes, then.  :)06:16
NaviI try.06:16
KotCzarnyyeah, play safe06:16
brianddon't we all06:16
shackanKotCzarny: there is, somewhat06:17
KotCzarnyusable?06:17
shackangoogle for jalimo and see yourself06:17
freelikegnumypaint looks nice too06:19
Navimypaint sucks after a while06:20
johnxmemory usage?06:20
*** Lurianic has joined #maemo06:21
Navia few general annoyances06:21
Navimemory usage could be one.  Zoom out too much and crash.  Out of memory.06:21
KotCzarnyenable swap06:22
*** alex-weej has quit IRC06:22
KotCzarny:)06:22
KotCzarnydisable undo06:22
Naviswap's taking the 128MB that the tablet came with06:22
Naviand disabling undo only helps a tad06:22
Navis/that/minisd that/06:23
KotCzarnyyou can have as much swap as you want06:23
KotCzarnymkswap/swapon06:23
*** seraph1 has joined #maemo06:23
NaviI don't care :P  I'm using as much as I want to use.06:23
KotCzarnyaha :P06:24
KotCzarnyyou are using as much as you can06:25
KotCzarny:)06:25
Navis/can/want/06:25
freelikegnuheres the java colors! http://masscat.afraid.org/ninds/colors_ds.php06:26
freelikegnugnite folks06:26
johnx'night06:27
NaviNight06:27
KotCzarnyhttp://www.m90.org/gallery/image/no%20doze.jpg06:31
KotCzarnychickens.06:31
* Navi waits for the quake 2 base folder to copy over06:34
*** eber_ has joined #maemo06:34
*** freelikegnu is now known as _freelikegnu06:35
*** Luria has quit IRC06:36
*** Spork has quit IRC06:50
*** behdad has quit IRC06:52
*** roue has joined #maemo06:52
*** Pio has joined #maemo06:59
*** LastLemming has quit IRC07:00
*** roue has quit IRC07:00
*** christefano has joined #maemo07:03
*** alex-weej_ has joined #maemo07:04
*** Raistl|n has quit IRC07:10
*** jacques has quit IRC07:12
*** alex-weej_ has quit IRC07:21
*** derf has quit IRC07:25
*** Tama^2 has quit IRC07:27
*** Disconnect has quit IRC07:28
*** behdad has joined #maemo07:31
*** Lurianic is now known as Luria07:37
KotCzarnyhttp://www.internettablettalk.com/forums/showthread.php?t=1182407:40
KotCzarnyhehe07:40
*** tank-man has joined #maemo07:40
johnxKotCzarny, what's funny about that?07:40
KotCzarny'bug that corrupted mmc while wifi being used, unfixed for a year'07:41
KotCzarny:)07:41
KotCzarnyknown & unfixed for a year07:41
johnxit was a long time until someone tracked it down07:42
*** Tama^2 has joined #maemo07:43
KotCzarnylooks like n770 was/is bugridden07:45
johnxNokia didn't exactly have the best track record with it07:45
doc|homelike trying to find a replacement stylus07:45
* doc|home stabs07:45
NaviThe 770 was like a test-the-water release07:46
johnxdoc|home, I know what you mean07:46
* KotCzarny got back his stylus from heating apliance, hoooray!07:46
johnxI gave up long ago07:46
Navidoc|home, heh07:46
doc|homeI'm going to find a place and make up a batch07:46
Navi:D07:46
KotCzarnynow i have 2 still07:46
doc|homeI need to find 2 first, so I can clone them (without the nokia logo of course)07:47
doc|homewill probably be all plastic too, but better than nothing, right?07:47
Navisure07:47
KotCzarnyright07:47
KotCzarnyor grow nails07:47
doc|homepointy ones!07:47
KotCzarnythey work well too07:47
KotCzarnydon't have to be pointy07:48
NaviI still want a full stainless steel stylus (sans the tip)07:48
KotCzarnyscreen is sensitive enough07:48
KotCzarnysteel would damage the screen07:48
KotCzarny[    0.570312] Bad eraseblock 575 at 0x047e000007:49
KotCzarnythat's scary.07:49
KotCzarny[    0.664062] 0x00280000-0x00480000 : "initfs"07:49
KotCzarnyand it's located in initfs07:49
NaviKotCzarny, [23:43:52] <Navi> I still want a full stainless steel stylus (sans the tip)07:49
* KotCzarny shrugs07:49
KotCzarnynavi: it's late07:49
NaviYou're a vampire, why would you care?07:49
NaviLate is good for you.07:49
KotCzarnybloody eyes07:50
NaviBloody is right, you've been eating too many virgins.07:50
KotCzarnyonly one07:50
doc|homeNavi: I do like that idea myself, but would be expensive07:50
doc|home(full stainless steel)07:50
Navi(sans the tip)07:50
KotCzarnysteel would be heavy too07:50
doc|homecost more in materials and assembly07:51
doc|homeNavi: yeah07:51
NaviI like a bit of weight in my hand07:51
* doc|home waits for the penis jokes07:51
NaviI'd buy one just for style07:52
KotCzarnypenis?07:52
KotCzarnyo.O07:52
NaviI'd do it myself, but I don't have any equipment easily accessible to me07:52
NaviI used to bum off of my uncle's crap, but he moved away.07:53
* doc|home nods07:53
* KotCzarny is doing discharge test07:53
KotCzarnygoes well07:54
KotCzarny20h by now07:55
KotCzarnywith wifi on (but idle most of the time) and screen off07:55
Navionly six more days to go!07:56
KotCzarnynah07:56
KotCzarnyi guess it will turn itself off tomorrow07:56
KotCzarnyanyone know how to check battery level from command line?07:56
KotCzarnyany /sys interface?07:56
KotCzarny(i'm using modified retu-adc now07:57
KotCzarny)07:57
johnxgoogle maemo battery status07:57
KotCzarny[mbm], I do find the battery status to be odd and incredibly misleading07:58
KotCzarny;)07:58
johnxwell, it's just reporting the raw data. There's not a secret source of accurate data you can get at07:59
johnxa lot of mobile devices with lots of fluctuations in power draw have problems estimating charge remaining07:59
KotCzarnybut still, how to do that?07:59
KotCzarny(from console)07:59
*** jacques has joined #maemo08:00
johnxgoogle08:00
KotCzarnyit's late08:00
johnxfirst result08:00
johnxyou can hit I'm feeling lucky08:00
KotCzarnyKDE Settings Recommendations? - Page 5 - Internet Tablet Talk Forums ?08:00
KotCzarnynvm.08:04
KotCzarnyoff to sleep.08:04
*** Tuco800 has joined #maemo08:10
NaviAre any core dumps saved on the internal flash?08:17
*** jeddy3 has joined #maemo08:18
*** NetBlade has joined #maemo08:21
*** jprieur has joined #maemo08:24
*** behdad has quit IRC08:27
*** slomo has quit IRC08:28
*** Disconnect has joined #maemo08:31
*** EruditeHermit has joined #maemo08:35
EruditeHermithmm08:35
*** hfwilke has quit IRC08:35
EruditeHermitso does anyone know of any stopwatch applications?08:36
*** derf has joined #maemo08:36
*** Crfrodf has joined #maemo08:36
Navistopwatch? There was one on the garage, I believe.08:36
NaviEruditeHermit, https://garage.maemo.org/projects/stopwatch/08:38
EruditeHermitits OS200708:38
EruditeHermittried installing it already08:39
*** Tuco has quit IRC08:39
*** argonl has quit IRC08:40
*** trickie has quit IRC08:42
NaviEruditeHermit, I'll build an updated package when I get the chance08:43
Navifor now, just try to get a hold of the author and get him to do it08:43
*** Crfrod has quit IRC08:54
*** mankod has quit IRC08:55
*** simon_ has quit IRC08:59
*** jprieur-work has joined #maemo09:01
*** ajturner has quit IRC09:02
*** Zic has joined #maemo09:09
*** NetBlade has quit IRC09:12
*** trac3r is now known as sm00th_trac3r09:12
*** NetBlade has joined #maemo09:12
*** ajturner has joined #maemo09:12
*** shackan has quit IRC09:16
*** guardian has quit IRC09:17
*** ajturner has quit IRC09:18
*** ajturner has joined #maemo09:19
*** bergie has joined #maemo09:28
*** rmoravcik has joined #maemo09:30
*** Cptnodegard has joined #maemo09:34
cLinanyone know what ecore is?09:37
*** TimRiker has quit IRC09:38
*** trickie has joined #maemo09:41
Tama^2I have a suspicion, let me check09:41
Tama^2where have you encountered it?09:41
*** L0cutus has joined #maemo09:42
cLinTraceback (most recent call last):09:42
cLin  File "/usr/bin/canola", line 18, in ?09:42
cLin    import ecore09:42
cLintrying to start canola09:42
Tama^2http://wiki.enlightenment.org/index.php/Ecore09:42
Tama^2there you go09:42
cLinshouldnt it come with canola09:44
cLini dont get why iwould get that error09:44
Tama^2it does come with canola09:44
cLinhrm.09:45
Tama^2uninstall/re-install time?09:45
cLinyep09:45
* Navi wonders why it comes with canola09:46
cLinit shouldnt?09:46
doc|homebecause canola is a decent demo of an e based app09:47
*** ajturner has quit IRC09:47
Tama^2I wonder why with cairo and pango already supported one needs to fish 'E' out09:50
Tama^2it is a serious question, is there a significant advantage?09:51
*** kupesoft has joined #maemo09:51
NaviTama^2, to what, using E?09:52
Tama^2yes, in using E09:52
Tama^2over GDK, Cairo & friends09:52
*** kupesoft has quit IRC09:52
NaviWell, over all of those09:52
*** djcb has joined #maemo09:53
NaviE provides a fast-as-hell widget tookit that allows you to have nice effects on sucky hardware09:53
Tama^2ok, so gtk sucks09:53
Navigtk has it's place09:53
Tama^2in the toilet?09:54
Tama^2xD09:54
NaviLol09:54
Tama^2I used GTK in the past and never used E09:54
NaviSeriously though, E17 runs great on older hardware and still manages to look excelent09:54
*** seraph1 has quit IRC09:54
* doc|home is using E17 right now, nice09:54
NaviI'm using it right now, but not for any of the fancy effects09:55
NaviI don't really care for them >_>09:55
Tama^2but considering that the system UI flickers and behaves like a drunken monkey and that the only decently looking media player on the platform uses a different toolkit I am starting to wonder...09:55
NaviConsidering E17 is the Duke Nukem Forever of the WM world, I wouldn't worry too much about it09:57
NaviBesides, what UI flickering?09:58
NaviDoesn't flicker for me >_>09:58
*** naba has quit IRC09:58
Tama^2doesn't it flicker when the notification popups appear?09:59
Tama^2or when dialogs adjust their size?09:59
Tama^2I can see them redrawing09:59
Navinotification popups?10:00
Tama^2mmmm10:00
Tama^2the "updating" bubble coming up on the upper right corner10:00
NaviNo, not for me :/10:01
*** BTobotras has joined #maemo10:01
Tama^2you are telling me that you do not see half drawn dialogs for a split second on your n800?10:02
Tama^2>.<10:02
johnxTama^2, I know what you mean. the window rectangle is drawn before the pixmaps I think10:02
johnxis that what it looks like to you?10:02
* johnx wonders why they went with a pixmap theme engine...10:03
Tama^2the pixmaps as well as text10:03
*** Zenton has quit IRC10:03
*** sKaBoy has joined #maemo10:04
johnxno way around text, but why pixmaps? X|10:04
NaviI'm out for the night10:05
johnx'night10:05
*** Zenton has joined #maemo10:06
Tama^2night10:06
Tama^2what do you mean "no way around text"?10:07
Tama^2:)10:07
NaviYou can use pixmaps instead of text!10:07
johnxI mean, text is slow to render and kind of a necessity10:08
*** argnel has quit IRC10:08
*** argnel has joined #maemo10:08
johnxpixmap gtk themes, not so much10:08
Tama^2but one can freeze the whole window, update text and thaw it, right?10:09
Tama^2shouldn't that fix the flickering?10:09
*** Navi has quit IRC10:10
*** ttmrichter_ has quit IRC10:11
*** simon_ has joined #maemo10:11
*** ttmrichter has joined #maemo10:12
johnxdunno10:13
*** mk8 has joined #maemo10:15
*** Stskeeps has joined #maemo10:15
*** T0botras has quit IRC10:19
*** T0botras has joined #maemo10:19
*** Luria has quit IRC10:20
*** BTobotras has quit IRC10:24
*** sergio_ has joined #maemo10:27
*** _berto_ has joined #maemo10:31
*** hugolp has joined #maemo10:31
*** ab has joined #maemo10:32
*** sbodo_w has joined #maemo10:39
*** geaaru has joined #maemo10:40
JaffaMorning, all10:41
*** zedstar has quit IRC10:41
*** djcb has quit IRC10:43
*** steri has joined #maemo10:46
*** ch4os_ has quit IRC10:50
*** mbuf has joined #maemo10:50
mbufwhat needs to be installed in maemo 3.x scratchbox to use pygtk?10:50
mbuflibgtk2.0-dev is installed; python, python2.3 are already available10:51
*** Crfrod has joined #maemo10:51
johnxI think, something like python2.x-gtk210:52
mbufjohnx, i need to add anything to repos?10:53
johnxI honestly don't know for maemo 3.x10:53
johnxapt-cache search python gtk210:53
mbufjohnx, apt-cache search python only returns python, python2.3, python2.3-tk, python2.3-dev, libxml2-dbg, idle-python2.310:53
johnxthen yes10:54
johnxmaybe maemo extras?10:54
johnxis there any reason in particular you're still using maemo 3.x?10:54
mbufjohnx, have N800; and this build is quite old, so still using it10:55
mbufjohnx, can chinook be used for N800?10:55
johnxyes, of course :)10:55
mbufjohnx, i see10:55
johnxthe N810 and the N800 are basically the same hardware10:55
mbufjohnx, but, GPS is additional in N81010:55
johnxyes, but that's fairly minor10:56
johnxI have an N800 running OS2008 and scratchbox with chinook10:56
*** mbuf has quit IRC10:56
*** EruditeHermit has quit IRC10:57
*** hrw|gone is now known as hrw10:58
*** Crfrodf has quit IRC10:59
*** Crfrodf has joined #maemo11:00
hrwmorning11:01
*** kwa has quit IRC11:06
*** ssvb has joined #maemo11:12
*** mbuf has joined #maemo11:14
*** Crfrod has quit IRC11:18
*** Crfrod has joined #maemo11:18
*** ramo102 has joined #maemo11:18
*** Crfrodf has quit IRC11:21
*** _collin_ has joined #maemo11:22
*** Tama^2 has quit IRC11:23
*** Tama^2 has joined #maemo11:24
*** Dar has joined #maemo11:28
*** pvanhoof has joined #maemo11:28
*** barisione has joined #maemo11:32
*** bergie has quit IRC11:36
*** Koshi has quit IRC11:37
*** calvaris has joined #maemo11:40
*** msanchez has joined #maemo11:40
*** mbuf has quit IRC11:41
*** johnx has quit IRC11:42
*** v-vN800 has joined #maemo11:47
*** fab has joined #maemo11:47
b0unc3good morning11:52
*** florian has joined #maemo11:57
*** trbs has joined #maemo11:57
*** giskard has quit IRC11:57
*** beavis has joined #maemo12:01
*** mbuf has joined #maemo12:02
*** sp3000 has joined #maemo12:03
*** eton has quit IRC12:09
*** rtp has joined #maemo12:09
*** v-vN800 has quit IRC12:14
*** Tobotras has quit IRC12:15
*** Tobotras has joined #maemo12:17
*** red-zack has quit IRC12:18
*** giskard has joined #maemo12:20
*** bergie has joined #maemo12:22
*** daba5 has joined #maemo12:22
daba5http://tipovidaba.bloger.hr/12:23
daba5http://tipovidaba.bloger.hr/12:23
daba5http://tipovidaba.bloger.hr/12:23
daba5http://tipovidaba.bloger.hr/12:23
daba5http://tipovidaba.bloger.hr/12:23
daba5http://tipovidaba.bloger.hr/12:23
daba5http://tipovidaba.bloger.hr/12:23
daba5http://tipovidaba.bloger.hr/12:23
daba5http://tipovidaba.bloger.hr/12:23
daba5http://tipovidaba.bloger.hr/12:23
daba5http://tipovidaba.bloger.hr/12:23
daba5http://tipovidaba.bloger.hr/12:23
daba5http://tipovidaba.bloger.hr/12:23
daba5http://tipovidaba.bloger.hr/12:23
*** setanta has joined #maemo12:23
daba5http://tipovidaba.bloger.hr/12:23
daba5http://tipovidaba.bloger.hr/12:23
daba5http://tipovidaba.bloger.hr/12:23
daba5http://tipovidaba.bloger.hr/12:23
daba5http://tipovidaba.bloger.hr/12:23
floriangood morning12:23
*** daba5 has quit IRC12:23
*** mbuf has quit IRC12:24
*** mbuf has joined #maemo12:24
*** Cptnodegard has quit IRC12:25
*** L0cutus has quit IRC12:25
*** Koshi has joined #Maemo12:32
*** murrayc_ has joined #maemo12:35
*** L0cutus has joined #maemo12:36
Tama^2morning12:43
onionis there some RightWay(tm) to listen to headphone button events?12:44
Tama^2if there is I do not know it12:44
Tama^2but I think it must be a dbus event12:44
*** zwnj has joined #maemo12:44
onionyes, I see messages on dbus12:45
onionand hal reports events too..12:45
onionjust wondering if there is some standard that should be used12:45
*** avs has joined #maemo12:48
*** mgedmin has joined #maemo12:51
*** massoud_ has joined #maemo12:57
*** infobot has quit IRC12:58
*** infobot has joined #maemo13:00
*** florian has quit IRC13:00
*** Koshi has quit IRC13:00
*** mbuf has quit IRC13:01
*** florian has joined #maemo13:01
*** luizirber has joined #maemo13:01
*** mbuf has joined #maemo13:06
*** _berto_ has quit IRC13:06
mbufpygtk is available in haf? what is the sources.list apt entry for it?13:06
*** sergio_ has quit IRC13:07
*** MoRpHeUz has joined #maemo13:09
mbufok, had to use, deb http://repository.maemo.org/extras bora free non-free13:11
*** zwn1 has joined #maemo13:17
hrwhmm... lack of python in maemo?13:18
*** blafasel is now known as Blafasel13:33
*** mbuf has quit IRC13:34
*** cmarcelo has joined #maemo13:37
*** massoud_ has quit IRC13:41
*** massoud has joined #maemo13:42
*** admin_ has joined #maemo13:46
admin_Hey, just wondering abut this. I use my n770 at school, but if I try to get on one of the wifi nets, it'll try, and then say Network Error. It's a completely open network, and my friend with a PSP can get on and surf fine. Any ideas?13:47
*** geaaru_ has joined #maemo13:49
*** fsmw has joined #maemo13:51
*** krau has joined #maemo13:52
admin_Any ideas?13:53
aquatixdo you have xterm on it?13:55
*** Ryback_ has quit IRC13:55
aquatixnot sure, but maybe there's iwconfig on it, with which you can see some info13:55
*** avs has quit IRC13:56
admin_yes I do13:56
admin_(have xterm)13:56
admin_It's weird, I can connect to my home net and stuff. In the beginning of the year, I was trying the same thing, I remember I got on , but that had to do with some weird DNS settings tht the router had, although this is a network where you'd normally log into13:57
aquatixah13:58
admin_(I can login , if I needed to, but a friend can get it without loggin in on his PSP, so)13:58
aquatixdoes it use radius?13:58
aquatixhm13:58
admin_I'm not familiar with what that is13:58
admin_it's a linksys router, prolly wrt54g13:58
*** matthias_ has quit IRC13:58
*** pupnik_ has joined #maemo13:58
aquatixbut normally you have to login on the network13:59
aquatixhow exactly?13:59
*** lmoura has joined #maemo13:59
admin_well, they have their win boxes, you know, win network logon, login/password13:59
aquatixah, k13:59
aquatixi thought maybe some authentication for the wifi itself13:59
admin_naaa, it's an open network if that's what you mean14:00
aquatixthat's why i mentioned radius [that's some authentication server for wifi]14:00
aquatixok14:00
aquatixodd14:00
admin_yeah, it just makes no sense, when a PSP can getit :P14:00
aquatixthe psp also gets IP and such?14:00
admin_yes14:01
admin_it can roam on the web14:01
*** avs has joined #maemo14:01
*** johnx has joined #maemo14:02
*** geaaru__ has joined #maemo14:02
*** BTobotras has joined #maemo14:02
admin_any ideas? I'm about to leave for school , aquatix :P14:02
aquatixnope :(14:02
aquatixit should Just Work(tm) imho14:03
admin_ok, thanks :P'14:03
admin_haha14:03
aquatixbut apparently it doesn't14:03
admin_seeya14:03
aquatixok, hf14:03
*** admin_ has left #maemo14:03
*** lmoura has quit IRC14:04
*** geaaru has quit IRC14:05
*** luck^ has joined #maemo14:06
*** seraph1 has joined #maemo14:06
*** lmoura has joined #maemo14:07
*** _matthias_ has joined #maemo14:09
*** pupnik has quit IRC14:09
*** SDuensin has quit IRC14:14
*** k-s has quit IRC14:14
*** geaaru_ has quit IRC14:14
*** felipec has joined #maemo14:15
*** AD-N770 has joined #maemo14:15
*** DaniloCesar has joined #maemo14:18
*** T0botras has quit IRC14:20
*** AD-N770 has quit IRC14:21
*** birunko has joined #maemo14:22
*** hrw is now known as hrw|gone14:23
*** jegp has joined #maemo14:24
*** DaniloCesar has quit IRC14:28
*** jpuderer has joined #maemo14:28
*** ijon_ has quit IRC14:32
*** ijon_ has joined #maemo14:32
*** aloisiojr has quit IRC14:36
*** aloisiojr has joined #maemo14:37
*** DaniloCesar has joined #maemo14:38
*** renatofilho^ has joined #maemo14:39
*** kenne has joined #maemo14:41
*** lsobral has joined #maemo14:46
*** vivijim has joined #maemo14:46
*** MangoFusion has joined #maemo14:49
*** massoud_ has joined #maemo14:52
*** massoud has quit IRC14:52
*** massoud has joined #maemo14:53
*** henrique has joined #maemo14:54
*** steri has quit IRC14:57
*** hein2 has joined #maemo14:57
*** Sho_ has quit IRC14:57
*** fcarvalho has joined #maemo14:57
*** christefano has quit IRC14:58
*** hein2 is now known as Sho_14:58
*** k-s has joined #maemo15:05
*** vcgomes has joined #maemo15:05
*** Ryback_ has joined #maemo15:07
*** argnel has quit IRC15:08
*** argnel has joined #maemo15:08
*** behdad has joined #maemo15:11
rafli wonder why the firmware flashing wiki page says that the battery should be fully charged before flashing15:12
*** msanchez has quit IRC15:12
johnxbecause it would really suck a lot if you ran out of batter power while flashing15:12
*** Vudentz__ has joined #maemo15:13
rafljohnx: it says that you should plug in the charger during flashing anyway.15:14
johnxhmm...I wonder if it's actually able to charge while flashing15:15
*** sergio_ has joined #maemo15:15
johnxprobably just one of those cases of "better safe than sorry"15:15
rafli see15:15
raflthanks.15:16
GeneralAntillesIt can, johnx.15:18
johnxbut the user can also pull the cord in the middle of the flash, and it definitely doesn't have a check to see if you have the cord plugged in15:19
GeneralAntillesOr the power could go out.15:21
GeneralAntillesetc, etc15:21
johnxit's interesting that it doesn't force you to have the AC plugged int though15:22
GeneralAntillesMore complicated than it's worth.15:23
johnxI suppose. it would suck a lot of it died while nolo was flashing though15:24
*** avs has quit IRC15:24
johnxs/of it/of something bad if it/g15:24
infobotjohnx meant: I suppose. it would suck a lot of something bad if it died while nolo was flashing though15:24
*** astro76 has quit IRC15:26
*** andrunko has joined #maemo15:30
*** Tuco has joined #maemo15:32
*** geaaru_ has joined #maemo15:35
*** zeenix has quit IRC15:39
*** hugolp has quit IRC15:39
*** mb___ has joined #maemo15:41
*** astro76 has joined #maemo15:45
*** shackan has joined #maemo15:46
*** Masca has quit IRC15:47
johnxtonight's hack: hildon desktop on a zaurus :)15:50
*** seraph1 has quit IRC15:50
glassheh15:50
*** geaaru__ has quit IRC15:51
johnxI need to lose the left "navigation bar" bar, but I never liked it anyways15:51
briandjohnx: sounds easier than my task...15:53
johnxwhat are you up to?15:53
briandI finished installing the SDK/dev kit on my FC5 box...15:53
briand...but cannot find/install Xephyr for fc5... so I'm (trying to) upgrade that box t FC8... and the install/upgrade process keeps getting stuck.  :/15:54
*** tjafk2 has joined #maemo15:54
*** barisione has quit IRC15:54
johnxI've never had good luck with redhat system upgrades15:54
johnxdid you try to go straight from 5 to 8?15:54
*** barisione has joined #maemo15:55
johnxthat's a lot of numbers...15:55
*** Tama^2 has quit IRC15:55
briandsupposedly, it's not a problem...15:56
briandbut I think there's an issue with this particular hardware...15:56
johnxI sympathize with the you in regards to troublesome hardware :/15:56
briandI had trouble with it before (3 -> 4, 4 -> 5), too.  I can't remember exactly what I had to do to get around it...15:57
*** angrymike_ has joined #maemo15:57
briand"nodma" something or other??   :shrug:15:57
johnxI just need to stop cheaping out on hardware15:57
johnxI always do this to myself15:57
*** mwaldron has joined #maemo16:00
*** etrunko has joined #maemo16:00
*** felipec has quit IRC16:02
*** Crfrodf has joined #maemo16:06
hahlois there something wrong with pidgin? didn't see what others write in irc, they saw my writings16:07
johnxI know not everyone likes it but I think it at least works for other people16:07
hahloit should work in irc then?16:08
johnxI think so16:08
hahlothere isn't irssi for 2008 anywhere?16:10
*** Crfrod has quit IRC16:11
johnxhahlo, http://www.internettablettalk.com/forums/showthread.php?t=16659&highlight=irssi16:11
*** tjafk1 has quit IRC16:11
*** playya__ has joined #maemo16:11
briandi've never used it for irc... works for me okay on aim/yahoo IM, though16:11
johnxthere's also rtcomm irc and xchat16:11
briandjohnx: i think the repo is broken for xchat... i couldn't install it16:12
*** ajturner has joined #maemo16:12
hahlogood, irssi is my favorite16:12
*** t_s_o has joined #maemo16:13
*** mazzen has joined #maemo16:13
*** pupnik_ is now known as pupnik16:14
*** hugolp has joined #maemo16:14
*** jamey has joined #maemo16:14
*** kaie has joined #maemo16:15
*** playya__ is now known as playya16:15
GeneralAntillesbriand, there is no repo.16:15
GeneralAntilleshttp://zeus.rm-fr.net/~skyhusker/xchat-chinook-betas/16:15
briandGeneralAntilles: there are several repos!  ;)16:16
*** hrw|gone is now known as hrw16:16
GeneralAntilless/repo/xchat repo/16:16
briand...and, one of them contains xchat, because it shows up in my application mangler.16:16
GeneralAntillesThat would be Bora Extras.16:16
GeneralAntilless/repo/spoon/16:17
briand...my life is measured out in coffee spoons...16:17
johnxmmm...coffee16:18
*** mgedmin has quit IRC16:18
*** chenca has joined #maemo16:18
*** Tuco has quit IRC16:18
*** Tuco800 has quit IRC16:22
*** herz1 has quit IRC16:27
*** robtaylo1 is now known as robtaylor16:28
*** Blain has joined #maemo16:29
*** ajturner has quit IRC16:29
*** lubyou has joined #maemo16:30
*** playya has quit IRC16:30
*** playya has joined #maemo16:31
*** geaaru_ has quit IRC16:31
*** playya has quit IRC16:31
*** alex-weej has joined #maemo16:32
*** calvaris has quit IRC16:33
*** _berto_ has joined #maemo16:34
*** netx has quit IRC16:36
* johnx sleeps16:36
*** SDuensin has joined #Maemo16:37
*** ijon_ has quit IRC16:38
*** ijon_ has joined #maemo16:39
SDuensinMorning.16:40
*** jott has quit IRC16:40
*** jott has joined #maemo16:40
*** kaie2 has joined #maemo16:43
*** NickDe has joined #maemo16:43
*** Blain has quit IRC16:44
*** playya has joined #maemo16:48
*** hfwilke has joined #maemo16:53
*** krau has quit IRC16:54
*** Zword has quit IRC16:55
*** eton has joined #maemo16:55
*** playya has quit IRC16:56
*** playya has joined #maemo16:56
*** playya has quit IRC16:56
*** Zword has joined #maemo16:59
briandwell, this "upgrade" thing just isn't working, and I'm getting increasingly annoyed at trying it...16:59
briandso, can anybody help me get Xephyr installed on a Fedora Core 5 installation, since I can't get the machine upgraded to Fedora Core 8 ?17:00
tank-mani'm having trouble with xephyr too, i think im going to try downloading the vmware image instead17:01
briandthe only "trouble" I'm having with xephyr is "finding it"17:02
tank-manits part of xorg17:03
*** kaie has quit IRC17:03
tank-mani know on slackware, its not built in slackware17:03
*** msanchez has joined #maemo17:05
*** NetBlade has quit IRC17:05
briandapparently, it's not in the Fedora Core 5 repositories17:07
briandi've seen references on the web to it being in the FC7 (and presumably, FC8) repositories, but I'm having no luck upgrading that box to FC8, so...17:08
*** henrique is now known as henrique-lunch17:08
*** kaie2 has quit IRC17:10
*** VimSi has quit IRC17:11
*** playya has joined #maemo17:12
jeddy3my n800 has been completely lifeless since saturday...any suggestions?17:13
*** kaie has joined #maemo17:13
jeddy3today i'm trying to remove the battery for 12 hours or something17:14
*** VimSi has joined #maemo17:15
hrwis there some kind of list which maemo components are open and which are not?17:20
pupnikjeddy3 - removing battery for several hours, then warming slightly is said to allow a restart17:20
jeddy3pupnik, _warming?_17:21
jeddy3:)17:21
pupnikthis is just hearsay17:21
jeddy3:D17:21
Spakman_I can set program defaults by editing /usr/share/applications/defaults.list - is there a way to do this without root privs? I'd like my application to give users the option to set the default application.17:22
* jeddy3 is gonna fire up the sauna and bring the n80017:22
*** mazzen has quit IRC17:22
*** simon_ has quit IRC17:23
*** sbaturzio has joined #maemo17:23
*** fr01 has left #maemo17:27
pupnikis there an easy/safe way to prune /usr/share/locale?  14.2 MB of stuff in there17:27
*** fr01 has joined #maemo17:28
*** roue has joined #maemo17:28
pupnikosso-help also has 8 MB of stuff i don't need17:28
*** Cptnodegard has joined #maemo17:30
hrwpupnik: debian has localepurge package for it17:30
*** mankod has joined #maemo17:30
hrwpupnik: or you can remove all not needed locales by hand17:30
*** jprieur-work has quit IRC17:31
*** zumbi_ has joined #maemo17:32
*** Crfrod has joined #maemo17:33
*** blahdeblah has quit IRC17:34
*** blahdeblah has joined #maemo17:34
*** alex-weej has quit IRC17:35
*** mazzen has joined #maemo17:38
*** bergie has quit IRC17:39
*** alex-weej has joined #maemo17:39
*** shackan has quit IRC17:39
*** ab has quit IRC17:40
*** zumbi has quit IRC17:43
*** jeddy3 has quit IRC17:44
*** XATRIX has joined #maemo17:44
*** Crfrodf has quit IRC17:47
*** Zword has quit IRC17:47
*** jacques has quit IRC17:50
pupnikthanks hrw - i used to just rm -r the unneeded ones, but do you know if something needs to be re-indexed after that?17:50
hrwrather nothing17:51
pupnikk thanks17:58
*** celesteh has joined #maemo18:01
*** celesteh has left #maemo18:01
KotCzarnyyawn18:01
*** Tobotras has quit IRC18:02
*** playya_ has joined #maemo18:02
*** TimRiker has joined #maemo18:03
*** Tobotras has joined #maemo18:03
*** fab has quit IRC18:04
*** Crfrodf has joined #maemo18:10
*** LastLemming has joined #maemo18:11
*** desertc has joined #maemo18:14
*** bergie has joined #maemo18:14
*** simon_ has joined #maemo18:14
desertcAnyone around the Nashville area?18:14
desertcLooking for a presenter for a Linux User Group on the topic of Maemo.18:15
*** niteOwl has quit IRC18:16
pupnikdesertc: tried internettablettalk.com forums?18:16
desertcI'll check there, thanks.18:16
*** niteOwl has joined #maemo18:17
desertcYou think I should post in the Developers forum?18:17
*** playya has quit IRC18:17
pupniki guess so, or in general18:18
pupnikyou want a user-side intro or an intro to maemo development...?18:18
*** DaniloCesar has quit IRC18:18
KotCzarny11:13:40 up 1 day,  7:41, load average: 0.04, 0.01, 0.0018:19
desertcI was thinking Intro to Portable Programming, Why Maemo is Best UI for Portables, My Experiences with Maemo18:19
KotCzarnynot bad18:19
hrwdesertc: Best? Good18:19
desertcSure18:20
hrwI mean: it is not best ui. It is good ui18:20
*** _matthias_ has quit IRC18:20
desertcYeap, I understand.  I'm not picky.18:20
KotCzarny:>18:20
* aquatix has an update of almost 2 days with a load average of 0.00 ;)18:20
Proteousdon't belive him, he picks the onions off of his pizza18:21
aquatixbut i haven't done anything on it for over an hour18:21
KotCzarnyaquatix: my battery test is still running18:21
KotCzarny:)18:21
KotCzarnyand watching retu-adc value18:21
KotCzarnys18:21
aquatixah :)18:21
KotCzarnyi guess on n800 battery voltage is field #6 not #2 as on 77018:22
KotCzarnyhttp://mrrau.dyndns.org:23280/n800/batt2gp.png18:22
KotCzarny:)18:22
aquatixwhoa, wtf: http://www.engadget.com/2008/03/03/eyes-on-asus-first-gaming-desktop-ares-cg6150/18:22
aquatix</oftopic>18:22
pupniklooking at mencoder here - looks like lavc has way more useful options than xvid18:23
aquatixinteresting graph18:23
KotCzarnynice case18:23
hrwpupnik: lavc has lot of stuff inside18:23
KotCzarnyaquatix: it would be nice to know what are the meaning of those fields18:23
aquatixKotCzarny: can you spell Transformer? ;)18:24
KotCzarny1 & 4 looks like a temperature18:24
*** roue has quit IRC18:24
aquatix4? it's quite a straight line18:24
KotCzarnyerm18:24
aquatixmaybe more a cpu voltage line or something?18:24
KotCzarnyi meant red and blue18:25
aquatixah, right18:25
aquatixthey are related indeed18:25
KotCzarnyprobably 0 1 and 2 are temperatures18:26
aquatixcase and cpu temp or something18:26
* aquatix goes home18:26
KotCzarny:)18:26
*** Tuco800 has joined #maemo18:26
*** cLin has quit IRC18:27
*** Tuco800 has quit IRC18:27
*** Zenton has quit IRC18:28
pupnikhrw: do you know if lavc can make use of two-pass .log data?  or does lavc encoder do lookahead for motion-compensation ?18:28
*** Crfrod has quit IRC18:28
hrwpupnik: iirc it make use of it18:28
*** trickie has quit IRC18:28
hrwit is long time since I did video conversion18:28
*** jegp has left #maemo18:28
*** jpuderer has quit IRC18:29
*** Zenton has joined #maemo18:29
pupnikcool.  I'm a big fan of throwing-away info from dark regions, and lowering quality at screen edges :)18:30
pupnikah yes it does support two-pass18:30
pupnikgonna crunch this movie to sub-300MB without serious degradation :)18:31
KotCzarnypf18:31
KotCzarny:)18:31
KotCzarnyjust downscale it  ;)18:31
pupnikthere's a lot of black18:31
pupniki have to downscale anyway18:31
hrwbtw - I wonder which software people miss most in maemo repositories18:32
KotCzarnygames?18:32
KotCzarny;)18:32
hrwhm. doom or quake on n810 should be playable ;D18:33
KotCzarnyja2 too18:33
KotCzarny;)18:33
ccookehrw: ... except for the controls :-)18:35
hrwccooke: indeed18:35
KotCzarnyexternal mouse&kb ?18:35
KotCzarny:)18:35
hrwI even have spare ones18:38
hrwbut would need usb host cable first18:38
KotCzarnybt?18:39
KotCzarny:)18:39
*** lopz has quit IRC18:40
*** pH5 has joined #maemo18:41
hrwhi pH518:42
pH5hej hrw18:43
*** lopz has joined #maemo18:43
*** luizirber has quit IRC18:43
pupnikthink i should be using vorbis to transcode - if ssvb is making a faster vfp vorbis decoder?18:43
pupnikogg/audio18:43
KotCzarnytest it18:44
lopzhi18:44
*** DaniloCesar has joined #maemo18:47
*** desertc has left #maemo18:47
*** Koshi has joined #Maemo18:49
*** alex-weej has quit IRC18:50
*** krau has joined #maemo18:50
ssvbpupnik: it is too early to , in addition vorbis can'18:50
*** jpuderer has joined #maemo18:51
ssvbpupnik: sorry, messed up the message, I mean it may take a long time to optimize and vorbis is not supported in avi files18:51
KotCzarny:)18:51
pupnikoh mencoder let me put vorbis in just now18:52
hrwssvb: avi is just contener18:52
pupnik(?)18:52
KotCzarny'container'18:52
hrwit can contain anything inside18:52
pupniki mean ogg audio (lavc)18:52
hrwKotCzarny: right18:52
KotCzarnypupnik, try mpeg2 ?18:52
KotCzarnyit can scale quite smoothly18:52
pupniklol18:52
KotCzarnympeg2video18:53
KotCzarnythat is18:53
KotCzarny:)18:53
KotCzarnyand in the bonus you can make svcd of it later ;)18:53
pupnikyes i like watching blocky chunky video with no motion compensation18:53
*** alex-weej has joined #maemo18:53
pupnik--- not18:53
KotCzarnyit has 225dpi screen18:54
KotCzarnyyou won't see much blocks18:54
KotCzarny:)18:54
ssvbhrw, pupnik: probably derf can explain better, see http://en.wikipedia.org/wiki/Comparison_of_container_formats (vorbis is problematic comment)18:54
*** playya_ has quit IRC18:55
hrwmy favorite container was IFF years ago18:55
*** sbodo_w has quit IRC18:55
*** playya has joined #maemo18:56
pupnik well playback of the vorbis at 128kb sounds very bad right now for some reason so maybe i stick with mp3 instead - thanks ssvb18:56
*** jprieur_ has joined #maemo18:57
*** Zenton has quit IRC18:57
KotCzarnyalso if gst issues will get fixed18:57
pupnikbtw adding noise on playback is fun :)  reduces banding18:57
*** rmoravcik has quit IRC18:57
KotCzarnyyouu will want mp3/aac anyway18:57
pupnikgood poitn18:58
KotCzarnyunless someone writes dsp code to decode vorbis18:58
KotCzarny:>18:58
ssvbpupnik: btw, thanks for noticing that esd is initialized for 44.1KHz and audio is actually decoded at 48KHz, this explains extra cpu usage - mplayer is resampling audio18:58
*** IRSeekBot has quit IRC18:58
pupnikyou're welcome!19:00
pH5where is lardman btw?19:00
ssvbKotCzarny: lardman has been working on it, see his project: https://garage.maemo.org/projects/dsp-tremor/19:00
*** Zenton has joined #maemo19:00
KotCzarnypre-alpha :/19:00
hrwI wonder when esound will finally stop being used19:00
KotCzarnyhmm19:01
*** IRSeekBot has joined #maemo19:01
KotCzarnywould it be hard to write dsp mixing code for gst?19:01
KotCzarnythat would replace esd19:01
*** ajturner has joined #maemo19:02
ssvbpupnik: I experimented with esd at 48KHz, but it is unreliable when changing volume, it deadlocks sometimes19:02
pupnikso .. just use -ao sdl to avoid resampling?19:03
*** sKaBoy has quit IRC19:04
ssvbpupnik: we did not have this problem before as mplayer also changed audio volume itself 'in software' without using esd api for this19:04
*** Masca has joined #maemo19:04
*** felipec has joined #maemo19:04
*** pH5_ has joined #maemo19:05
ssvbpupnik: I think I will find more or less reliable and fast solution for sound19:05
ssvbpupnik: sdl has lipsync problems :)19:05
*** pH5 has quit IRC19:05
KotCzarnydspsink?19:05
KotCzarny:>19:05
*** pH5_ is now known as pH519:05
ssvbKotCzarny: dsptask :)19:05
pupniki wonder if the dsp could handle mp3 decoding while running at a lower clockrate?19:06
KotCzarny:)19:06
KotCzarnypupnik: yes19:06
ssvbKotCzarny: 'sink' is a gstreamer thing19:06
KotCzarnyssvb: so is it possible to mplayer use dsptask directly?19:06
KotCzarnywithout need for gst?19:06
*** sbaturzio has quit IRC19:07
KotCzarnyor esd/sdl in that matter19:07
ssvbpupnik: yes, it can, there was a report in maemo-developers list19:07
pupnikgood news :)19:07
pH5KotCzarny: you'd basically have to recreate the code in dspaudio.c from gst-plugins-dsp19:07
KotCzarnybut maybe it will resolve sync problems?19:08
KotCzarnyor they come from dsptask not from gst implementation?19:08
*** fab_away has joined #maemo19:09
KotCzarnyhttp://www.internettablettalk.com/forums/showpost.php?p=95363&postcount=1019:09
ssvbpupnik: bad news is that nokia apparently is not going to officially support 400/133 mode for working with dynamic dsp tasks19:09
ssvbpupnik: let me find a link19:09
KotCzarnyssvb, wasn't there a patch?19:09
pupnikis it a problem with power supply?19:10
*** Zetx has quit IRC19:10
ssvbKotCzarny: is this patch clean?19:10
KotCzarnyssvb, i have yet to flash my device..19:10
*** xdemon has joined #maemo19:10
*** fab_away is now known as fab19:10
KotCzarnyi'm rather reluctant because i tend to fsck up those kind of things on the first try ;)19:11
xdemonhi all!19:11
xdemonis it possible to install dpkgs on memory card? OS2008, 51-319:11
ssvbKotCzarny: for any patch to get accepted upstream, it must not to introduce any regressions19:11
*** pleemans has joined #maemo19:11
KotCzarnyxdamon: just move your whole sys to mmc19:12
ssvbKotCzarny: for example, did you check that VOIP works reliably with lower DSP clock frequency?19:12
KotCzarnyssvb: it was configurable via /proc setting afair19:12
KotCzarnyso one could switch modes on will19:12
xdemonKotCzarny: its possible?19:13
KotCzarnyxdemon: look for the howto for booting from mmc19:13
xdemonoh, ok19:13
pupnikxdemon: you can also symlink directories to your data card19:13
KotCzarnyyes, for example whole /usr19:14
ssvbKotCzarny: who would be the one? internet tablets use multitasking os with the possibility to run many applications at once :)19:14
KotCzarnybut then you will get into problems when connecting usb19:14
KotCzarnyetc.19:14
KotCzarnyssvb: user's will19:14
KotCzarnystatusbar applet?19:14
ssvbKotCzarny: there may be some use cases where it could fail19:14
KotCzarnylaptops have dockable utils for that19:15
KotCzarnyie. if user wants to have control over pm19:15
KotCzarnyand not relay on automatic settings19:16
ssvbKotCzarny: well, you don't need to convince me, better try talking to Nokia guys :)19:16
KotCzarnyssvb: but the idea is, you watch mplayer, you don't talk on skype19:16
KotCzarnyyou won't have cpu left for skype anyway19:16
KotCzarny;)19:16
KotCzarnyssvb: do they come to freenode? ;)19:16
*** arif_endro has joined #maemo19:17
*** jprieur_ has quit IRC19:18
KotCzarnyalso, sometimes getting something working is enough to make it go upstream ;)19:19
*** GnutoN810 has joined #maemo19:21
ssvbpupnik: here it is - http://www.gossamer-threads.com/lists/maemo/developers/32216 (check for comments from Igor Stoppa explaining why more intelligent frequency scaling is tricky)19:22
KotCzarnylol19:22
KotCzarnyi saw a ga photo19:22
KotCzarnyright now19:22
KotCzarnymy goggles!19:23
KotCzarny:>19:23
*** juergbi has joined #maemo19:24
*** Dar has quit IRC19:25
*** Spakman_ has quit IRC19:27
*** mk8 has quit IRC19:28
*** Sargun has quit IRC19:28
*** _collin_ has quit IRC19:30
derfThere _is_ a Vorbis mapping for AVI. It is not a particularly good mapping, and there is little software support for it, but it does exist.19:30
*** barisione has quit IRC19:31
*** barisione has joined #maemo19:31
ssvbderf: thanks for the information, does ffmpeg support it right?19:33
derfffmpeg invented it... I sure hope they support it right.19:33
ssvb:)19:33
*** playya_ has joined #maemo19:34
derfA couple of other projects like avidemux have implemented (decode-only) support for it.19:34
derfBut I don't think any of the major media frameworks have (DirectShow, Quicktime, gstreamer).19:35
hrwthere is gst-plugin-ffmpeg...19:35
derfgstreamer might be able to get support through their ffmpeg plugin... I'm not sure.19:35
derfTry it and see.19:36
*** henrique-lunch is now known as henrique19:38
*** Mousey has joined #maemo19:39
pH5hm, with my home-built kernel wireless doesn't work19:39
pH5"WARNING SoftMAC not initialized, chip not booted"19:39
pupnikdamnit why is mencoder lavc ignoring all my rate controls?  it's insisting on 630MB filesize no matter what19:39
pH5what could be the reason for that?19:39
KotCzarnycopy umac.ko from original initfs19:39
ssvbpH5: are you using dummy umac.ko?19:40
pH5ssvb: probably not. where can I read about this?19:40
KotCzarny /mnt/initfs/lib/modules/2.6.21-omap1/umac.ko19:41
ssvbpH5: somewhere on maemo wiki, umac.ko is a closed source module, so some dummy module which clones its API is included in cx3110x package19:41
pH5KotCzarny, ssvb: thanks19:42
KotCzarnythere are others too19:42
*** trickie has joined #maemo19:43
*** ajturner has quit IRC19:46
*** arif_endro has left #maemo19:48
*** pH5 has quit IRC19:50
*** mazzen has quit IRC19:50
*** mb___ has quit IRC19:50
*** beavis has quit IRC19:50
*** Disconnect has quit IRC19:50
*** braddbr has quit IRC19:50
*** [pablo] has quit IRC19:50
*** MipsIrv has quit IRC19:50
*** truls has quit IRC19:50
*** Dar_LAB has quit IRC19:50
*** youam has quit IRC19:50
*** cy3o3 has quit IRC19:50
*** BugBlue has quit IRC19:50
*** boolean has quit IRC19:50
*** Tuco1 has quit IRC19:50
*** RP has quit IRC19:50
*** KotCzarny has quit IRC19:50
*** molkko has quit IRC19:50
*** kala has quit IRC19:50
*** Luria has joined #maemo19:51
*** pH5 has joined #maemo19:51
*** mazzen has joined #maemo19:51
*** mb___ has joined #maemo19:51
*** beavis has joined #maemo19:51
*** Disconnect has joined #maemo19:51
*** MipsIrv has joined #maemo19:51
*** braddbr has joined #maemo19:51
*** [pablo] has joined #maemo19:51
*** KotCzarny has joined #maemo19:51
*** molkko has joined #maemo19:51
*** boolean has joined #maemo19:51
*** cy3o3 has joined #maemo19:51
*** truls has joined #maemo19:51
*** Tuco1 has joined #maemo19:51
*** Dar_LAB has joined #maemo19:51
*** youam has joined #maemo19:51
*** RP has joined #maemo19:51
*** BugBlue has joined #maemo19:51
*** kala has joined #maemo19:51
*** CrashandDie has joined #maemo19:52
*** Dregs has quit IRC19:52
xdemonis it possible to use internal memory for sys apps and SD card for games?19:52
KotCzarnyyes19:52
*** trbs has quit IRC19:53
xdemonEXPORT=?19:53
*** mgedmin has joined #maemo19:53
KotCzarnydepends on game19:53
KotCzarnysome are already packaged to use mmc19:53
pupnikahh fixed it.. need vrc_buf_size19:54
xdemonhuh... which of them?19:54
*** Koshi has quit IRC19:54
*** Dregs has joined #maemo19:54
*** Dar_ has joined #maemo19:55
*** playya has quit IRC19:55
xdemonpupnik: what's the status of snes9x port?19:55
*** Luria has quit IRC19:55
pupniksound needs either an oss backend wrapper or esd/alsa/sdl backend19:56
*** Luria has joined #maemo19:56
pupnikalso more scaling options would be good19:56
*** GnutoN810 has quit IRC20:00
*** generationally has joined #maemo20:01
*** DaniloCesar has quit IRC20:01
*** Luria has quit IRC20:01
*** henrique has quit IRC20:02
*** kaie has quit IRC20:02
*** henrique has joined #maemo20:03
*** kaie has joined #maemo20:03
*** Dar_LAB has quit IRC20:03
*** gletelli has joined #maemo20:05
*** XATRIX has quit IRC20:07
*** argnel has quit IRC20:08
*** argnel has joined #maemo20:08
*** dneary has joined #maemo20:09
*** liia has quit IRC20:12
*** jhe has quit IRC20:12
*** liia has joined #maemo20:12
*** jhe has joined #maemo20:12
*** Luria has joined #maemo20:15
xdemonhuh... so any man for installing apps to card?20:17
pupnikwb Luria20:17
xdemonwithout mmc booting20:17
pupnikxdemon: interested in working on a snes emu?20:17
xdemonpupnik:20:17
xdemonyes20:17
xdemoni am interesting in working mame, gba, and snes emu20:18
xdemonthis is best gaming platforms for pda20:18
KotCzarnynot true20:18
KotCzarnyn830 may be20:18
*** behdad has quit IRC20:18
xdemonalso i hear that n800 has video card similar to n9520:19
hrwxdemon: same20:19
KotCzarnybut unsupported 3d20:19
xdemonhow it can be possible?20:19
hrwxdemon: both use omap2420 cpu and built-in video controler20:19
xdemonno drivers?20:19
KotCzarnymoaney?20:19
KotCzarnymoney20:19
hrwmoney and license20:19
pupniknormally you can't run apps from a vfat partition but if some things in /usr/share or /usr/local/share take up much space, you can move them to mmc and symlink to them.  don't listen to KotCzarny20:19
KotCzarnypupnik: question wasn't vfat partition but mmc card20:20
KotCzarnyin general20:20
KotCzarny:)20:20
xdemonhuh, hope nokia allow using videoadapter in OS2009 :D20:20
*** unixSnob has joined #maemo20:20
KotCzarnyvideoadapter?20:20
xdemonvideo card20:20
xdemonquake 2... so... port uses cpu only?20:21
hrwI do not thinnk that nokia will release 3d for n8xx devices20:21
KotCzarnyyes i guess20:21
xdemon=(20:21
hrwn800 is quite long on market and nothing about 3d drivers was released20:21
xdemontoo bad20:21
hrwI wonder do they have them at all20:21
KotCzarnyn810 uses same chip20:21
KotCzarnyi guess20:21
xdemonbut n810 doesn't use it too?20:21
hrwn810 is n800 + gps + keyboard + other case/screen20:22
jaska_the gps seems pretty.. useless20:22
KotCzarnyand -sd slot + 2gb internal flash20:22
xdemonKotCzarny: +120:22
jaska_youd probably fix your position by rolling dice faster than it does20:22
KotCzarny1? specs show 220:22
*** playya_ has quit IRC20:22
hrwKotCzarny: that 2gb internal flash is done as sd card20:22
xdemonthats why i purchase n80020:22
xdemon+1 means that i accept with you20:23
dtahtbotxdemon: Error: "1" is not a valid command.20:23
KotCzarnyhww: is it? i have read it's quite good quality flash20:23
hrwKotCzarny: it is connected as sd/mmc card20:23
KotCzarnyyes20:23
xdemonsoo... last time... is there is any way to run, for example, battle for wesnoth from internal MMC card with OS2008 (n800)?20:24
hrwso it is sd/mmc card.20:24
KotCzarnyhrw: technically20:24
KotCzarny:)20:24
jaska_been thinking about reformatting the internal sd with ext220:24
hrwKotCzarny: remember that sd/mmc/cf/xd/etc cards are done as flash chip + wires/controler20:25
KotCzarnyjaska, you're better off with jffs220:25
*** ramo102 has quit IRC20:25
KotCzarnyhrw: i know20:25
xdemonSo... i guess no way at now20:25
KotCzarnybut if i say 'sd' i mean whole card20:25
jaska_kotc: but.. i dont think the sd exports raw flash suitable for jffs220:25
hrwKotCzarny: you cannot format sd/mmc card with jffs220:25
KotCzarnyhrw: what stops me from that?20:25
jaska_it has its own wear leveling layer in front of it20:26
hrwKotCzarny: jffs2 require mtd interface20:26
hrwsd/mmc does not have mtd interface20:26
KotCzarnyhmm20:26
xdemonalso, how i can freed some space on internal memory?20:26
*** ssvb has quit IRC20:27
jaska_otherwise i would :)20:27
hrwxdemon: remove videos, audios, pdfs. then look into /usr/share/locale/ and remove what you do not need20:27
xdemonoh, ok20:27
KotCzarnybtw. having sd card inserted draws power20:27
xdemonso... how i can install GAMES on internal SD? i have 8 gigs SDHC20:28
jaska_i probably should nuke all my localestuff thats not en_GB/fi_FI20:28
*** kwa has joined #maemo20:28
*** geaaru has joined #maemo20:28
KotCzarnyso having 2 cards draws more power20:28
KotCzarny5.0M    locale20:28
KotCzarny:)20:28
jaska_o.O20:28
hrwyou can also remove some software probably but I would not recommend it20:29
hrwmaemo packaging has lot of internal bugs20:29
*** kaie has quit IRC20:29
jaska_i wonder how badly you need to mess it up so that you cant flash it via usb20:29
KotCzarnyprobably hard20:30
jaska_dont really feel like finding a coldflashing serial cable :)20:30
hrwjaska_: flash /dev/urandom as bootlaoder20:30
mb___jaska_: which pins are used by such a cable?20:30
mb___or rather pads20:31
jaska_uuh.. i forgot, just saw something about that20:31
hrwmb___: http://del.icio.us/hrw/ - I bookmarked it iirc20:31
mb___is it jtag or something similiar?20:31
hrwyep - 3rd link20:32
hrwmb___: no - normal serial port20:32
hrwI do not know where jtag connector is20:32
*** ajturner has joined #maemo20:32
mb___hrw: Ah, I have access to the serial. I wonder how flashing works? Does the early bootloader have any hooks?20:34
pupnikxdemon: to see space used by directories use the command "du -s /path/to/whatever/* |sort -n"20:34
xdemoni know it20:34
hrwmb___: I do not have such informations20:34
KotCzarnydu -sx to be exact20:34
pupnikok apologies20:34
xdemoni use linux on my homepc20:34
xdemondebian20:34
xdemonbut20:34
KotCzarnyotherwise you will follow symlinks20:34
xdemonis there is any way to run, for example, battle for wesnoth from internal MMC card with OS2008 (n800)?20:34
*** playya has joined #maemo20:35
KotCzarnythish is not effective20:35
KotCzarnywhich20:35
xdemonany automated way? script?20:35
pupnikxdemon - as I have said, i put large game data on mmc and symlink to it from wherever in the root filesystem20:35
*** Tobotras has quit IRC20:35
*** herzi has joined #maemo20:36
mb___hrw: here's what I found out about the n810 serial console, btw: http://bu3sch.de/n810.php Maybe that's useful to you, too.20:36
KotCzarnyxdemon: it's nearly debian inside20:36
pupnikI'm trying to make games find their data on mmc1 or mmc2 instead of installing to /usr/share20:36
KotCzarnyso anything you know about debian applies20:36
KotCzarny(or other distro)20:36
xdemonsinve it have apt, huh20:36
xdemonits debian20:36
hrwnearly is strong word....20:36
KotCzarnypupnik: symlinks20:36
pupnikglasses20:37
hrwxdemon: fedora can have apt too..20:37
KotCzarnyie. to use ~/.MyDocs/games to point to games on users preferred location20:37
KotCzarnythen installing to ~/.MyDocs/games20:37
KotCzarny:)20:37
KotCzarnyor even better ~/games20:37
xdemonbut apt come from debian? fedora is rpm besed20:37
pupnikKotCzarny: yes that's maybe not a bad idea to put the symlink under MyDocs - would let gui users install game data20:38
KotCzarnypupnik: nope20:38
pupnikfor e.g. for some engines like duke3d20:38
KotCzarnyeven .deb could use it20:38
KotCzarnyand copy files to proper place20:38
pupnikah well mmc1/2 is fine also - users can unpack their data to it as well20:39
KotCzarnypupnik: the idea behind the symlink is that20:39
KotCzarnyuser will choose which mmc to use20:39
KotCzarnyand package maintainer doesn't have to know that20:39
KotCzarnyonly symlink location20:39
*** mazzen has quit IRC20:39
pupnikah ok20:39
KotCzarnyit can even be regular dir20:40
KotCzarnyif one doesn't have any sd cards20:40
*** playya_ has joined #maemo20:40
*** _matthias_ has joined #maemo20:40
hrwxdemon: apt is package fetcher/info tool20:43
KotCzarnyapt-get20:43
KotCzarnyto be exact20:43
hrwxdemon: there are rpm distros whic use apt20:43
KotCzarny:)20:43
hrwKotCzarny: apt-get is tool20:43
*** playya__ has joined #maemo20:43
KotCzarny<hrw> xdemon: apt is package fetcher/info tool20:44
KotCzarny;)20:44
hrwfor me apt == apt+apt-utils20:44
hrwKotCzarny: apt-cache is info tool ;D20:44
KotCzarnyyou have said 'tool'20:44
*** Tobotras has joined #maemo20:44
KotCzarny:)20:44
hrw;D20:45
*** XATRIX has joined #maemo20:45
*** Tuco1 has quit IRC20:47
*** Tuco1 has joined #maemo20:48
*** EruditeHermit has joined #maemo20:48
Veggenhmmf. I do wish package management/patching was done a little more the debian way...20:50
Veggeni.e. not by waiting for next release and then reinstalling everything but by updating incrementally.20:50
*** _berto_ has quit IRC20:51
*** generationally has left #maemo20:52
Veggen...I know it's being worked on, I'm just impatient. And right now, I'd really want a fixed hildon-application-manager package :)20:53
KotCzarny:)20:53
KotCzarnyjust use ssh20:54
KotCzarnyi decided to do it after i couldn't find a way to resize the colums20:54
KotCzarnycolumns20:54
KotCzarnybtw. is hildon-application-manager open?20:54
KotCzarnyit should be simple to cut long version strings when displaying20:55
KotCzarnywithout losing too much of usability20:55
VeggenKotCzarny: it is. Just downloaded the source. But I also see in bugzilla that it's supposed to be fixed in the next version.20:55
KotCzarny(it still would be checkable in details)20:55
*** playya has quit IRC20:55
KotCzarnyhmm20:56
KotCzarnywhat's the link to the source?20:56
VeggenI got it via apt-get source in my scratchbox setup.20:56
KotCzarnylet's see20:56
Veggenbut that, I think, is the version that is installed. Not the fixed version - which I presume should be available from some source code repository somewhere.20:57
*** z72ka has joined #maemo20:58
hrwnext version will be os2009 :(20:59
Veggendiablo?21:00
*** florian has quit IRC21:00
*** playya_ has quit IRC21:00
jkuVeggen, in garage21:01
jkuthe source repo is in the garage project I mean21:01
jkubut be aware that installing newer versions of system packages is a bit tricky...21:01
KotCzarnydo i build that source specially?21:02
KotCzarnyvia dpkg build or something?21:02
*** playya__ is now known as playya21:02
Veggenjku: I'm willing to risk it :)21:02
*** sergio_ has quit IRC21:03
VeggenKotCzarny: fakeroot dpkg-buildpackage worked for me.21:03
*** Sargun has joined #maemo21:03
KotCzarnythx21:03
jkuosso-software-version depends on specific versions, and not having osso-software-version makes Application Manager unhappy, if I recall correctly21:03
jkunot 100% about the last point though21:04
Veggenjku: not that unhappy, I think. I have the rtcomm beta installed, and I haven't seen any major breakage...21:04
jkurtcomm conflicts with osso-software-version?21:04
jkuprobably does... well, that's good to know21:05
Veggen...unless appmanager crashing sporadically can be attributed to that, but I think it's always been rather buggy that way?21:06
Veggen(found the svn source. gonna try building...I'm willing to risk it :)21:08
*** ulises has joined #maemo21:09
VeggenI don't really have anything important on it that can't be easily installed from backup.21:09
ulisesevening all21:09
*** ijon_ has quit IRC21:10
*** alextreme has joined #maemo21:11
unixSnobAre you folks using skype or gizmo, or openwengo?21:11
*** z72ka has quit IRC21:11
*** ijon_ has joined #maemo21:11
*** X-Fade_ has quit IRC21:11
xdemoni use built-in sip client21:11
* lcuk got disalusioned with skype on maemo after finding out no video21:11
KotCzarnysound is nice21:12
unixSnobi understand that grandcentral can be combined with gizmo to get free calls both ways.. not sure if they closed that loophole yet21:12
*** barisione has quit IRC21:12
xdemonits enought for me since i have my own asterisk server..21:12
Veggenxdemon: same here.21:12
lcukbut not when all your mates have skype video support21:12
unixSnobxD no video?  Ha21:12
xdemonhaha21:12
xdemoni m not one =)21:12
KotCzarnyinternal cam sucks anyway21:12
KotCzarny:)21:12
*** mwaldron has quit IRC21:12
* lcuk feels like a pauper - nice new internet tablet with a nice webcam built in but no fudging use21:12
Veggen"nice" webcam?21:13
Veggenit's rather low quality.21:13
KotCzarnylower-low21:13
KotCzarny:)21:13
lcukok, nice idea - its in the right place21:13
unixSnobi definately need something dependable.. this will be for talking to recuiters21:13
VeggenI don't really see the use for it until it's better :)21:13
unixSnobAnd the uplink is evdo.. so it has to be lean21:13
KotCzarnyanyone tried playing twith it and v4l app?21:14
Veggennuts. it needs a new libapt-pkg-dev21:14
KotCzarnykernel config shows it under v4l21:14
Veggen(the new hildon-application-manager)21:14
lcukits no use - on 810 it points at you and about the only thing you can do is take a self shot once or twice then it becomes boring21:14
lcukuit has no application - its like a frikkin appendix21:15
*** Luria has quit IRC21:15
KotCzarnythat's why i asked about v4l apps21:16
KotCzarnyxawtv etc.21:16
*** _matthias_ has quit IRC21:16
KotCzarnyveggen: 2.0.2 fails with: configure: error: libapt-pkg not found.21:17
*** mwaldron has joined #maemo21:17
pupnikhmm i could sell usb tv receivers for tablets21:17
*** braddbr has quit IRC21:17
unixSnoblike the plextor convertx?21:17
pupniki was thinking usb dvb-t devices for german digital tv21:18
KotCzarnyapt-get install libapt-pkg-dev21:18
KotCzarnyhah.21:18
*** luogni has joined #maemo21:20
*** djcb has joined #maemo21:24
*** t_s_o has quit IRC21:24
*** alex-weej has quit IRC21:26
*** spirytusick has joined #maemo21:26
VeggenKotCzarny: yah, found that one too. Next challenge: I need libapt-pkg-dev >= 0.7.6 :)21:26
*** msanchez has quit IRC21:26
Veggenhmm. let's try the -d flags.21:27
KotCzarnyjust install it via apt-get21:27
Veggen(which overrides the dependency checking)21:27
KotCzarnyworks without a problem21:27
KotCzarny(on scratchbox)21:27
VeggenKotCzarny: I'm trying to build the svn version :)21:27
KotCzarny:)21:28
KotCzarnyi had to install libapt-pkg-dev too21:28
Veggen(not the one I got with apt-get source. That's gonna havwe the bug, probably)21:28
KotCzarnyuhum21:28
*** Zic has quit IRC21:30
*** xdemon has quit IRC21:31
hrwbye21:31
*** hrw is now known as hrw|gone21:31
unixSnobwww.teliax.com crashes both firefox and safari.. interesting21:32
KotCzarnybattery low. huh21:33
KotCzarny2000 minutes21:34
unixSnobthis is on a desktop21:34
KotCzarnynot bad with wifi-on21:34
KotCzarny(about 1.5day)21:35
*** L0cutus has quit IRC21:36
Veggenok, so let's  build newer apt and things too.21:36
*** Luria has joined #maemo21:38
*** kwa has quit IRC21:41
*** CrashandLie has joined #maemo21:44
*** svu_ has quit IRC21:44
*** CrashandDie has quit IRC21:44
*** svu has quit IRC21:44
Veggenhmm. built ok, and now new application manager is building too...21:44
*** guardian has joined #maemo21:49
*** Tama^2 has joined #maemo21:49
*** zumbi has joined #maemo21:51
*** fcarvalho has quit IRC21:52
*** bergie has quit IRC21:52
Tama^2Hello21:52
pupnikbleh mono mp3 encoding seems to set the audio to be offset21:54
*** ajturner has quit IRC21:56
*** svu has joined #maemo21:57
*** roe has joined #maemo21:57
roeI am sure I am not the first to ask, but I can't find anything on the maemo website.  Any work being done porting OOo to maemo?21:58
KotCzarnyO.o21:58
Veggenok. serious breakage here.21:58
Veggen:)21:58
KotCzarnyyou realize it has 128mb of mem?21:58
KotCzarnyand no java? (afaict)21:59
Veggenroe: not gonna be done. too large footprint.21:59
roehow about an abiword or gnumeric21:59
KotCzarnyprobably doable21:59
KotCzarny:)21:59
*** svu_ has joined #maemo21:59
*** Lynoure has left #maemo22:00
roeone more question, this calendaring beta I am reading about, I see it supports icals, but is it planned to support caldav?22:00
*** mb___ has quit IRC22:02
Tama^2here are you reading about it? :)22:03
roethere is some info on the maemo.org site22:03
*** zumbi_ has quit IRC22:03
Veggenok. new hildon-application-manager sorta installed. I think. I had to be ugly and do a --force-conflicts, though ;)22:04
pupnikhmm i never used that22:05
pupnikdpkg -i foobar.deb --force-conflicts ?22:05
KotCzarnyyes22:06
Veggenit wanted to deinstall hildon-update-notifier that a bunch depended on. but I couldn't really see what conflicted, when listing the package contents.22:06
KotCzarnybut conflicts info isn't dummy22:06
KotCzarnyi guess it will introduce breakages22:06
VeggenKotCzarny: maybe. but I had already broken hildon-application-manager by installing newer apt ;)22:07
KotCzarny:)22:07
Tama^2pupnik, question: bandwidth to the LCD is 18MB/s, but... is the transfer DMAable or the CPU has to move the bits?22:07
VeggenKotCzarny: good news is that the new application manager even seems to work.22:07
KotCzarnygreat22:08
KotCzarnyi wonder what stopped working then22:08
KotCzarny:>22:08
Veggenmmm ;)22:08
Veggenhildon-update-notifier, probably.22:08
pupnikTama^2: can't answer accurately22:10
Tama^2can you point me to some info?22:11
*** eton_ has joined #maemo22:11
VeggenKotCzarny: I see that new application-manager has a libhildon-update-notifier builtin.22:12
Veggen...so probably the standalone one is just obsoleted.22:12
KotCzarnygood22:13
KotCzarnyi guess22:13
Veggen...which means I think I've not broken anything, really.22:13
KotCzarny..yet22:13
VeggenKotCzarny: well. true :) but it seems that it actually works now.22:14
Veggentried updating and installing applications, and it works.22:14
KotCzarny:)22:14
*** dolske has quit IRC22:16
*** hugolp has quit IRC22:20
Veggenhmm. seems I miss a translation or two. but hell, I can live with that.22:21
*** ulises has left #maemo22:21
Veggenhmm. application manager seems faster.22:22
KotCzarnyby not resizing columns every time?22:23
KotCzarny;)22:23
VeggenKotCzarny: there's more that's changed. I think.22:23
*** Spakman has joined #maemo22:25
pupnik[nokia770] Using ARM JIT YUV420 scaler (quality=2) to scale 480x280 => 480x280  ... ergh... why22:25
KotCzarnycolor type conversion?22:26
KotCzarnyfrom rgb to yuv etc?22:26
pupnikoh ok22:26
KotCzarnywild guess22:27
KotCzarnycheck other messages22:27
*** MagicFab has joined #maemo22:27
*** thopiekar has joined #maemo22:27
*** marko has joined #maemo22:28
*** marko is now known as zchydem_home22:28
*** pleemans has quit IRC22:28
*** thopiekar has left #maemo22:29
*** eton has quit IRC22:29
*** eton has joined #maemo22:30
pupnikit's always giving me a +560ms offset on playback now :(22:31
Veggenit *is* more snappy.22:32
Veggen(newer application manager)22:33
pupniknice22:33
*** Koshi has joined #Maemo22:33
SpakmanI'd like to enable drag scrolling on my Gtk TextView widget, but on Maemo the motion-notify-event that I'm trying to use only seems to get fired once until I release and tap again. Are the events getting caught somewhere else? Any idea what I should do?22:34
*** eton_ has quit IRC22:34
pupnikwoww mplayer now only taking 18-48% cpu  on this vid22:35
*** Advhertz has joined #maemo22:35
Advhertzhello there, I was wondering...it should be possible to see the boot (kernel and SO msgs) of a n8x0 ???22:36
KotCzarnyyes22:36
Advhertzjust like linux does?22:36
Advhertzreally?22:36
AdvhertzKoshi, and how?22:36
AdvhertzKotCzarny, and how?22:36
KotCzarnyprobably some boot options, or modifying kernel22:37
AdvhertzKotCzarny, ah are u guessing?22:37
AdvhertzKoshi, u are not sure...22:37
KotCzarnyi have seen someone booting puppylinux22:37
*** p| has joined #maemo22:38
Veggenthere's some package breakage, though. contemplating just deleting the packages, though. I doubt nokia-repository is ever gonna be upgraded, and if it is, it's not like I can't find and do the changes manually.22:38
Veggenosso-af too.22:39
KotCzarnya. why do you need them anyway?22:39
KotCzarnyjust do dmesg > /tmp/dmesg.log22:39
KotCzarnyafter the boot22:39
lcukwhat if you dont manage a full boo22:39
lcukt22:39
AdvhertzKotCzarny, eh eh....u'r in right man22:39
KotCzarnyi guess he's just curious22:40
KotCzarny:)22:40
*** CrashandLie has quit IRC22:40
Advhertzcrazy man....the /boot/ dir is empty....22:41
Advhertzmh...22:41
KotCzarnyit's not your usual pc box22:41
KotCzarny:)22:41
KoshiAdvhertz, sorry what?22:41
KotCzarnyit's embedded device22:41
Veggenthe kernel is on a separate "partition" on your internal flash.22:42
Veggenand so is initfs, but that one is mounted under /mnt/initfs22:42
KotCzarnyread only though22:42
Veggensure.22:42
*** eber_ has quit IRC22:43
*** dolske has joined #maemo22:43
*** djcb has quit IRC22:43
pupnikok KotCzarny adding "autoaspect" to the mencoder fixed that silly scaler problem22:43
KotCzarny:)22:44
*** Tama^2 has quit IRC22:44
pupnikstill sync is off... maybe it's because i manually increased the bitbucket22:44
*** felipec_ has joined #maemo22:45
pupnikswitching back to stereo fixes the sound sync problem22:47
*** EruditeHermit has quit IRC22:47
*** djcb has joined #maemo22:50
*** sbaturzio has joined #maemo22:50
*** alex-weej has joined #maemo22:51
KotCzarnypuppnik: - Private messages from unregistered users are currently blocked due to spam problems, but you can22:52
KotCzarnyi can't respond you22:53
KotCzarnyjust you know22:53
KotCzarny:)22:53
pupnikthat's ok :)22:53
Veggenok. rebuilding without the conflicts-stuff.22:53
Veggen(without conflicting with hildon-update-notifier)22:53
pupnikit will be available in 68 seconds22:53
*** EruditeHermit has joined #maemo22:53
KotCzarnymy next battery test will be without mem cards22:53
KotCzarny:)22:53
KotCzarnythis one lasted 1.5day22:53
*** mat has quit IRC22:54
*** Crfrod has joined #maemo22:54
*** henrique has quit IRC22:55
*** Tama^2 has joined #maemo22:55
Veggenah. that did it. no more conflict.22:55
*** mat has joined #maemo22:56
*** CrashandDie has joined #maemo22:57
KotCzarnypupnik: that vid looks like some rip23:00
pupnikIt's off a dvd23:01
KotCzarnyinitial logo jumps a little23:01
pupnikYep like in the old film graphics23:01
pupnikfunny thing is how mplayer's cpu use is so low23:02
*** andrunko has quit IRC23:02
pupnikbut i can't increase resolution23:02
KotCzarnybecause it's only 480x28023:02
*** _matthias_ has joined #maemo23:02
pupnikit's kinda blurry at 720x576 too23:03
KotCzarnyhehe23:03
pupnikbut the aspect ratio is crazy narrow - i had to crop23:03
*** guardian_ has joined #maemo23:03
*** colinl has quit IRC23:04
pupnikmencoder -endpos 125 /mnt/share2/Movies/Foobar__DVD.img -o Foobary_280_lavc.avi -srate 22050 -channels 2 -oac mp3lame -lameopts lowpassfreq=11000:q=7:vol=2:aq=8:padding=2 -vf-add crop=560:372 -vf-add scale=480:280 -vf-add eq=-12:0 -vf-add eq2=1.30:1.1:0:1:1:1:1:.75 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=500:vrc_buf_size=917:vrc_maxrate=800:vrc_minrate=0:vhq:lumi_mask=0.3:dark_mask=0.5:autoaspect:vpass=2 -ofps 25 -force-avi-aspect 800:37223:04
*** guardian has quit IRC23:04
KotCzarnyehehe23:05
pupnikthe first eq pulls down brightness by 12 which erases the dark portions, then the second eq2 brings up gamma again.23:05
KotCzarnythat movie is cut in a nice moment23:05
KotCzarny:)23:05
*** Yanker has joined #maemo23:05
Yankerheya23:06
Yankeranyone have an idea of what is the metalayer-crawler doing23:06
KotCzarnycrawling23:06
Yankerits eating up my cpu23:06
KotCzarnylife23:06
KotCzarnyit's a rogue application to eat your battery23:07
KotCzarnyit's evil23:07
*** kupesoft has joined #maemo23:07
Yankeryea and it morphs... cant kill it!23:07
KotCzarny:)23:08
YankerDescription: Metalayer Crawler Daemon Crawler is a program that is always running on the background. The purpose of the program is to collect information about the comings and goings of media files in the system. The metadata of media files is automatically extracted using libmetalayer for other applications to use.23:08
GeneralAntillesIt scans for media23:08
lcukit is demonic23:08
KotCzarny'extracted'23:08
KotCzarnyas i said, pure evil23:08
GeneralAntillesIt gets tripped up over recursive symlinks occasionally.23:09
KotCzarnyno feelings23:09
GeneralAntillesWorks fine here.23:09
KotCzarny;)23:09
lcukhow do you use the information it snags?23:09
GeneralAntillesMedia player23:09
*** zwnj has quit IRC23:09
lcukbut cant it just scan when i like - open media player ?23:09
KotCzarnylcuk, no!23:09
GeneralAntillesBecause that takes time23:09
GeneralAntillesLook at how long Canola takes to load.23:09
lcukor actually leave it without scanning23:09
KotCzarnyit should extract information on 'per-open' basis23:10
Yankermy pda is soo going to fry!23:10
KotCzarnynot 'constantly'23:10
*** XATRIX has quit IRC23:10
lcukoh, but it detects a file system change - it MUST rescan23:10
KotCzarnyor at least there should be a switch23:10
lcukupdate your log files: rescan.23:10
*** bergie has joined #maemo23:10
lcukcough too loudly: rescan23:10
KotCzarny:)23:11
lcukcan it be disabled ?23:11
KotCzarnyyes23:11
lcukeasily and without breaking stuff23:11
lcuk?23:11
*** t_s_o has joined #maemo23:11
KotCzarnyyes23:11
Yankergnome-vfs should handle the spawn of it shouldnt it?23:12
KotCzarnyunless you need additional info in media player23:12
Yankerit should be easy enough to setup the vfs for specific media libraries23:12
*** Crfrodf has quit IRC23:12
Yankers/lib/folders23:12
lcukwhat do you mean "additional info" - if its things like waveforms and images23:12
KotCzarnylcuk: it's like: your media files are there, there, and there, and they are named that, that, that23:12
*** Luria has quit IRC23:12
lcukor is it the meta data from media - mp3 tags23:12
KotCzarnymedia library is evil23:13
KotCzarnyand you know what? it doesn't save that info anywhere23:13
lcukso if i disable it it will not rescan anywhere and just use the paths it knows right now?23:13
KotCzarnymeaning it will rescan every time23:13
KotCzarnyno23:13
Yankerwho made that.... string him up!!23:13
KotCzarnyif you disable it your media library will be empty23:13
lcukwell thast a steaming pile of hotspur23:13
*** Zetx has joined #maemo23:13
KotCzarnyand you will have to click 'open and browse' to play23:14
lcukcant we make it "think" its got media23:14
KotCzarnybut it can be reenabled safely23:14
lcukand does the media player fill up as it scans folders?23:14
KotCzarnylcuk: become root and: /etc/init.d/metalayer-crawler0 stop23:14
KotCzarnyyou will see how it will look without ml23:15
Yankerwell its like this; ... i had a bluetooth headset plugged in while listening to the radio streamer applet, then while going through the 'My selection' links the pda crashed23:15
lcukie, could i make myself a shell script which "start crawling.   run mediaplayer.    stop crawling"23:15
KotCzarnylater you can reenable it by changing stop to start23:15
Yankernow, no applets are shown at all23:15
KotCzarnyyanker: nokia is not a pda, it's more like a regular laptop23:15
KotCzarny:)23:15
lcukyanker - dont call it a pda, GeneralAntilles has a heart murmur23:16
KotCzarnylcuk: but it will take long time everytime23:16
KotCzarnybetter just get nice player23:16
KotCzarnythat won't relay on such maddness23:16
lcuki agree, but mediaplayer is actually nice23:16
KotCzarnyevince looked promising23:16
Yankerlolz nvm that23:16
*** simon_ has quit IRC23:17
Yankerjust because its with a unix os? i dont see the difference, other than another handle of the device drivers :)23:17
Yankerhow do i fix it?!23:17
*** Zetty has joined #maemo23:17
KotCzarnyyanker: pda reminds me of ipaq/palm23:17
Mouseywhat i wanna know is how do you get media players to use the headphones profile instead of the headset profile!!!!23:17
* Mousey cries23:17
GeneralAntillesMetalayer-crawler has never been a problem for me.23:17
KotCzarnyand windows mobile23:18
KotCzarny*shrug*23:18
GeneralAntillesThat said, I'd like to see an option.23:18
lcukKotCzarny, remember last nigth the bits about the fbreader library, it might look awful, but it does pretty much what you expect - give it a base folder and it will grab there and then and retain the list23:18
KotCzarnylcuk: i don't want the list23:18
KotCzarnyi want simply click on files23:18
*** Zetty has quit IRC23:18
KotCzarnyi want to do work once23:18
KotCzarnynot twice23:18
KotCzarnyie. 1/ put your files in nice folder depending on my criteria23:19
KotCzarny2/ add them again to media library23:19
lcukso you are an old style media player classic single file at a time man rather than itunes :) i hear ya and agree23:19
KotCzarnylcuk: nope23:19
Yankerwell, something has my cpu by the balls, and its metalayer-crawl daemon :)23:19
KotCzarnydo you want to test my hacked mplayer frontend?23:19
KotCzarny:)23:19
KotCzarnyit's ncurses based right now, but quite usable23:20
lcuknot really, for now mplayer for me hasnt really shone23:20
KotCzarnyjust for interface test23:20
lcukive had better compatability with the limited media i have played using the built in23:20
KotCzarnyalso it would work via ssh23:21
KotCzarnybecause it's ncurses based23:21
KotCzarny:)23:21
*** luogni has quit IRC23:21
*** eton_ has joined #maemo23:24
*** ajturner has joined #maemo23:25
Yankeri sooo want that crawler dead .o.O23:26
KotCzarny:)23:26
MangoFusionwanted, dead of alive: MetaCrawler23:27
MangoFusionerrm or23:27
KotCzarnymine is dead23:27
MangoFusionman, i can't type today23:27
KotCzarnywant it?23:27
KotCzarny:)23:27
MangoFusionactually on second thoughts i will pass23:27
*** etrunko has quit IRC23:28
KotCzarnyit's dead for days now23:28
*** t_s_o has quit IRC23:28
*** etrunko has joined #maemo23:28
*** MoRpHeUz has quit IRC23:30
*** alex-weej has quit IRC23:30
*** luck^ has quit IRC23:30
*** alex-weej has joined #maemo23:31
*** X-Fade has joined #maemo23:31
*** EruditeHermit has quit IRC23:32
GeneralAntillesYou're crazy, lcuk.23:33
GeneralAntillesWhat media are you playing? <_<23:33
*** felipec_ has quit IRC23:33
*** djcb_ has joined #maemo23:34
*** Zetx has quit IRC23:34
lcuknot a lot - movies recoded using the nokia media convertor and tv shows.  mplayer became unresponsive on a number of occasions and seemed to lock in fullscreen for 10-15seconds too long.  ontop of that the initial interface was not finger friendly (built in isnt much better, but its a start)23:35
KotCzarnylcuk: i'm talking about audio files right now23:35
KotCzarnythough my gui has support for youtube browsing/playing too23:35
KotCzarny;)23:35
lcuki dont play audio files through nokia - speakers sound shite and headphones arent needed - i have a good enough media centre with speakers right here23:36
KotCzarnystill, sometimes it can come handy23:36
GeneralAntillesPoor N810 users and their crappy speakers.23:36
* GeneralAntilles enjoys watching movies in bed with the N800's speakers.23:37
lcukspeakers are better than old pda and it sounds fine when playing tv programs23:37
* KotCzarny has n800 too23:37
aquatixn810 sounds decent23:37
aquatixbut i like normal speakers or headphones better anyway23:37
* KotCzarny can't tell because has only one 23:37
lcuki am miffed about how quick it goes through battery though - its constantly hooked up to the wall23:37
* lcuk feels tethered23:37
* aquatix only has an n810 23:37
GeneralAntillesI wish mplayer had the ability to turn the volume up over 100%23:37
*** djcb_ has quit IRC23:37
aquatixnever listened to an n80023:38
KotCzarny'a'23:38
aquatixKotCzarny: n800 is pronounced `en-eighthundred'23:38
aquatixso `an'23:38
aquatixi'd say23:38
lcukGeneralAntilles,  the nokia automatically does it if you watch spinal tap23:38
KotCzarnyi pronounce it as 'nokia-800'23:38
GeneralAntillesThat's wrong.23:38
aquatixah23:38
aquatixthan it would be `a', but that's not how you pronounce it :)23:39
lcukn810 is pronounced nokia internet tablet 810 series - i loath to call it n series23:39
GeneralAntillesWhat's with you and trying to correct people with your wrong answers? <_<23:39
KotCzarnyok23:39
KotCzarny:)23:39
aquatixlcuk: :)23:39
KotCzarnybecause i'm right too?23:39
KotCzarny:)23:39
aquatixlcuk: bit long though ;)23:39
aquatixKotCzarny: not quite23:39
aquatixnokia pronounces it as `en-eighthundred' themselves23:40
Fang64*yawns* just call it n800 for short or 'en-eighthundred' lol and look over the fact it's called a Nokia Internet Tablet 8x023:40
lcuki know, but the nseries are cool devices which make full use of their hardware23:40
KotCzarnyanother example of word that starts with n ?23:40
KotCzarny:)23:40
KotCzarnylcuk: not true23:40
KotCzarny:)23:40
GeneralAntillesaquatix has got you here, might as well drop it before you start to look bad.23:40
aquatixnitroglycerin23:40
KotCzarnyan or a?23:41
aquatixor however it's spelled23:41
KotCzarny:)23:41
aquatix`a'23:41
aquatixduh23:41
*** astro76 has quit IRC23:41
KotCzarnyhah.23:41
lcukok then KotCzarny when are we gonna get n-gage gaming ported to this n series device?23:41
aquatixKotCzarny: like you made a point now?23:41
* KotCzarny has got n-gage too23:41
GeneralAntilleslcuk, quite possibly with OMAP3. :D23:41
KotCzarny(original)23:41
aquatixKotCzarny: and how do you pronounce `n-gage'?23:41
KotCzarnyaquatix: :)23:41
lcukbut hasnt the current n95 which has same chipset got it already ;)23:41
aquatixnnngahche?23:42
KotCzarnyauqatix the fact that they 'misspelled' the word doesn't mean it's right23:42
* aquatix rests his point23:42
lcukor is it one of the lesser models for now23:42
KotCzarnyit was a pun on 'engage'23:42
KotCzarny:)23:42
aquatixwell, n770, n800 and n810 are model names23:42
lcukyou sayl n-gage as "taco"23:42
aquatix`n' is just a letter23:42
*** eton has quit IRC23:42
KotCzarny:)23:43
* aquatix stops23:43
KotCzarnyhttp://en.wikipedia.org/wiki/N-Gage23:43
KotCzarny:)23:43
aquatixhttp://en.wikipedia.org/wiki/N23:43
lcukaquatix, its not just a model name, the n stands for nseries http://www.nseries.com/index.html    its an entire range of related devices23:43
aquatixlcuk: i know23:43
aquatixwhich is also pronounced `en-series'23:44
MangoFusionN-Gage phone was hilarious23:44
aquatixoh well23:44
* KotCzarny uses n-gage still23:44
aquatixMangoFusion: depends on your humour ;)23:44
MangoFusionhehe23:44
KotCzarnyi love it :)23:44
* aquatix has laughed his ass off watching silly side-talk23:44
*** dolske has quit IRC23:44
KotCzarnythough has short battery life when playing23:44
*** giskard has quit IRC23:44
KotCzarny:)23:44
KotCzarnyi have seen some mods for sidetalking23:44
KotCzarny;)23:44
KotCzarnyincluding drilling23:45
KotCzarnybut for me sidetalking is quite ok23:45
xuser_how can I right click? need it for rdeskto.23:45
KotCzarnyxuser: press and hold stylus a little while23:45
aquatixxuser_: long tap?23:45
lcukthat doesnt work for me when i use vnc so i wouldnt hold breath...23:45
KotCzarny:)23:46
xuser_ok let me see23:46
KotCzarnyrdesktop is nokia'a app?23:46
KotCzarnyisn't it?23:46
aquatixxuser_: if it doesn't work, hook up a mouse ;)23:46
KotCzarny-> can work23:46
KotCzarny:)23:46
aquatixKotCzarny: vnc != rdesktop23:46
KotCzarnyhe uses rdesktop23:46
aquatixerm, ah23:46
aquatixlcuk had me confused23:47
KotCzarny:)23:47
*** beavis has quit IRC23:47
* lcuk has himself confused23:47
* aquatix throws some cold water over lcuk to un-confuse him23:47
* KotCzarny yawns23:47
lcukWAIT23:47
lcuklet me put nokia down first23:47
* aquatix freezes in mid-throw23:47
lcukok23:47
* lcuk is a bit neurotic with nokia and drinks23:48
KotCzarnyisn't it waterproof?23:48
lcukam i the only one?23:48
Fang64lol23:48
* aquatix continues throwing and watches bucket hit lcuk because of the misfired throw23:48
KotCzarny:)23:48
GeneralAntillesI've heard a number of survival stories where people dropped their tablets in water while they were on.23:48
lcukmwah hahahaaa! i has a bukkit!!!23:48
aquatixwater generally isn't *that* bad23:48
lcukand a sore head23:49
*** texel has joined #maemo23:49
aquatixoh noes, they takez bukkit!23:49
lcuki once washed my nvidia graphics card under the tap23:49
xuser_didn't work :/23:49
lcuki managed to get the coke out of it23:49
KotCzarnyxuser: read rdesktop docs23:49
aquatixlcuk: never sniff from your hardware23:49
lcukhowever from then onwards all the scenes it rendered looked like they were underwater23:49
KotCzarnymaybe they have an another way for right click23:50
GeneralAntillesHar har har23:50
Fang64well pure water isn't bad lol assuming you have water that is absolutely free of contaminants X.x23:50
*** Cptnodegard has quit IRC23:50
KotCzarnyfang: pure water? where?23:50
KotCzarny:>23:50
texelDistilled water, you mean. =o)23:50
lcukremote desktop programs send input as its obtained from the user, how does it know you dont want to long press on your remote desktop?23:50
aquatixFang64: which it isn't anymore when you start cleaning with it23:50
Fang64indeed23:50
xuser_yeah Ill check it out23:50
Fang64lol23:50
KotCzarnylcuk: it asks xserver for input23:51
*** dolske has joined #maemo23:51
KotCzarnyand xserver can send what it decides to send23:51
lcukyes, and xserver wont doesnt just switch from a left click to a right automatically - thats down to software control23:51
Fang64can the N800 do X11 forwarding?23:51
*** alex-weej has quit IRC23:51
lcukhence the flashy cursor and menu23:51
*** Luria has joined #maemo23:51
KotCzarnyxserver IS software23:51
KotCzarny:>23:51
KotCzarnyfang: probably23:52
*** SDuensin has quit IRC23:52
lcukyer, but its generic software23:52
lcukfang, closest i have seen is x11vnc server23:52
Fang64uhm23:52
KotCzarnyssh -R/-L ?23:52
KotCzarny:)23:52
*** alex-weej has joined #maemo23:52
Fang64I'm talking X11 forwarding over ssh or something like a desktop app and having n800 as client23:52
Fang64wondor how well that'd work23:53
Fang64lol23:53
texelFang64: not likely well.23:53
Fang64wonder*23:53
GeneralAntillesYes, it works fine, Fang6423:53
lcddFang64: normal x windows don't behave as you'd expect23:53
Fang64ah23:53
GeneralAntillesWell, ^23:53
GeneralAntillesBut it does work.23:53
texelEspecially with programs that expect the window manager to do specific, tiled things.23:53
Fang64so the translation between the desktop to the tablet doesn't work too swift?23:53
KotCzarnyit's not your usual x.org23:53
Fang64I'm aware23:54
Fang64lo23:54
Fang64lol23:54
KotCzarnythey use substitute23:54
KotCzarny:>23:54
Fang64I mean it's still X isn't it XD23:54
Fang64a form of it23:54
texelIt's the same x.org, they just use a different window manager that does things that most X clients don't expect.23:54
KotCzarnyit implemenst some of X protocol i guess23:54
lcukahhh, you mean its like "Microsoft X" - they took a standard and screwed with it23:55
Fang64GeneralAntilles: so forwarding a X11 to the tablet works?23:55
*** giskard has joined #maemo23:55
*** alex-weej has quit IRC23:55
* texel sighs23:55
*** kenne has quit IRC23:55
Fang64lol23:55
*** alex-weej has joined #maemo23:55
texelAnybody else still seeing problems with metalayer-crawler on OS2008 (chinook)?23:56
* KotCzarny killed it off23:56
aquatixdepends what you defines as `problems'23:56
texelI'm afraid my install generally ends up eating memory like mad, rather than CPU.23:56
lcuklol texel, scrollback23:56
*** _matthias_ has quit IRC23:57
texellcuk: wasn't in here prior to a few minutes ago. =op23:57
texelaquatix: >60MB VMEM usage.23:57
aquatixhm, ouch23:57
KotCzarnyin general everyone has to ask about mcrawl23:57
KotCzarnysooner or later23:57
KotCzarnyit's EVIL23:57
texelNot evil. Just oddly implemented, methinks.23:57
texelIs it at least open enough so we can see the source?23:57
KotCzarnyunnecessary23:58
KotCzarnyimo whole medialibrary concept is sick23:58
KotCzarnyusefull sometimes23:58
Fang64lol23:58
KotCzarnybut not worth it23:58
KotCzarnybut i'm not a regular user23:59
KotCzarny:)23:59
texelHrm. So then the next question becomes: are there any outstanding bugs open for it that haven't been marked as "FIXED"?23:59
*** EruditeHermit has joined #maemo23:59

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!