IRC log of #maemo for Tuesday, 2008-02-19

lcuk_3oooer, not sure, i know things eat more if they need to refresh after other windows close above00:00
*** ustunozgur has quit IRC00:01
*** mwaldron has quit IRC00:01
*** sp3000 has quit IRC00:01
*** braddbr has joined #maemo00:02
__markerhttp://lesswatts.org/projects/powertop/known.php although maybe not applicable on its00:05
*** krau has quit IRC00:05
*** MoRpHeUz has quit IRC00:06
*** kenne has quit IRC00:07
*** hfwilke has quit IRC00:08
*** EruditeHermit has joined #maemo00:08
*** hfwilke has joined #maemo00:08
*** florian has joined #maemo00:09
florianre00:10
*** Tuco800 has joined #maemo00:12
*** DanielLion has joined #maemo00:12
__markerarhh managed with my pls. links2 rocks00:13
*** tjafk3 has joined #maemo00:16
*** luck^ has quit IRC00:16
*** tjafk1 has joined #maemo00:17
*** fcarvalho has quit IRC00:19
*** DanielLion has left #maemo00:21
*** mk8 has quit IRC00:21
*** renatofilho^ has quit IRC00:21
*** Vudentz has quit IRC00:21
*** DanielLion has joined #maemo00:25
* lcuk_3 curses at 13fps fullscreen00:25
*** TrXuk has quit IRC00:27
*** cmarcelo has quit IRC00:29
lcuk_3if i open an x window (actually xv) am i still ok to use the SDL_Pollevent function to grab mouse or should i not be touching sdl if i dont have an sdl window?00:29
*** vcgomes has quit IRC00:32
*** tjafk2 has quit IRC00:32
*** tjafk3 has quit IRC00:32
*** tjafk1 has quit IRC00:34
*** DanielLion has quit IRC00:34
*** djcb has quit IRC00:36
pupniknot sure lcuk_3 - how about open a sdl window and don't use sdl to draw00:37
*** andrunko has quit IRC00:37
lcuk_3im not against using x events but finding it tough seeking api/examples00:39
lcuk_3ive got fullscreen 800*480 updates at 13fps using xv practically flicker free - it even does autoscaling if you pass it a smaller screen and its quicker.  ill see if there is an rgb mode instead of the yuv its currently in00:40
*** chenca has left #maemo00:40
*** jeff1f has joined #maemo00:40
pupnikcool lcuk_3 - save backup00:43
pupniks00:43
lcuk_3always do :)00:43
lcuk_3i just went and grabbed the example on wikipedia for the xv article and got it running and been playing00:44
*** pH5 has quit IRC00:45
*** juergbi has quit IRC00:46
*** __marker has quit IRC00:46
*** qos_ has quit IRC00:51
*** captainigloo has quit IRC00:52
*** philipl has quit IRC00:52
*** __marker has joined #maemo00:54
*** fab_away has quit IRC00:54
*** MangoFusion has quit IRC00:56
*** hfwilke has quit IRC00:57
*** |tbb| has quit IRC01:03
*** murrayc_ has quit IRC01:04
*** Cptnodegard has quit IRC01:08
pupnikOk well none of the generated profile data helped performance01:09
*** cmarcelo has joined #maemo01:11
pupnikat least not that I could see.  the occasional dropouts seemed to be fixable with a slightly larger buffer on the esd driver side.  Then there's the issue of the burbly sound, which turns out to be a side effect, i think, of the oversampling and the filtering they do.  The sound generator generates sound at 16x the sampling frequency, then passes that through a filter, and I am pretty confident that this filter creates audio artefacts at the boundary of01:11
pupnikthese are inaudible at higher frequencies like ~ 22050khz01:12
*** vivijim has quit IRC01:13
pupnikincreasing sample rate to 12000 hz dramatically reduces the burbling effect, but so far i don't have a build that consumes less than 90% cpu at that setting01:13
pupnikstarting from scratch again with only changes to esd.c01:14
*** __marker has quit IRC01:17
lcuk_3pupnik, i noticed occasional random freezing with whatever i am doing, it will run smoothly, then just grind to a halt and judder then pick back up again01:20
pupnikyou're blitting graphics via xv?01:20
lcuk_3yes, but i noticed it when i was directly playing with the fb .  i put it down to background processing01:21
lcuk_3other apps stealing the limelight, or it was the cpu scaling back01:21
pupnikyou can lock the cpu to high perf mode01:22
lcuk_3osso command?01:22
lcuk_3or a compiler option?01:22
pupnikcat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors01:23
pupnikecho performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor01:23
lcuk_3doesnt that mean it will drain faster whether or not my program is running, or do you mean write it at start and cleanup at end?01:23
pupnikjust for testing and making sure there's no scale back01:23
pupnikbut i've never seen a difference yet in performance for games and such that use much cpu01:24
lcuk_3so by default its set to ondemand01:24
lcuk_3have you played the other way and tried in on conservative?01:25
pupnikno01:25
*** EruditeHermit has quit IRC01:26
lcuk_3i might just do that - i ran my old pda on lowest setting since the day i got it and enjoyed better battery life01:26
lcuk_3anyway, thanks ill try it on the performance setting and see01:26
*** matt_c has quit IRC01:27
lcuk_3hmm doesnt change01:27
lcuk_3ahh my mistake01:28
lcuk_3did now01:28
lcuk_3full screen blitting with screen on lowest brightness makes the backlight flicker/hum - the graphics are scrolling crisply but the light is dimming01:30
lcuk_3must be the power drain ;)01:30
*** aloisiojr has quit IRC01:31
*** Molagi has quit IRC01:31
pupnikthis is all 16bpp source to 16bpp RGB565?01:32
lcuk_3its not rgb, its yuv01:33
pupnikcool01:34
lcuk_3and governor made no noticable difference in quick test, none of them juddered this time though.  both 14.6 fps01:34
lcuk_3lemme drop size down to 400*240 and see what it gives (its automatically scaled up)01:35
lcuk_355fps01:35
lcuk_3it looked a bit more jerky but thats because it was zooming faster01:35
lcuk_3theres no real work going on im just writing bytes to a full surface for each time - its similar in concept to your pupvox01:36
*** aloisiojr has joined #maemo01:38
*** fsmw has quit IRC01:43
*** p| has quit IRC01:45
pupnikWe should compare that to a 16-16bit sdl updaterect blit at 400x240.01:49
pupnik(without xsp)01:50
*** matt_c has joined #maemo01:53
lcuk_3absolutely, i think though i am finally starting to understand the yuv formats01:53
* jott wonders how much performance we would gain if we used xv/dga/framebuffer/... in the SDL core01:53
*** etrunko has quit IRC01:53
pupnikAlso no reason not to make a maemo wiki out of it, for collaborative documentation01:54
pupnikI have several snippets of tests by ssvb lying around01:54
lcuk_3at least for grayscale we could get quite massive gains - it would only have to update an 8bit image (even though it sends over extra data  (half res squares to give color)01:55
pupnikThe discipline imposed by public documentation can help greatly in sorting-out the facts, edge cases and exceptions01:55
*** __marker has joined #maemo01:56
pupniknewvox right now gets ~15fps at 800x480 and ~65 fps at 400x24001:56
lcuk_3nice :)01:56
pupniklemme confirm hat01:56
jottpupnik: that is usual SDL X11 blitting (+ Xsp)?01:57
lcuk_3im sure somewhere locked away inside the lcd driver there is a lower res planar format01:57
pupnikno, 21.74 fps right now at 800x48001:57
pupnikunless my sdl framecounter is lying01:57
jotthehe yeah easiest way to increase performance framecount+=2 ;p01:57
lcuk_3or skip an update if you are running behind planned speed ;)01:58
pupnikyes it is an 8-bit sdl palletted surface, supposedly X11 is transforming that to RGB565. the 400x240 version is with xsp01:58
lcuk_3misses on blower, gotta dash01:58
pupnikok cheers01:58
*** pdz has joined #maemo02:03
ssvblcuk_3: and I wish this performance problem could be just in software, something stupid like sending data to LCD controller twice from the omapfb driver :)02:04
ssvblcuk_3: jokes aside, but this theory also needs to be considered02:05
*** anders_gud has joined #maemo02:05
*** felipec has quit IRC02:05
*** anders_gud has quit IRC02:06
*** MagicFab has quit IRC02:08
*** gopi has quit IRC02:09
NaviHeh02:09
*** massoud has quit IRC02:10
*** massoud has joined #maemo02:10
*** chelli has quit IRC02:12
*** pdz- has quit IRC02:16
pupnikwow haven't seen a goto in a while02:17
Navi:302:18
jottssvb: a little question: the spec for the epson display you referred to was for the S1D13745, but isn't the S1D13744 in the N810? or do i confuse here something!?02:20
*** jprieur has quit IRC02:20
*** massoud has quit IRC02:22
*** massoud has joined #maemo02:22
ssvbjott: kernel has a file 'blizzard.c' in omapfb sources02:25
lcuk_3i *think* at least from a cursorary glance that the 13744 has double the ram of the 13745 and not much different besides.02:25
ssvbit defines two strings02:25
jottyes..02:25
ssvb#define BLIZZARD_VERSION_S1D137450x01/* Hailstorm */02:25
jottone blizzard and a hailstorm02:25
ssvb#define BLIZZARD_VERSION_S1D137440x02/* Blizzard */02:25
ssvbyes02:26
ssvbif you search in maemo developers mailing list archives, Daniel Stone mentioned that they are only using Hailstorm (S1D13745)02:27
jottok.. just curious02:27
ssvbsomething like this post: http://www.mail-archive.com/maemo-developers@maemo.org/msg07062.html02:27
jottthanks for the pointer..02:29
lcuk_3hailstorm has 1280kb memory, blizzard has 2560k a YUV12 buffer is 576000 bytes, a whole 16bit rgb buffer is 768000 bytes.  that says to me that we cant do double buffered 16bit screens with the hailstorm, but yuv12 is possible02:29
ssvbdid you get any other clues that made you believe it could be 744?02:30
lcuk_3i dont think it is...02:31
* lcuk_3 believes its the 74502:31
lcuk_3and on that note im gonna vanish now02:31
jottwell just that /sys/devices/platform/omapfb/ctrl/name says blizzard but as actually both are seemingly called "blizzard" (as the driver).. but i just wondered02:31
jottschematics also point to the 745 :P02:37
jottjust was a bit confused ;)02:38
ssvb:)02:38
*** birunko has quit IRC02:44
*** melunko has quit IRC02:45
*** lsobral has quit IRC02:45
*** osantana has quit IRC02:45
pupnikwow ... my recent speedup hack to fceu sent it into Einstuerzende Neubauten mode02:46
*** __marker has quit IRC02:55
*** rev` has joined #maemo02:55
*** MagicFab has joined #maemo02:55
*** rev` is now known as rev02:56
*** massoud has quit IRC02:59
*** massoud has joined #maemo02:59
Tama^2pupnik: which translated form german means?03:03
Tama^2:P03:03
pupniki created a feedback loop, like an emulator jimi hendrix03:06
pupnikwoohoo fixed it03:06
jotti thought more about the release date of the original NES in correlation to the band :P03:07
*** bilboed has quit IRC03:08
pupnikbwaaaa i found what's causing the fluppery sound in FCEU03:08
pupnik*air guitar03:08
*** jackster has quit IRC03:09
*** pvanhoof has quit IRC03:17
fysahttp://www.wiili.org/index.php/GlovePIE:FCE_Ultra_%2B_Zapper_%2B_Tilt_mode03:24
GeneralAntilleslcuk_3, still suffering?03:26
*** zncbtrn_ has joined #maemo03:30
*** florian has quit IRC03:38
*** massoud has quit IRC03:40
*** massoud has joined #maemo03:40
*** zncbtrn has quit IRC03:41
*** seraph1 has joined #maemo03:52
*** TimRiker has quit IRC03:55
*** jeff1f has quit IRC04:06
braddbrhi.. anyone coding on the nokia in xlib? can I pop up the onscreen keyboard directly thru X (without having to use gtk) ??04:08
pupnikno, you need something like http://pupnik.de/xkbd.html04:10
braddbri see.. is there no way to make a wrapper that will use hildons built-in keyboard?04:12
pupnikthat's an interesting idea04:12
*** svu_ has quit IRC04:13
braddbrbecause i could make my own keyboard, but i would like to try to keep the standard keyboard that people are used to in my app(s)04:13
braddbr(looking at your link now i want ultima V for my n800 :( )04:14
pupniknew dosbox is out - it works ok04:15
braddbrgood to know.. i will try it when i have more time04:15
pupnikultima4 is freeware now also04:15
braddbrdid not know that04:15
*** b0unc3_ has quit IRC04:16
pupnikif you can figure out how to make xkbd stay on-top of fullscreen SDL apps that would be pretty awesome.  not sure it's possible without changes to SDL.  i don't know enough X04:17
pupnikor if you could do the same with hildon keyboard and make it talk to all X apps, that'd be pretty huge (would need to add a manual way to raise the kbd though)04:19
*** s1d has quit IRC04:19
braddbrWell if hildon and X can run in the same app, i guess a wrapper can get keypress events from hildon_keyboard and just post them to the X event loop04:21
pupnikAll of this is in a sense, unsupported by policy.  ITOS apps are supposed to be gtk/hildon and that's that.04:23
braddbri see.. well if it can be done, it would last til the next update anyhow04:24
pupnikfyi, a bluetooth keyboard will work with sdl and xlib apps as well04:24
braddbrgood to know04:24
lcuk_3isnt a gtk window compiled over x04:25
braddbryeah, i think it is..04:25
braddbri think theres ways to access the internal X stuff in gtk, but i don't know enough about it04:25
lcuk_3therefore there should be some level of cooperation04:25
lcuk_3GeneralAntilles, its clearing now thanks04:26
pupnikhttp://www.gossamer-threads.com/lists/maemo/developers/33394  check this thread braddor04:26
lcuk_3easiest way would be to try it - ive got an x test here, if you could pastebin some code for the builtin keyboard ill check it04:26
braddbrheh, i don't know much of hildon.. my goal right now is to port my xlib gui / etc to my tablet.. its working fine, except for the keyboard issues.. i will look into gtk more later tho to see if i can somehow bring up the hildon keyboard04:31
pupnik first poster to that thread claims he has a working solution, try contacting him04:31
lcuk_3an laternative might be to actually step up and see if you like gtk04:31
braddbryeah, eventually i might go to gtk, but for now i'm going to stick with xlib (don't ask me why, i do weird things)04:32
*** svu_ has joined #maemo04:32
*** petergunn has quit IRC04:38
*** gopi has joined #maemo04:44
*** AlphaLux has joined #maemo04:45
*** ssvb has quit IRC04:48
*** Masca has quit IRC04:54
*** blueskiesokie has quit IRC04:54
pupnikFCEU SUCKS05:01
*** kaje has joined #maemo05:06
kajeI just got a new nokia 810. How do I ssh out? It can't find the ssh command and I don't see how to install it05:07
elbkaje: you have to enable maemo extras in your application manager to be able to install openssh05:07
elbkaje: pull down the menu, go to tool | application catalog, then hit 'edit' for maemo Extras, and uncheck disable05:08
kajeahhh! thanks!05:08
kajealso, when I do updates, it says there is a map update, but the download fails everytime... is this a known issue?05:09
elbit's known by me, at least ;-)05:09
pupnikelb are you sure it's in extras?05:09
kajehaha, have a fix?05:09
elbif you look, it's the same version you have installed, if you're urnning 50-205:09
kajeoh, I'm not running 50-2... my next question is should I upgrade even though it is going to wipe everything out?05:09
elbpupnik: pretty sure05:09
pupnikkaje open application manager, install new package and openssh-client should be in the 'communication' section05:10
elbkaje: upgrade before you have anything to wipe out ;-)05:10
elbpupnik: it wasn't for me, at first05:10
kajeok, will do05:10
elbmaybe you have to be in red pill mode05:10
elbI thought it was maemo extras that showed it up, but apt-cache policy says it's probably not05:10
pupnikstrange, policy shows it being in main repository, but gronmayer says your right.05:11
pupnikkaje if you need to find packages, this is the lace to search http://gronmayer.com/it/index.php05:11
kajeyep, just found it after adding that repository05:11
elbMYSTERIOUS05:11
pupnikbe sure to click on OS2008 to search for N810 packages05:11
*** hfwilke has joined #maemo05:11
kajewhat package manager does maemo use at the command line?05:11
pupnikdpkg/apt05:12
elbkaje: if you back up to the internal memory card (not the disk named after the device), when you upgrade it will automatically restore a lot of things05:12
kajehmm, is apt not in the path for the normal user? I tried a simple "apt" and it said it didn't exist05:12
elbthere is no 'apt' command; you'll mostly use apt-cache and apt-get05:12
kajeahh, ok05:12
elbapt-cache is used to query the package database, and apt-get is used to install and remove packages05:13
kajeyeah, I did a backup to mmc2, but I was going to scp it off to a server since I figured the upgrade will wipe it...05:13
elbdpkg handles some more low-level things, but you'll also use it to list installed packages05:13
kajethis thing rocks so far... although it seems like maybe the cpu is a little under powered05:13
elbthere's also an rsync package05:13
elbwhich you may find useful for backups05:14
elbwhat there is NOT is a good editor package :-P05:15
kajeno emacs?05:15
kajealthough I guess emacs would be difficult with all the control sequences05:15
elbno emacs05:16
elbI put jed on mine, and it runs OK05:16
elbbut yeah ... Ctrl is an issue ;-)05:16
kajeAlso, when I try to install Skype, it complains that libhildonfm2 and libhildonmime0 are missing but required05:17
kajedoes rdesktop work with gnome's remote desktop vnc?05:18
*** gopi_ has joined #maemo05:19
elbthere is a maemo vnc client05:19
*** gopi has quit IRC05:19
elbI don't know about the rdesktop05:19
kajecool, any thoughts on the skype?05:19
GeneralAntillesemacs would take up more room than any single other application that comes bundled with the thing. . . .05:19
elbno idea, it worked for me05:19
elbGeneralAntilles: except maps ;-)05:20
kajemaybe the update will fix it05:20
GeneralAntillesWell, if you throw in the data.05:20
GeneralAntillesBut just considering the application itself. . . .05:20
elbit's also a zillion times more useful than any of the apps that come with it ;-)05:21
elbbut that's precisely why I installed jed, instead05:22
GeneralAntillesMeh, install it if you want it.05:22
GeneralAntillesMy argument was simply that bundling it would be retarded. :P05:22
elbbundling it, sure05:22
elbbut it's not even available third-party05:22
GeneralAntillesIs too.05:23
elbwhere?05:23
GeneralAntilleshttp://www.internettablettalk.com/forums/showthread.php?t=1618905:23
elbhah05:23
elblast time I looked, that guy had said he was working on it, but it wasn't available05:23
elbthere was also a guy who had a screenshot of the Gtk+ port running in hildon and everything ... but he "didn't remember" what he had to do to make it work :-P05:24
kajewhat is the password for user? it won't let me sudo05:25
kajetrying to apt-get something05:25
GeneralAntillesInstall gainroot.05:25
GeneralAntillesThere is no password for user.05:25
GeneralAntillesand user isn't in sudoers.05:25
johnxkaje, you need to ssh in as root or get "becomeroot"05:25
GeneralAntillesHaha05:26
GeneralAntillesgainroot . . .05:26
elbtoo bad itt is a shitty web forum :-P05:26
elbI really wish people didn't pop those things up like they were reasonable05:26
GeneralAntillesInformation is information.05:26
johnxelb, what would you prefer?05:26
kajeso, I need to install the openssh server then? is there any way that I can set a password for root?05:26
elbbut it doesn't have to be painful to access05:26
GeneralAntillesIs it?05:26
elbjohnx: usenet was *far* superior, for starters05:26
GeneralAntillesWorks fine on every device here.05:27
elbif by "works fine" you mean "slow and painful", sure05:27
GeneralAntilleskaje, it'll make you set one as part of the install05:27
GeneralAntillesinstall the meta package05:27
elbthere's no good way to just slurp all posts since your last read, for example05:27
GeneralAntilleselb, there's a link right on the front page.05:27
kajeI don't see gainroot in the graphical package manager...05:27
elb... to posts which you can click one at a time05:27
GeneralAntilleskaje, becomeroot05:28
GeneralAntillesand it's in the eko1 repository05:28
GeneralAntillesYou'll probably have to add it.05:28
GeneralAntillessee gronmayer.com/it05:28
johnxelb, I will grant you that05:28
lcuk_3but dont add all repos, it just confuses the matter ;)05:28
elbweb forums also generally have *really* shitty threading support05:28
johnxweb forums are a concession to those who are intimidated by usenet I guess...05:28
elb(as itt does)05:28
johnxyeah, the lack of good threading causes pain05:29
*** penguinba has joined #maemo05:29
elbthe browser is simply a very poor interface for message-reading, in any form that I've ever seen it05:29
lcuk_3if i need information now i just scrollback in here.  chances are great someone has searched and posted05:29
lcuk_3speaking of the browser, is there a way to alter its default link clicking so a single click opens in new page05:30
lcuk_3new window ^05:30
elbif there is, please let me know05:30
elb;-)05:30
elbor if there's some other reasonable way to open a link in a new page05:30
penguinbalcuk, hold on link until menu comes up05:30
elbas well as opening links in the background05:31
lcuk_3tap.hold hold hold DAMN moved. try again tap. hold hold hold ahhh select05:31
penguinbahehe05:31
lcuk_3its a bit of a struggle05:31
penguinbaI use konqueror05:31
GeneralAntillesThey screwed up the tap'n'hold menu with OS2008 somehow.05:31
penguinbai can right click, open new tab05:31
lcuk_3with a stylus?05:31
lcuk_3my old tablet had 2 buttons on the stylus, but it also had a battery05:32
penguinbai have hardware key mapped to toggle right click, left click05:32
elbespecially if you don't have your stylus out05:32
johnxhas anyone heard anything more about that xomap rotation support?05:32
elbI find that my tap-and-hold accuracy with a fingernail is ... not great05:32
lcuk_3i hate using my finger for the normal things - like brightness and volume and stuff05:33
lcuk_3but i wish it worked05:33
*** penguinba is now known as penguinbait05:34
johnxwoo! the dude added patches for xomap rotation support05:39
johnx:D05:39
pupnikthose idnt guys do nice stuff05:39
*** legind has joined #maemo05:39
johnxhopefully I can start a compile before work05:40
kajethanks for all the help tonight guys05:40
*** kaje has quit IRC05:40
*** penguinbait has left #maemo05:41
*** unique311 has quit IRC05:46
*** oilinki has quit IRC05:55
*** oil_ has joined #maemo06:00
*** oilinki has joined #maemo06:00
*** svu_ has quit IRC06:04
*** behdad has joined #maemo06:05
*** slomo_ has joined #maemo06:08
*** MagicFab has quit IRC06:08
*** mat has quit IRC06:09
*** Gathaja has quit IRC06:09
*** kad has quit IRC06:09
*** solmumaha has quit IRC06:09
*** jumpula has quit IRC06:09
*** blassey_ has quit IRC06:09
*** X-Fade_ has quit IRC06:09
*** akiniemi has quit IRC06:09
*** booiiing__ has quit IRC06:09
*** pigeon has quit IRC06:09
*** Navi has quit IRC06:09
*** saturn_ has quit IRC06:09
*** pashi_ has quit IRC06:09
*** kosola has quit IRC06:09
*** Paavo has quit IRC06:09
*** `0660_ has quit IRC06:09
*** maddler has quit IRC06:09
*** lcdd has quit IRC06:09
*** Sho_ has quit IRC06:09
*** Firehand has quit IRC06:09
*** fr01 has quit IRC06:09
*** Juhaz has quit IRC06:09
*** rlifchitz has quit IRC06:09
*** onion has quit IRC06:09
*** sibbe has quit IRC06:09
*** desrt has quit IRC06:09
*** inz has quit IRC06:09
*** dtahtbot has quit IRC06:09
*** rev has quit IRC06:09
*** Tama^2 has quit IRC06:09
*** LastLemming has quit IRC06:09
*** pupnik has quit IRC06:09
*** johnx has quit IRC06:09
*** tko has quit IRC06:09
*** anima has quit IRC06:09
*** Okko has quit IRC06:09
*** Jaffa has quit IRC06:09
*** Jiten has quit IRC06:09
*** drfont has quit IRC06:09
*** [pablo]_ has quit IRC06:09
*** Tester_ has quit IRC06:09
*** hap has quit IRC06:09
*** kaltsi has quit IRC06:09
*** smcv has quit IRC06:09
*** ryoohki has quit IRC06:09
*** hrw|gone has quit IRC06:09
*** Zenton has quit IRC06:09
*** anders_ has quit IRC06:09
*** hachi has quit IRC06:09
*** zorrolero has quit IRC06:09
*** bipolar has quit IRC06:09
*** rev has joined #maemo06:10
*** Tama^2 has joined #maemo06:10
*** blassey_ has joined #maemo06:10
*** LastLemming has joined #maemo06:10
*** X-Fade_ has joined #maemo06:10
*** akiniemi has joined #maemo06:10
*** kad has joined #maemo06:10
*** Sho_ has joined #maemo06:10
*** booiiing__ has joined #maemo06:10
*** sibbe has joined #maemo06:10
*** pupnik has joined #maemo06:10
*** Firehand has joined #maemo06:10
*** desrt has joined #maemo06:10
*** inz has joined #maemo06:10
*** pigeon has joined #maemo06:10
*** mat has joined #maemo06:10
*** saturn_ has joined #maemo06:10
*** johnx has joined #maemo06:10
*** tko has joined #maemo06:10
*** Navi has joined #maemo06:10
*** pashi_ has joined #maemo06:10
*** kosola has joined #maemo06:10
*** Paavo has joined #maemo06:10
*** `0660_ has joined #maemo06:10
*** anima has joined #maemo06:10
*** maddler has joined #maemo06:10
*** lcdd has joined #maemo06:10
*** drfont has joined #maemo06:10
*** kaltsi has joined #maemo06:10
*** hap has joined #maemo06:10
*** smcv has joined #maemo06:10
*** Okko has joined #maemo06:10
*** Jiten has joined #maemo06:10
*** anders_ has joined #maemo06:10
*** hachi has joined #maemo06:10
*** zorrolero has joined #maemo06:10
*** bipolar has joined #maemo06:10
*** Zenton has joined #maemo06:10
*** hrw|gone has joined #maemo06:10
*** [pablo]_ has joined #maemo06:10
*** Tester_ has joined #maemo06:10
*** Jaffa has joined #maemo06:10
*** dtahtbot has joined #maemo06:10
*** ryoohki has joined #maemo06:10
*** fr01 has joined #maemo06:10
*** Juhaz has joined #maemo06:10
*** onion has joined #maemo06:10
*** rlifchitz has joined #maemo06:10
*** solmumaha has joined #maemo06:10
*** jumpula has joined #maemo06:10
*** Gathaja has joined #maemo06:10
Tama^2>.>06:11
*** Tuco800 has quit IRC06:11
Navi:306:12
GeneralAntillesNavi, don't play with that!06:13
*** oil has quit IRC06:15
pupnikplonk06:16
*** zwnj has joined #maemo06:19
smackpotatobraddbr:  there is some information on x and the keyboard here https://garage.maemo.org/snippet/browse.php?by=lang&lang=206:19
*** mankod has joined #maemo06:23
*** alterego has quit IRC06:24
*** tufei has joined #maemo06:24
*** zwnj has quit IRC06:24
*** smackpotato has left #maemo06:26
Tama^2oh dear, the mac os skin for garage is ugly06:27
Tama^2everytime I look at it I think: "arrgh what is THAT" then I remember *I* set it06:28
Tama^2-_-06:28
NaviHaha06:28
*** gopi_ has quit IRC06:49
*** cmarcelo has quit IRC06:50
*** ttmrichter_ has quit IRC07:00
*** ttmrichter has joined #maemo07:01
*** svu_ has joined #maemo07:03
*** playya_ has joined #maemo07:11
*** Sho_ has quit IRC07:12
*** matt_c has quit IRC07:19
*** jacques has quit IRC07:25
*** fmedina has joined #maemo07:26
fmedinahello07:26
fmedinais thre a general n800/os2008 help channel?07:26
*** playya has quit IRC07:27
*** Masca has joined #maemo07:27
legindfmedina, you're in it.  ask if google doesn't help you first07:28
*** jacques has joined #maemo07:28
fmedinacoolness07:29
*** gopi has joined #maemo07:33
*** dolske has quit IRC07:35
*** tigrux has joined #maemo07:40
tigruxHello guys.07:40
tigruxFollowing a hint I got here, my youtube viewer is named tablet-tuber.07:41
tigruxI also have a one-click installer.07:41
tigruxhttp://tigrux.homelinux.org/tigrux/tablet-tuber/tablet-tuber.install07:41
tigruxI also added support for conic.07:42
GeneralAntillesUKTube sorta deal?07:43
tigruxGeneralAntilles: Mine uses gstreamer, no idea the other.07:44
GeneralAntillesmplayer07:44
*** skibur has quit IRC07:48
*** gopi has quit IRC07:50
*** nslu2-log has quit IRC07:51
*** nslu2-log has joined #maemo07:52
*** blassey has quit IRC07:59
*** blassey has joined #maemo08:00
*** tigrux has quit IRC08:06
*** dolske has joined #maemo08:08
*** pupnik_ has joined #maemo08:13
*** ol_schoola has joined #maemo08:16
*** Raistl|n has quit IRC08:19
*** Zic has joined #maemo08:22
*** pupnik has quit IRC08:24
*** gopi has joined #maemo08:26
*** zodman has joined #maemo08:33
*** GeneralAntilles has quit IRC08:35
*** guardian_ has quit IRC08:35
*** GeneralAntilles has joined #maemo08:35
*** ab has joined #maemo08:38
*** shackan has quit IRC08:42
*** EruditeHermit has joined #maemo08:43
*** hhedberg has joined #maemo08:43
hhedbergDownloads section seems to be messed again.08:43
GeneralAntillesSomebody hit it with as stick.08:45
hhedbergI updated Mauku information for each IT OS release, and suddenly all the entries jumped under the IT OS 2007. No entries in OS 2006 or OS 2008 anymore, but three allmost the same entries under the OS 2007. :(08:46
hhedbergIs someone having a stick alive here? :)08:46
GeneralAntillesProbably not.08:46
*** LastLemming has quit IRC08:48
doc|homehaving a stick?08:49
doc|homeah, I get you08:50
*** zodma1 has joined #maemo08:51
*** zodman has quit IRC08:52
*** EruditeH1rmit has joined #maemo08:54
*** AlphaLux has left #maemo08:55
*** Tuco has quit IRC08:56
*** zodma1 is now known as zodman08:56
*** Sargun has joined #maemo08:58
*** geaaru has joined #maemo09:00
Tama^2hawtness09:04
Tama^2xD09:04
Tama^2lol, I thought I would be replying to this: fmedina: coolness09:04
Tama^2but my window stopped scrolling a while ago, whops09:05
*** EruditeHermit has quit IRC09:05
GeneralAntillesHo ho . . . tablet-tuber is awesome!09:05
Tama^2O.o09:06
* Tama^2 googles 'tablet-tuber'09:06
GeneralAntillesIt's probably in your scrollback.09:06
Tama^2it is09:07
*** jprieur has joined #maemo09:13
*** oil_ has quit IRC09:13
*** lodc has quit IRC09:14
*** kaie2 has joined #maemo09:16
*** simon_ has quit IRC09:17
*** jprieur has quit IRC09:22
*** jprieur has joined #maemo09:25
*** hfwilke has quit IRC09:25
*** Dar has joined #maemo09:27
*** guardian has joined #maemo09:27
*** kaie has quit IRC09:34
*** rmoravci1 has joined #maemo09:35
*** Minti has joined #maemo09:44
*** AD-N770 has joined #maemo09:46
*** Cptnodegard has joined #maemo09:46
Mintihow to add  "volume" to dspmp3sink ?09:49
Minti i used gst_element_link_many (source, volume, sink,NULL);09:51
AD-N770Minti: I don't believe that this can work09:56
AD-N770volume works on the raw audio data09:56
*** EruditeH1rmit has quit IRC09:56
Mintiyes it is not working giving internal data flow error09:57
AD-N770minti: gst-inspect-0.10 dspmp3sink09:58
MintiAD-N770 , is there any other  way to set and get volume on dspmp3sink09:58
AD-N770minti: property fvolume on dspmp3sink09:59
AD-N770minti: run gst-inspect to see all the properties09:59
*** boolean has quit IRC10:00
AD-N770minti: there's also a volume property10:00
*** sleetdrop has joined #maemo10:01
sleetdropanyone know how to let a unfocused window to get focus in gtk+10:02
*** slomo__ has joined #maemo10:02
*** sp3000 has joined #maemo10:02
AD-N770minti; if you don't have gst-inspect on the device you have to install gstreamer tools package10:02
MintiAD_N770, yes i run the same , u mean using g_object_set(...), i can set the volume10:03
*** slomo_ has quit IRC10:06
AD-N770Minti: yes10:06
MintiAD-N770 , Thank you , i got it , i  am trying it10:07
AD-N770I'll be back later10:08
AD-N770see u10:08
*** AD-N770 has quit IRC10:08
*** Sargun has quit IRC10:14
*** Sargun has joined #maemo10:15
*** mk8 has joined #maemo10:15
*** simon_ has joined #maemo10:16
*** juliux has joined #maemo10:23
*** ferulo has quit IRC10:28
*** djcb has joined #maemo10:29
*** booiiing_ has joined #maemo10:36
*** atlas95 has joined #maemo10:40
*** guardian_ has joined #maemo10:42
*** guardian has quit IRC10:43
*** sergio has joined #maemo10:44
*** booiiing__ has quit IRC10:50
*** tjafk1 has joined #maemo10:53
*** ch4os_ has joined #maemo10:54
*** hugolp has joined #maemo10:54
*** slomo has joined #maemo10:54
*** jonnnylamb has joined #maemo10:55
*** jonnylamb has quit IRC10:59
*** _collin_ has joined #maemo11:02
*** ssvb has joined #maemo11:06
*** fab has joined #maemo11:10
*** lovebug356 has joined #maemo11:13
*** LL00 has joined #maemo11:16
*** zodman has quit IRC11:18
LL00which weather applet you guys use?11:20
johnxomweather11:20
LL00on download pages there are 2 omweather11:20
LL00are both same?11:20
johnxyeah, pretty sure11:21
Tama^2I think they are11:21
LL00with yellow text right?11:21
johnxyeah ( you can change that of course )11:22
LL00what about omweather icons set? do you use default one or another ones?11:23
johnxI'm using the crystal icon set right now11:24
johnxthough Grzankas is nice too11:24
*** msanchez has joined #maemo11:25
anders_Is there some calendar app for os2008? Read only of vcal files is fine.11:25
*** hugolp has quit IRC11:26
johnxgpe calendar should do that I think11:27
johnxDates looks nice, as well, but I don't know what it can import11:27
Spakman_np11:29
*** NetBlade has joined #maemo11:29
Spakman_oops11:29
*** jay_ has joined #maemo11:29
*** pvanhoof has joined #maemo11:30
anders_Oh, dates indeed looks nice.11:30
*** AD-N770 has joined #maemo11:32
AD-N770bon dia / good morning11:33
johnxmornin'11:33
*** sleetdrop has quit IRC11:37
*** jay__ has quit IRC11:39
*** sp3001 has joined #maemo11:39
*** oilinki3 has joined #maemo11:40
*** sp3001 has quit IRC11:41
*** |tbb| has joined #maemo11:41
|tbb|morning all11:42
Tobotrasafternoon11:43
jkusome people just have no problem abusing mailing lists: "my application segfaults. Any hints?" (after several googleable other problems)11:45
johnxentrance exams? member fees?11:47
X-Fade_Internet diploma ;)11:47
*** svu_ has quit IRC11:48
*** icepolarpolar has joined #maemo11:51
icepolarpolarhi morning ..11:52
*** felipec has joined #maemo11:55
*** oilinki has quit IRC11:57
*** bergie has joined #maemo12:03
*** megabyte405 has joined #maemo12:07
*** _berto_ has joined #maemo12:10
*** gabkdlly has joined #maemo12:14
*** red-zack has joined #maemo12:15
LL00does pge pack is cool?12:15
*** ijon_ has quit IRC12:15
TobotrasWhere do I put an app icon to be accessible from .desktop's Icon=?12:16
*** ijon_ has joined #maemo12:16
*** guardian_ has quit IRC12:20
*** jay__ has joined #maemo12:21
*** s_tec has quit IRC12:23
*** bilboed has joined #maemo12:23
*** djcb has quit IRC12:31
*** megabyte405_ has joined #maemo12:32
*** jay_ has quit IRC12:32
*** eton_ has joined #maemo12:33
*** pleemans has joined #maemo12:39
*** _collin1 has joined #maemo12:40
*** behdad has quit IRC12:44
*** MangoFusion has joined #maemo12:47
*** T0b0tras has joined #maemo12:47
*** eton has quit IRC12:51
*** ferulo has joined #maemo12:53
*** ramo102 has joined #maemo12:53
* Tobotras cant install application manager's icon :(12:54
*** megabyte405 has quit IRC12:54
*** florian has joined #maemo12:56
floriangood morning12:59
*** eton_ has quit IRC13:00
*** _collin_ has quit IRC13:01
*** nick_fn has quit IRC13:01
*** BTobotras has quit IRC13:05
*** fugitivo has joined #maemo13:06
fugitivomorning13:07
*** megabyte405_ has quit IRC13:07
*** jonnnylamb is now known as jonnylamb13:11
*** megabyte405 has joined #maemo13:16
*** krau has joined #maemo13:18
*** megabyte405 has quit IRC13:18
*** MoRpHeUz has joined #maemo13:19
*** bilboed has quit IRC13:19
icepolarpolarhi may i ask what would be the standard packages to use for XML signature and encryption in maemo?13:21
*** megabyte405 has joined #maemo13:21
jkuicepolarpolar, xmlsec is not included so I guess there's no standard13:23
*** csjpeter has joined #maemo13:24
csjpeterhi all13:24
jkustill, I'd use xmlsec as libxml is included13:24
*** cmarcelo has joined #maemo13:25
icepolarpolarumm thanks jku13:26
icepolarpolari have been taking programming for granted when using java, JCE etc ..13:26
jkutaking what granted?13:26
*** barisione has joined #maemo13:27
icepolarpolarsorry i mean i am more familiar with Java13:28
*** megabyte405 has quit IRC13:36
icepolarpolar:)13:36
*** lubyou has joined #maemo13:40
*** fcarvalho has joined #maemo13:42
*** atlas95 has quit IRC13:46
*** setanta has joined #maemo13:54
*** felipec has quit IRC14:06
*** luck^ has joined #maemo14:07
*** setanta has quit IRC14:08
*** setanta has joined #maemo14:08
*** setanta_ has joined #maemo14:08
*** setanta has quit IRC14:08
*** setanta_ has quit IRC14:08
*** setanta has joined #maemo14:08
*** zwnj has joined #maemo14:09
*** edistar has joined #maemo14:10
*** Sho_ has joined #maemo14:11
*** megabyte405 has joined #maemo14:16
keesjicepolarpolar: XML signature and encryption in maemo? what is that?14:16
*** t_s_o has joined #maemo14:16
keesjare you searching for xml specific methods of encapsulating and existing xml inside an armour?14:17
*** henrique has joined #maemo14:18
icepolarpolari am searching for the ways to ensure XML data integrity14:19
icepolarpolarhave tried with xmlsec1 but i encountered some problems .. i dont get the same problem in ubuntu ..14:19
icepolarpolari am not sure if it is due to the openssl version ..14:20
icepolarpolarin maemo we have openssl 0.9.714:20
icepolarpolarbut xmlsec prefers 0.9.814:20
*** fugitivo has quit IRC14:20
*** csjpeter has left #maemo14:21
*** pleemans has quit IRC14:21
*** edistar_ has quit IRC14:21
*** fsmw has joined #maemo14:21
icepolarpolarmaybe it is just i setup xmlsec wrongly .. :(14:22
*** jegp has joined #maemo14:22
*** pmeerw has joined #maemo14:22
*** sm00th_trac3r has quit IRC14:22
*** zumbi_ has joined #maemo14:28
*** ijon_ has quit IRC14:30
*** ijon_ has joined #maemo14:30
*** aloisiojr has quit IRC14:31
*** svu_ has joined #maemo14:34
*** gopi has quit IRC14:38
*** lsobral has joined #maemo14:39
*** aloisiojr has joined #maemo14:40
*** megabyte405 has quit IRC14:41
*** zumbi has quit IRC14:41
*** b0unc3 has joined #maemo14:46
*** megabyte405 has joined #maemo14:47
*** kenne has joined #maemo14:48
*** chenca has joined #maemo14:50
*** svu_ has quit IRC14:50
TobotrasAnybody else unhappy with builtin contacts viewer?14:52
*** gabkdlly has quit IRC14:55
*** etrunko has joined #maemo14:55
*** b0unc3_ has joined #maemo14:57
*** legind has quit IRC15:00
*** Vudentz has joined #maemo15:04
*** bergie has quit IRC15:04
*** megabyte405 has quit IRC15:07
*** b0unc3 has quit IRC15:10
*** b0unc3_ is now known as b0unc315:10
* b0unc3 good morning15:10
*** melunko has joined #maemo15:10
*** vivijim has joined #maemo15:11
*** birunko has joined #maemo15:17
*** skibur has joined #maemo15:17
*** seraph1 has quit IRC15:20
*** tjafk2 has joined #maemo15:21
*** tjafk3 has joined #maemo15:22
*** blassey has quit IRC15:26
*** lubyou has quit IRC15:27
*** andrunko has joined #maemo15:27
*** blassey has joined #maemo15:27
*** mat has quit IRC15:28
*** wms has joined #maemo15:29
*** b0r0las has joined #maemo15:29
*** mgedmin has joined #maemo15:29
*** Tama^2 has quit IRC15:30
*** renatofilho^ has joined #maemo15:32
*** MangoFusion has quit IRC15:36
*** MangoFusion has joined #maemo15:37
*** tjafk1 has quit IRC15:38
*** tjafk2 has quit IRC15:38
*** vcgomes has joined #maemo15:44
*** SDP has quit IRC15:46
*** boolean has joined #maemo15:46
*** osantana has joined #maemo15:48
*** lubyou has joined #maemo15:48
JaffaAnyone tried v2.2007.51-3 yet? Lack of a bump in initial release number suggests it is just a minor bugfix release15:50
*** jnettlet has joined #maemo15:51
*** geaaru_ has joined #maemo15:58
*** matt_c has joined #maemo15:58
*** mwaldron has joined #maemo15:58
*** t_s_o has quit IRC15:59
*** slomo has quit IRC16:00
*** hugolp has joined #maemo16:01
jkuJaffa, there's a new release?16:02
jkutablets-dev.nokia.com is down, AFAICT16:02
*** tobmaster has joined #maemo16:03
*** murrayc_ has joined #maemo16:04
hahlohehe tried n800 in windows with some beta-wc-suite, windows things it is a camera and beta-wc-suite screams device connected in wrong mode16:08
*** geaaru has quit IRC16:09
*** NetBlade has quit IRC16:10
*** Dregs has quit IRC16:10
*** Dregs has joined #maemo16:10
*** yerga has joined #maemo16:11
Jaffajku: it's just slow as a drunk snail16:11
*** sm00th_trac3r has joined #maemo16:11
JaffaRX-44_2008SE_2.2007.51-3_PR_COMBINED_MR0_ARM.bin16:11
*** gopi has joined #maemo16:14
jkusomething very wrong with the servers again, anyway -- I haven't seen this announced anywhere yet so there can't billions of people downloading at the same time...16:15
jkus/can't/can't be/16:15
infobotjku meant: something very wrong with the servers again, anyway -- I haven't seen this announced anywhere yet so there can't be billions of people downloading at the same time...16:15
solmumahamaybe new hacker?16:16
*** DaniloCesar has joined #maemo16:17
jkuI guess it's time to fire up the torrents again -- if anyone manages to download it16:17
*** atlas95 has joined #maemo16:18
X-Fade_jku: Someone can also make a binary diff. It is only 1.1KB size difference, so I guess the patch wouldn't be that big ;)16:22
jottor repack the packages with new versions :)16:26
*** ph|ber has left #maemo16:26
X-Fade_jott: There are no updated packes.16:26
*** andrunko has quit IRC16:26
X-Fade_Just the bootloader fixes.16:26
jottah ok..16:26
*** blassey_ has quit IRC16:26
X-Fade_It is the fix for the power-on issue some tablets have.16:27
*** blassey_ has joined #maemo16:27
X-Fade_So there is really no point downloading it, if you don't suffer from that problem.16:29
jottyeah i figured that ;)16:30
*** blahdeblah has quit IRC16:30
*** mk8 has quit IRC16:30
*** blahdeblah has joined #maemo16:30
*** Sargun has quit IRC16:30
X-Fade_But at least it helps the people that had to put the device in the freezer ;)16:32
*** mankod has quit IRC16:32
MangoFusionpower on issue?16:32
X-Fade_MangoFusion: You don't have it ;)16:33
MangoFusionhaha16:33
jottit would save bandwith to just release a flash-able bootloader ;) ..16:34
jottand you would not even need to reflash your base system ..16:34
X-Fade_MangoFusion: The device wouldn't start if some people rebooted their device.16:34
MangoFusionah16:34
X-Fade_jott: You don't have to. Just flash bootloader seperately..16:34
MangoFusionwell mine has been working fine so far - no serious issues16:34
MangoFusionapart from OS2008, but that is a whole other issue ;)16:35
X-Fade_I don't have the problem either.16:35
jotta ~150mb bootloader ;p16:35
* jott remembers his asm handwritten 512 byte mbr code he used in the dos times16:37
*** felipec has joined #maemo16:40
*** ttmrichter has quit IRC16:40
*** fooo has joined #maemo16:42
*** matt_c has quit IRC16:43
*** MangoFusion has quit IRC16:43
*** atlas95 has left #maemo16:43
*** Minti has quit IRC16:45
foooI'm looking at doing some fullscreen gfx coding, and am wondering if just using stock SDL provides the shortest route between a RAM buffer and the screen16:50
foooThis is for full screen update every frame16:50
foooyes, I know it won't be 60fps ;=P16:51
*** jpuderer has joined #maemo16:51
*** hfwilke has joined #maemo16:51
jkufooo, are you aware of the screen update problems?16:51
foooI know of the bandwidth problem and upper limits around 20fps16:52
jkufull screen update is not smooth, AFAIK16:52
fooobut not too many details16:52
foooI'm a long-time programmer, but have never delved into Linux graphics programming16:52
fooobut are there other emerging ways bypassing SDL to get any better performance, or is it best to just stick with SDL?16:53
mgedminafaiu the hardware doesn't let do full-screen 800x480 updates16:55
mgedminyou get ugly tearing effects16:55
fooothat doesn't really matter too much16:55
mgedminor so I've heard16:55
fooofor me at least16:55
foooIf doing something straight through X or another abstraction layer pushes full, unclipped, un-color-transformed buffers through faster, I'd like to start with that instead of having to port over later16:56
*** bergie has joined #maemo16:58
*** andrunko has joined #maemo17:00
*** ijon_ has quit IRC17:02
*** ijon_ has joined #maemo17:03
*** henrique is now known as henrique-lunch17:10
*** fab has quit IRC17:12
*** VimSi has quit IRC17:13
*** vims0r has joined #maemo17:13
*** oilinki3 is now known as oilinki17:15
*** jga23 has joined #maemo17:15
*** z72ka has joined #maemo17:16
*** megabyte405_ has joined #maemo17:17
*** LL00 has quit IRC17:19
*** rlinfati has joined #maemo17:22
*** mankod has joined #maemo17:22
*** rlinfati has quit IRC17:23
*** tjafk2 has joined #maemo17:24
*** tjafk1 has joined #maemo17:25
*** megabyte405_ has quit IRC17:31
*** megabyte405_ has joined #maemo17:33
*** shackan has joined #maemo17:37
*** guardian has joined #maemo17:37
*** tjafk3 has quit IRC17:41
*** tjafk3 has joined #maemo17:41
*** ynezz has joined #maemo17:42
*** TimRiker has joined #maemo17:42
*** matt_c has joined #maemo17:42
*** tjafk2 has quit IRC17:42
*** tjafk1 has quit IRC17:42
*** philipl has joined #maemo17:45
*** skibur has quit IRC17:46
*** skibur has joined #maemo17:50
*** guardian_ has joined #maemo17:52
*** tjafk3 has quit IRC17:52
*** tjafk3 has joined #maemo17:52
*** icepolarpolar has left #maemo17:53
*** guardian has quit IRC17:53
*** jacques has quit IRC17:54
booleanmorning... does anyone know if there is/was a bsd port to either n770, n800 or n810?17:55
zoranyeah, no connections as I know17:57
*** fab_away has joined #maemo17:57
glassnobodys discussed a bsd port iirc17:57
zoranI recall netbsd rumours17:58
*** tjafk3 has quit IRC17:58
*** tjafk1 has joined #maemo17:59
booleanthere is always netbsd rumours for any hardware :)18:00
zoransoem dude installed it and used via ssh18:01
zoran*some18:01
zoranif it suits end user :)18:01
*** milhouse has joined #maemo18:03
*** rev has left #maemo18:04
zoranhm, bsd could be tricky, since it has no security net belloqw18:05
*** ttmrichter has joined #maemo18:06
*** simon_ has quit IRC18:07
* Tobotras reads 10 line making gtk dialog for 100th time and can't see his fault....18:09
*** cein has joined #maemo18:12
ceinis there a way to backup the entire internal drive to a .bin?18:13
*** guardian_ is now known as guardian18:13
*** jprieur has quit IRC18:14
felipeccein: dd?18:15
ceincan i run it from the device?18:16
ceini guess just mount it from an external box and run it there eh18:17
zoranyou have to unmount fs first?18:17
ceinwell the bottom line is how do i access the disk without ssh18:18
*** trickie has quit IRC18:19
zoranusb?18:19
ceinthe root fs?18:20
zoranshould be18:20
ceinhow18:20
zoranis it seen ans umass device?18:20
ceinjust the mmc18:21
*** tjafk2 has joined #maemo18:21
felipeccein: that's not good18:22
cein?18:22
ceinthis is an n770 btw18:22
zorancein, I ment is it seen on desktop as umass?18:22
zorantry in console18:22
zoranit shows a lot of specs for device18:22
zoranor in messages18:23
*** Dar has quit IRC18:23
ceinit's a local disk in my computer18:23
zoranthere you could take a look at all kind of da0, da118:23
ceinhmm18:26
zoran  /var/logs18:26
ceinno idea what you're talking about18:26
zoran:)18:26
zoranmy mom neither18:26
ceinheh18:26
zorank, plug in powered off device at usb port18:27
zoranpower it on18:27
zoranthen take a look at /var/log/messages18:27
zoranand in /dev directory18:27
zoranafeter you indentify the correct device name, mount it18:28
ceini'm in windows18:28
ceinbut i can fix that.. bbiab18:28
*** cein has quit IRC18:28
zoranif not, you could use raw aspect with dd18:28
*** megabyte405_ has quit IRC18:28
* zoran gone to feed dragons18:29
*** guardian has quit IRC18:31
*** guardian has joined #maemo18:33
*** shane_ has joined #maemo18:33
*** shane_ is now known as cein18:33
*** pH5 has joined #maemo18:33
*** s_tec has joined #maemo18:34
*** guardian has quit IRC18:34
*** guardian has joined #maemo18:35
*** bergie has quit IRC18:37
*** cein has quit IRC18:38
*** juliux has quit IRC18:38
*** ab has quit IRC18:38
*** megabyte405 has joined #maemo18:38
*** tjafk1 has quit IRC18:39
*** jackster has joined #maemo18:40
*** jegp has left #maemo18:42
*** Masca has quit IRC18:43
*** MangoFusion has joined #maemo18:47
*** murrayc_ has quit IRC18:50
*** mallum has joined #maemo18:51
*** megabyte405_ has joined #maemo18:54
*** megabyte405 has quit IRC18:54
*** lmoura has joined #maemo18:56
*** murrayc_ has joined #maemo19:00
*** legind has joined #maemo19:00
*** guardian_ has joined #maemo19:00
*** guardian has quit IRC19:02
*** j0tt has joined #maemo19:02
*** juergbi has joined #maemo19:03
*** buddyle1 has quit IRC19:03
*** kaje1 has joined #maemo19:08
kaje1anyone know if there is a PPTP gui available for the n810?19:09
*** ssvb has quit IRC19:11
*** _collin1 has left #maemo19:13
*** frade has joined #maemo19:16
*** simon_ has joined #maemo19:17
*** jott has quit IRC19:18
Jaffakaje1: there is no PPTP GUI for the N81019:22
*** jacques-work has joined #maemo19:23
*** guardian has joined #maemo19:26
*** guardian_ has quit IRC19:27
*** tobmaster has quit IRC19:27
*** blassey_ has quit IRC19:28
*** blassey has quit IRC19:30
*** rmoravci1 has quit IRC19:30
*** blassey has joined #maemo19:30
blasseydougt: I just got rescheduled19:30
blasseydo you want to get started now?19:30
*** jegp has joined #maemo19:31
*** jprieur has joined #maemo19:34
*** henrique-lunch is now known as henrique19:34
*** z72ka has quit IRC19:35
*** mgedmin has quit IRC19:35
*** frade has quit IRC19:36
*** mgedmin has joined #maemo19:37
*** captainigloo has joined #maemo19:39
*** hugolp has quit IRC19:40
*** sm00th_trac3r has quit IRC19:40
*** pvanhoof has quit IRC19:41
*** hugolp has joined #maemo19:41
*** sm00th_trac3r has joined #maemo19:45
*** Mousey has joined #maemo19:45
*** rghosh has left #maemo19:49
*** eton has joined #maemo19:51
*** felipec has quit IRC19:57
*** jegp has left #maemo19:59
*** jprieur has quit IRC20:03
*** Raistl|n has joined #Maemo20:05
*** anryx has joined #maemo20:06
*** tko has quit IRC20:07
*** hfwilke has quit IRC20:07
*** guardian has quit IRC20:08
*** mgedmin_ has joined #maemo20:09
*** tko has joined #maemo20:10
*** guardian has joined #maemo20:10
*** NetBlade has joined #maemo20:10
*** renatofilho^ has quit IRC20:11
*** renatofilho^_ has joined #maemo20:13
*** ydossow has joined #maemo20:13
*** mgedmin has quit IRC20:13
*** sergio has quit IRC20:14
*** sergio has joined #maemo20:15
*** guardian has quit IRC20:15
*** tjafk3 has joined #maemo20:18
*** hugolp has quit IRC20:18
*** tjafk1 has joined #maemo20:19
*** Zic has quit IRC20:21
*** jprieur has joined #maemo20:23
*** ChanServ has quit IRC20:23
*** murrayc_ has quit IRC20:30
*** florian has quit IRC20:32
*** tjafk2 has quit IRC20:34
*** tjafk3 has quit IRC20:35
*** nwidger has joined #maemo20:36
nwidgerare there any good word processors for the n810 capable of editing .doc files?20:36
*** tjafk1 has quit IRC20:37
*** nwidger has quit IRC20:39
*** murrayc_ has joined #maemo20:39
hrw|gonehttp://blog.haerwu.biz/2008/02/19/i-am-dad-now/20:39
inzhrw, congrats20:39
*** barisione has quit IRC20:41
*** jku has quit IRC20:41
*** ChanServ has joined #maemo20:41
*** irc.freenode.net sets mode: +o ChanServ20:41
foooI'd like just a better .txt file editor.  The default Notes one has a font that's WAY too big to fit anything onscreen, but I haven't nosed around the options20:42
fooo"options" being the downloadable alternatives; the program options are bare20:43
foooalso, landscape mode would be nice20:43
* mgedmin_ likes vim20:43
fooodo you use a file manager to fire up vim?20:44
fooothat's another thing I need a decent replacement for...20:44
MangoFusionlandscape mode? it's already landscape...20:44
fooo"sideways" mode, whatever ;)20:44
MangoFusionoh portrait?20:45
NaviFire up gvim or get your filemanager to fire up a terminal running vim20:45
foooyep20:45
*** |tbb| has quit IRC20:45
foooWhich file manager do you use?20:45
NaviOn my desktop?20:45
foooon your tablet20:45
NaviI don't have a tablet20:45
MangoFusiongood luck with that20:46
foooActually, I wouldn't mind a straight up lightweight linux on my ITT instead of this custom hildon stuff20:46
*** ol_schoola has quit IRC20:46
NaviI dpn20:47
*** ol_schoola has joined #maemo20:47
*** msanchez has quit IRC20:47
NaviI don't really care for the custom hildon stuff, no offense to any of the devs in here.20:47
*** fsmw has quit IRC20:48
*** behdad has joined #maemo20:49
*** MangoFusion has quit IRC20:50
*** hugolp has joined #maemo20:51
*** _berto_ has quit IRC20:52
*** MangoFusion has joined #maemo20:58
*** ydossow has quit IRC20:58
*** ydossow has joined #maemo20:58
*** AD-N770 has quit IRC20:58
*** lcuk has joined #maemo21:00
* lcuk waves from his 81021:00
*** pvanhoof has joined #maemo21:01
* Navi throws rocks at lcuk's 81021:01
* lcuk installs vista on navis computer21:01
* Navi luls 'cuz you can't install Vista on this computer.21:01
*** hfwilke has joined #maemo21:01
NaviI'm assuming you just got the 810, right?21:02
lcukyou are about to install vista on navis computer (cancel) or (allow)21:02
lcukno had it ages i just dont like typing in irc with it21:03
Navimmk21:03
MoRpHeUzanybody here uses maemo mapper and noticed that the device is rebooting when using it for a while ?21:03
lcukits the last day i have to use this tiny kb21:03
NaviGetting a bluetooth keyboard?21:03
lcukyer apple wireless its in wrapping paper21:03
Navi:321:03
NaviI'm still a hundred bucks away from an N80021:05
derfMoRpHeUz: Maemo mapper and the mmc driver seem to have some real disagreements.21:05
NaviOnly forty bucks away from a GP2X21:05
MoRpHeUzderf: hhmm...I have the maps database and the maps itself inside mmc221:06
NaviThough, why I'd buy one again is beyond me.21:06
derfThough on my N810 I haven't had a single issue since I reformatted as ext3.21:06
MoRpHeUzhhmm...21:06
MangoFusionall my IT needs21:08
MangoFusionis tv out21:08
MangoFusionor21:08
MangoFusiona magnifying lens21:08
MangoFusionneither of which i have, so i guess i'll just have to keep on squinting ;)21:09
MangoFusionhmm, i was going to get a GP2X a while back, are they actually any good?21:09
*** jprieur_ has joined #maemo21:10
* Tobotras have finished quick contacts viewer.21:10
*** guardian has joined #maemo21:11
MangoFusionneat21:12
NaviThey're nice for light gaming21:12
Naviand emulation21:12
*** sergio has quit IRC21:13
pupnik_MangoFusion: if i wanted a games-only portable device today i would get the gp2x.21:15
*** blassey has quit IRC21:15
*** blassey has joined #maemo21:16
keesjpupnik_: really? not a psp or ds-lite ?21:16
MangoFusiondon't think i am that desperate yet, so i think i'll stick with my n800 ;)21:16
MangoFusionotherwise i'll be overloaded with gadgets and chargers, etc21:17
keesjI saw the new proto on linuxdevices . http://www.linuxdevices.com/news/NS7004794073.html21:19
keesjpandora !!21:19
*** jprieur has quit IRC21:19
lcukmango have you got anther machine at home on the network, if so use vnc21:19
pupnik_i like the way the psx looks, but i hate sony.  don't like the way the ds-lite looks and am neutral about nintendo.  think the gp2x looks nice enough and i love the gp2x community21:20
pupnik_yeah pandEUROa21:20
lcukgp has similar hardware to 8x0 doesnt it21:21
pupnik_the gp2x is like the overclocked predecessor cpu to the nokia 770 core21:21
lcukwhich gaming devicehas 242021:22
glassn95 ":D"..21:22
MangoFusionlcuk: sure, that's great but what if i am "on the road" so to speak?21:23
lcukbut that has ngage as well21:23
MangoFusionunless i could do something ridiculously silly like adhoc my n800 + n95 together and vnc to get tv out ;)21:23
lcukif you are on the road are you gonna lug a tv around?21:23
MangoFusionthough in all seriousness it would probably not be useful, haha21:23
MangoFusiontrue, most likely not21:24
MangoFusionjust me overthinking21:24
MangoFusionwhich brings me to the magnifying lens, haha21:27
NaviThe GP2X uses the MagicEyes MMSP2 SoC21:27
NaviIt's not close to the OMAP2420 other than an ARM processor21:28
*** alex-weej has joined #maemo21:29
*** ramo102 has quit IRC21:33
NaviHuh, you can get a refurbed GP2X for 100 bucks.21:35
NaviBeats the 250ish I paid for it ages ago.21:35
*** jprieur has joined #maemo21:36
lcukmango upgrade your eyes to include a macrozoom function21:37
lcukor just do the old fashioned way - move it closer21:37
*** mgedmin_ has quit IRC21:38
*** kaje1 has quit IRC21:39
MangoFusiontrue, could do that21:41
*** lcuk has quit IRC21:43
*** yerga has quit IRC21:43
*** zwnj has quit IRC21:44
foooThe n800 screen isn't good enough for me.  Half the size and 440dpi would be better. ;)21:44
Navi:P21:49
*** richieeee72 has joined #maemo21:53
*** mat has joined #maemo21:57
*** Fang64_ has quit IRC21:59
*** Fang64 has joined #maemo21:59
*** k-s has joined #maemo22:00
*** konttori has joined #maemo22:01
*** Masca has joined #maemo22:01
*** ssvb has joined #maemo22:01
*** EruditeHermit has joined #maemo22:04
elbthe n800 screen rules22:05
elbtoo bad the X server has a horribly misconfigured DPI22:05
*** LastLemming has joined #maemo22:05
*** jku__ has joined #maemo22:06
lcuk_3if it were configured correctly though you could get about 2 lines of text on couldnt you22:11
lcuk_3there are so many programs which assume 8pt is just a "small" font without thinking its a physical measurement22:11
*** NetBlade has quit IRC22:12
*** Cymor-Work has joined #maemo22:13
*** Vytas has joined #maemo22:14
*** NetBlade has joined #maemo22:15
*** andrunko has quit IRC22:16
*** atlas95 has joined #maemo22:17
*** andrunko has joined #maemo22:18
*** slomo__ has quit IRC22:20
*** tjafk1 has joined #maemo22:23
EruditeHermithey guys22:24
EruditeHermitanyone tried the new OS2008 update?22:24
maddlerno... just found it was released!22:24
Navinew?22:25
LastLemmingnew os2008 release with new n830 release too22:26
jacques-work??22:26
maddler51-322:26
EruditeHermityep22:27
maddlerjacques-work: just discovered while haning on maemo.org downloads...22:27
LastLemmingwith wimax config features22:27
EruditeHermitare there any release notes for it?22:27
LastLemmingmaybe22:27
maddlerEruditeHermit: not AFAIK22:27
EruditeHermitI don't want to be the first to test it =p22:27
jacques-workverry interesting22:27
EruditeHermitI wish we didn't have to flash things either22:27
lcuk_3Scotty, we need those webservers running at warp 8.     im sorry cap'n she's gonna break apart when all these geeks find out theres an update22:28
*** jku__ has quit IRC22:28
*** jku__ has joined #maemo22:28
maddlerhehehehe...22:28
maddlerEruditeHermit: I'm going to flash as soon the backup is done22:29
lcuk_3i, for one, will be pissed if they bring out an upgraded model so soon22:29
NaviLastLemming, ah, I see.  Sweet, how much does the new n830 cost? I hope that it's under 1,000USD22:29
lcuk_3software update = the good, hardware = grrrr22:29
elblcuk_3: keep in mind that the 770 was replaced twice and EOL'd in like 2 years ;-)22:29
NaviI'd be happy22:29
LastLemmingI think n830 it's only n810+wimax22:29
*** MagicFab has joined #maemo22:29
NaviYet another price cut on the N800, closer to my affordability22:30
lcuk_3i bloody hope so - different connection model i can live with22:30
*** jprieur has quit IRC22:30
lcuk_3ahhh - i wonder what would happen if i rma'd mine because of faulty gps22:30
Naviif a new hardware revision is to be released22:30
*** jprieur_ has quit IRC22:30
EruditeHermitlol22:30
EruditeHermitI just got an n80022:30
LastLemmingsame22:30
NaviI'm broke.22:30
lcuk_3im broken hearted22:30
EruditeHermitI wouldn't mind because I got it for 1/2 price of an n810 and its not that different22:31
* Navi hopes for a hardware revision22:31
Naviwithin two weeks ;)22:31
EruditeHermitmaddler: let me know how it goes22:32
elbnokia.com still only shows 50-122:32
EruditeHermitmaddler: I am scared to do it =p22:32
elberr, 50-222:32
Navihttp://www.engadget.com/2008/02/19/nokia-n830-wimax-equipped-internet-tablet-photo-leaked/22:32
lcuk_3wimax = mobile cellular data network isnt it22:32
maddlerhehe22:32
NaviLol22:32
elbwhich I've been running for weeks22:32
* Navi smells photoshop22:32
*** k-s has quit IRC22:32
maddlerNavi: it is22:33
*** Fang64 has quit IRC22:33
Navimaddler, liar22:34
EruditeHermitmaddler: its taking forever to download22:34
EruditeHermitlol22:34
elbhuh, but there's a 51-3 on the web site22:34
elbstupid synchronization problems22:34
*** lubyou has quit IRC22:34
lcuk_3ok, nokia are advertising their entire range under one open platform branding - lets wait until they push ngage for omap 2420 hardware and then hit then hard and fast with a major - and i mean major - tshirt campaign22:35
maddlerEruditeHermit: it was pretty fast here...22:36
elbwhat is this t-shirt campaign supposed to accomplish?22:36
j0ttanyone confirmed that it's just an update bootloader?22:36
NaviI'd like a free t-shirt.22:36
NaviDon't knock the t-shirt campaigns22:36
milhousedoes WiMAX require a SIM card?22:39
maddlerflashing22:39
LastLemmingit's like wimax better bandwith and range22:39
LastLemmingit's like wifi, better bandwith and range22:40
milhousea change log would be nice....22:40
* milhouse dreams22:40
elbNokia has been saying their WiMax will be Sprint, and Sprint is CDMA22:40
elbso ... I'm not seeing a SIM card ;-)22:40
milhouseyes, but does WiMAX require any kind of hardware authentication module?22:40
milhouseelb: ah ok thanks22:40
lcuk_3engadget comments say the same advert is in newspapers with corrected text22:40
lcuk_3n810...22:41
LastLemmingany one use granule?22:41
milhousei can't imagine there is a great deal of difference between 50-2 and 51-3 - just the WiMAX additions would sound about right, perhaps a few minor bug fixes...22:41
milhousebut then again... why release 51-3 for N800/N810 when they don't have WiMAX?22:42
lcuk_3i thought the 50 was weeknumber22:42
milhouseit is... so these builds are from late last year22:42
milhouses/builds/new builds/22:42
infobotmilhouse meant: it is... so these new builds are from late last year22:42
lcuk_3or they are from the future22:43
milhousethat would be nice - maybe then we'd get a changelog22:43
lcuk_3it could even just be a minor bugfix for something obvious they fixed just after as a stopgap for other things (something like gps adjustment since lots of complaints are there?)22:44
j0tt.. < X-Fade_> It is the fix for the power-on issue some tablets have.22:45
milhouseah yes, that would make sense...22:45
milhousehttps://bugs.maemo.org/show_bug.cgi?id=267322:45
j0ttspeaking so, the kernel is the same22:46
j0ttas is the initfs..22:46
milhousemaybe a post in that bug would alert those who have been nailed by it22:46
j0ttthe rootfs is different as the bootloader22:46
milhousethey can take their n8x0 devices out of the fridge at last...22:46
GeneralAntillesHa22:47
*** jku__ has quit IRC22:47
EruditeHermitmaddler: did you flash yet?22:47
elbyeah, the cargo-cultism on that thread is *staggering*22:47
*** jku__ has joined #maemo22:47
milhousei guess they're desperate - understandable really, as it's a shit situation to be in22:48
elboh, yeah, I understand the frustration22:48
elbbut ... come on, a g-spot on the power button that works when you hold the tablet at a certain angle?22:48
milhousewell yeah... granted :)22:48
*** p| has joined #maemo22:49
milhousefreezer sounds implausible, but seems to work!22:49
*** ydossow has quit IRC22:49
maddlerEruditeHermit: flashed! :D22:50
maddlerEruditeHermit: at least it didn't bricked my n810! :D22:50
EruditeHermitmaddler: any differences?22:50
milhouseAnyone giving odds on whether the maemo.org infra has a melt down over the next 24 hours? I'm giving 2/1 on22:50
GeneralAntillesI'm more worried about tablets-dev.22:51
milhouseyeah, that too22:51
GeneralAntillesDid the firmware jump in size again? 134.722:51
milhousenobody announce this new firmware until i've sucked down both images!! :)22:52
elbboth?22:52
maddlerEruditeHermit: hunting for changes! :D22:52
EruditeHermitlol22:53
maddlermilhouse: lol!22:53
Takcargo-cultism?22:53
EruditeHermiti am at 37%22:53
mwaldronis there a firmware newer than 51-3 or is that wahty you're downloading mil?22:53
EruditeHermitits so slow22:53
maddlerok... I give you 15 minutes! :D22:53
milhousetablets-dev v. slow.... dying?22:53
maddler51-3 is the last one...22:53
EruditeHermitmaddler: I need 2522:53
EruditeHermitlol22:53
mwaldronthey announced that yesterday on itt :)22:53
EruditeHermit50kb/s22:53
*** megabyte405 has joined #maemo22:53
maddlertoo much!22:53
maddlermwaldron: I didn't noticed... :)22:54
elbTak: believing in the power of meaningless rituals because they seemed to have had an effect in the past ... a reference to SE Asian cultures following WWII, which believed that if they made up fake airstrips and airplane-looking objects, that magical "cargo" would fall from the sky22:54
Takah22:54
elbTak: they saw Allied airstrips and relief distributions, and connected the two, but didn't understand the connection22:54
GeneralAntillesGetting 250KB/sec here, milhouse.22:55
lcuk_3what the hell are you lot about re power up problems?   i have no issues booting up my nokia.  i just stand on my head with a peg on my nose and one foot in the freezer and it comes on EVERYTIME!22:55
milhousemy two downloads are going ok... i can access the bbc ok... but pulling up the tablets-dev n800 and n810 pages is a no-go22:56
maddlerGeneralAntilles: same here22:56
EruditeHermitmaddler: if you flash, do you need to reinstall all applications?22:56
milhouseErudite: yep22:56
EruditeHermitthat sucks22:56
elbI got the n810 image pretty quickly22:56
maddlerEruditeHermit: yep... do a backup before flashing22:56
EruditeHermitwill all the chinook apps be compatible?22:56
GeneralAntillesEruditeHermit, run a backup22:56
lcuk_3EruditeHermit, take a backup first, it backs up your repo list and list of installed apps and tries to put them back22:56
milhousemaybe i'm limited to 2 connections to tablets-dev...22:56
elbbut I just re-flashed yesterday, so ... I'm not excited to install it ;-)22:56
GeneralAntillesit'll keep a list of your applications and reinstall them.22:56
EruditeHermitcool22:56
elbI have not had good luck with it actually reinstalling them22:57
elbin fact, I had to reflash once because it mucked things up22:57
lcuk_3not everything manages it though because sometimes things arent available this time or they were installed from now deleted debs etc - but you should get most things back from reputable sources22:57
elbI think if you've installed anything which required red pill mode it should be treated with extreme caution22:57
elbin my case, it failed on the rtcomm stuff, and left the package database in an inconsistent state22:58
GeneralAntillesEnable extras, and make sure to uncheck all the 0KB items in the list.22:58
GeneralAntillesYou'll be fine then.22:58
*** krau has quit IRC22:58
elbI *could* have fixed it with dpkg, but since that was first thing after flash, reflashing and installing by hand was easier22:58
GeneralAntilleselb, rtcomm-beta?22:58
elbGeneralAntilles: yes22:58
lcuk_3and dont forget to put the peg on your nose!22:58
*** dolske has quit IRC22:59
*** zwnj has joined #maemo22:59
GeneralAntillesYeah, that requires red-pill and their weird custom installer thing.22:59
GeneralAntillesI can see how that might fail. ;)22:59
elbyeah22:59
elbit did :-)22:59
*** EruditeH1rmit has joined #maemo23:00
EruditeH1rmitlol23:00
EruditeH1rmitmy net connection died23:00
EruditeH1rmitand I had to restart the downlaod23:01
EruditeH1rmit=(23:01
milhousethink i'll announce the new firmware in the power drama bug... only seems fair to let those know who have put in the effort to comment against the bug.23:02
EruditeH1rmitwait for 21mins!23:02
EruditeH1rmit=p23:02
maddlerhmmm... can't find any visible change23:02
*** X-Fade_ has quit IRC23:03
milhousehmmm... as one download finishes my page request at tablet-dev completes... looks like tablets-dev is limited to two connections23:03
milhouseor is it my browser?23:03
jkyrohmm, 140 kb/s23:03
milhouse(firrefox)23:03
milhousefor whoever was asking earlier, the new firmwares have increased by a few hundred bytes each23:03
maddlerrestoring a 45MB backup... :)23:04
*** wms has quit IRC23:05
*** jku__ has quit IRC23:05
*** jku__ has joined #maemo23:05
*** mk8 has joined #maemo23:05
*** b0r0las has quit IRC23:06
milhousei wonder when nokia/maemo will announce this firmware... great communication skills guys! ;)23:08
*** alex-weej has quit IRC23:08
EruditeH1rmithopefully not for the next 10mins23:09
milhousehehe23:09
lcuk_3it might simply not be a full update. give them time to get all mirrors duplicated and setup and for the website guys to have a coffee23:09
milhousemaybe we should torrent this in anticpation...23:09
*** dolske has joined #maemo23:09
milhouseseems like it's been known since this afternoon23:10
*** megabyte405_ has quit IRC23:10
milhouseknown about23:10
milhouseor should i say, stumbled upon23:10
lcuk_3but according to the version number its been fixed since a week after the last release23:10
maddlermilhouse: indeed... they're acting dumb lately!23:11
lcuk_3if there is no official confirmation how do ppl know just what it fixes23:11
milhouselately?23:11
milhouse;)23:11
maddlerhehehehe... well... lately i was worse than before! :D23:11
milhousei'd have thought the bug, which is supposedly fixed by this firmware, would be the obvious place to announce it... but nothing (so i did it for them)23:12
milhousemaybe it doesn't fix that bug of course... :)23:12
maddlerindeed...23:12
lcuk_3i agree milhouse, and there are nokia ppl posting on that bug report (at least from the language they use)23:12
milhouselately as in from the time they went on holiday and it all went to shit... and hasn't really recovered.23:12
maddlerbut announcing it on maemo.org seems quite logical to me...23:12
lcuk_3so i would have thought if this update actually fixed it then one might speak up23:12
milhousemaddler: you'd think... :)23:12
maddlermilhouse: right23:13
lcuk_3milhouse, where did you find out what it fixes?23:13
milhousemaddler: there's an "Announcement" section - anyone know what it's for?23:13
*** henrique has quit IRC23:13
*** florian_ has joined #maemo23:13
milhouselcuk: based on speculation - no hard facts on this project i'm afraid23:13
lcuk_3then i say dont get the power ppls hopes up - it might not fix problem23:14
milhouselcuk: we just make it up as we go alone in the absence of changelogs and other basic you'd normally expect on any semi-competently managed project23:14
elbthere will be a changelog, I'm sure23:14
milhouses/alone/along/23:14
infobotmilhouse meant: lcuk: we just make it up as we go along in the absence of changelogs and other basic you'd normally expect on any semi-competently managed project23:14
elbat least, I seem to remember one for 50-223:14
pupnik_it feels to wear shoes sitting at a computer23:14
*** jeff1f has joined #maemo23:14
*** jku__ has quit IRC23:14
milhouseelb: don't count it, never really had one before (and i mean a proper changelog cross referenced with bugzilla not a bulletpoint list of new features)23:14
EruditeH1rmitthey haven't technically released it yet, give them some time23:15
*** florian_ is now known as florian23:15
maddlerelb: minimalistic... but at lest we got some inf...23:15
lcuk_3i agree milhouse, and there was one for the last update - i personally think this is an accidental release to the linux servers. a full release involves Windows update client which hasnt seen the light of day yet23:15
florianre23:15
maddlerlcuk_3: perhaps...23:15
*** felipec has joined #maemo23:15
lcuk_3and it seems silly to NOT release all the code created from 50-2 to 6-3    instead of just including 1 week of minor tweaks23:16
konttorilcuk_3: what bug report?23:16
*** hrw|gone is now known as hrw23:16
lcuk_3the cargo cultist powerup ppl23:17
milhousehttps://bugs.maemo.org/show_bug.cgi?id=267323:17
hrw~curse i18n in maemo23:17
infobotMay the fleas of a thousand camels infest your most sensitive regions, i18n in maemo !23:17
hrwand morning all23:17
hrw;)23:17
elblcuk_3: in the absence of any information, that's a bold claim23:17
elbperhaps it fixes specific bugs for which a long vetting-out was warranted23:18
lcuk_3its a bold claim to say it fixes stuff when its just a random binary at this moment23:18
maddlerdoh... getting 180MB of packages... :)23:18
maddlerI need a local mirror for downloaded packages...23:18
milhouseapparently there are reports on ITT that it fixes the bug23:18
hrwmilhouse: tx!23:18
lcuk_3wsince there isnt ANYTHING from nokia about any other part of it, how do you know that it hasnt been hacked up there?23:18
hrwnow it is time to take NOLO from flash image and flash it23:18
*** EruditeHermit has quit IRC23:19
*** kaie2 has quit IRC23:19
* lcuk_3 will eat crow if nokia updates site, but i'm not jumping until its official23:19
konttoriah. that bug!23:19
hrw~curse nokia for not releasing packaged software updates as packages but as flash images23:19
elbyeah, I'd definitely wait for an update from Nokia to go installing it23:19
infobotMay you be reincarnated as a Windows XP administrator, nokia for not releasing packaged software updates as packages but as flash images !23:19
konttorihrw: perhaps you should attend fosdem next week23:20
hrwkonttori: cannot - my daughter was born today23:20
*** sbaturzio has joined #maemo23:20
EruditeH1rmitmaddler: so any changes that you notice?23:21
konttorioh! Congratulations!23:21
hrw~die nokia, die23:21
* infobot murders nokia, die, takes two shots to the head then crumples to the ground, lifeless...23:21
hrw130MB download for small file ;(23:21
milhousehrw: congrats fella23:21
hrwthx milhouse23:21
*** skler` has joined #maemo23:21
elbhrw: congratulations23:21
milhousehrw: so we can expect to see you on here at silly times of the night for the next few months? :)23:22
hrwmilhouse: rather not23:22
milhousemothers job then? ;)23:22
milhousenew babies have a tendency to wake parents up at 3am...23:23
elbbiology dictates that yeah, that's pretty much the mother's job23:23
milhousechauvanist! ;)23:23
elbshow me a man who produces milk, and I'll show you a man who can feed the newborn at 3AM23:24
glassmen can produce milk afaik/iirc23:24
EruditeH1rmitmaddler: where are the flashing instructions?23:24
* pupnik_ debunks babies23:24
elbglass: afayk, aayr, there exist documented cases of male mammals in *extreme situations* producing trace amounts of milk23:25
elbuyriiwihniwyata23:25
*** cmarcelo has quit IRC23:25
glassthen theres that man milk comic on teh internets i'm sure someone here has read23:26
hrw~curse bug 2763 ;D23:26
infobotMay the fleas of a thousand camels infest your most sensitive regions, bug 2763 ;D !23:26
* milhouse wishes I hadn't started this topic now...23:26
maddlerEruditeH1rmit: from liunux you ahve to sue flasher-3 util23:26
hrwI have maemo curse evening23:26
lcuk_3if maemo were a man i would force it to produce milk with a rather hungry teathing child23:26
hrwmaddler: no - use flasher-3, sue nokia23:27
EruditeH1rmitmaddler: yeah but there was a page detailing exactly how to do it. I remember some weird stuff like holding down a home button or so23:27
pH5hrw: and congratulation evening it seems. congrats!23:27
hrwpH5: thx man23:27
pH5is anybody playing with the MBX?23:27
maddlerhttp://maemo.org/development/documentation/how-tos/4-x/using_the_linux_flasher_tool.html23:27
hrwpH5: I know one - was not Zabel his lastname?23:27
hrw;D23:27
milhouselactating computer fetish... I'm sure there's a web site out there that caters for it...23:27
lcuk_3ph5, not at the moment i dont think - unless pupnik is lurking and hacking23:27
pH5lol23:27
pH5I'm just trying to turn it on, but either I don't do it right or it is not where I expect it to be on omap2420.23:28
lcuk_3hardware register voodoo?23:28
maddler< hrw> maddler: no - use flasher-3, sue nokia <- what?23:28
lcuk_3pH5, how much have you managed to decode from the other binary?23:30
pH5sure feels like voodoo23:30
pH5lcuk_3: most of the device initialization (that involves register setup)23:30
pH5nearly nothing of the bridge to userspace and memory management23:30
lcuk_3yer, its the same in most directions - thick forests of strange codes23:31
hrwmaddler: "19 22:29 < maddler> EruditeH1rmit: from liunux you ahve to sue flasher-3 util" - just re-interpretting your talk23:31
pH5the omap2430 sdk is very nice as it includes full dwarf debugging info.23:31
lcuk_3lactating dwarfs?23:31
pH5but still reversing is a lot of stupid work and prone to errors if not automated23:31
lcuk_3:O manual23:32
lcuk_3i thought it had been run through a dissassembler23:32
*** ol_schoola has quit IRC23:32
lcuk_3or are you on about back to c23:32
*** chenca has quit IRC23:32
pH5exactly23:32
pH5we have all the structure and function declarations23:33
lcuk_3its just working out what each fn does23:33
pH5but there are some things hardcoded for omap2430. for the clock/power setup I know that the registers at 0x49006000 on omap2430 are found at 0x48008000 on omap242023:34
lcuk_3is this the full opengl interface or the actual core driver23:34
pH5but what if the mbx's registers are not on 0x5000xxxx?23:34
*** jku__ has joined #maemo23:35
pH5lcuk_3: everything is available. core + 2d lib + egl lib23:35
*** lmoura has quit IRC23:35
pH5but I'm just looking at the core kernel module for now.23:35
lcuk_3we just dont have the chip docs23:35
pH5'just'23:35
lcuk_3lol23:35
lcuk_3i remember when computers practically came with circuit diagrams and full details23:36
*** Raistl|n has quit IRC23:36
* hrw -> sleep23:37
hrwbye23:37
*** hrw is now known as hrw|gone23:37
pupnik_the zenith Z-100 was greatness23:38
pupnik_and as horrible as tandy was, they had usable sound and graphics when ibm could only bleep bleep and draw 3 colors23:39
* lcuk_3 would love to draw with only 3 colors on 81023:40
pupnik_dosbox: cga23:40
* lcuk_3 would have the fastest damn refresh this side of town23:40
lcuk_3yer pupnik, but thats still sending all that deata over the lcd bus23:41
*** hugolp has quit IRC23:42
* pH5 wishes he had the omap2420 TRM or at least a table of the io memory regions23:42
*** Masca has quit IRC23:43
*** legind has quit IRC23:44
elbI have to assume there's a reason Nokia hasn't bothered with accelerated rendering23:44
elb(possibly power requirements?)23:44
*** cmarcelo has joined #maemo23:44
lcuk_3i think we had it clicked at the 2420 only having enough of an internal framebuffer for a 640*480 display23:44
*** jegp has joined #maemo23:44
pH5elb: I suspect licensing problems and what lcuk_3 just said.23:44
elbahh, yeah, that would do it23:45
lcuk_3licensing can't be an issue - nokia ARE partners and release 2420 devices FROM THE SAME PRODUCT LINE with the 3d enabled23:45
milhouseis it possible to tell if 51-3 has the same rootfs as 50-2?23:45
*** Kheru has joined #maemo23:45
milhousethe 3d issue on tablets is totally bogus... can't be a licencing issue23:45
milhousethe hardware is pretty ropey anyway but could still serve as a test bed for drivers in preparation for future hardware...23:46
elbthough if the framebuffer is too small, that seems pretty likely to me23:46
*** jprieur has joined #maemo23:46
milhousei guess they still don't have the resources to focus on anything but essential developement and 3d isn't essential right now23:47
*** DaniloCesar has quit IRC23:47
pH5milhouse: you think it's just because of integration work that would be needed?23:47
milhousenot sure, but it would need one or more resources to work on driver development, and integration23:48
milhousebut right now there is no call for 3d in OS2008 so could be viewed as wasted effort23:49
milhousein-house work may be on-going assuming there is 3d support in OS 2009 on a device with improved video hardware23:49
elbthey seem to have the critical acceleration going, actually23:50
elb(like video scaling)23:50
milhousethat's just in the LCD driver isn't it? not really 3d23:50
milhouseLCD driver/hardware - one of the two...23:50
milhousethere's no use of the IVA either... but then I don't think it would do any good on the current hardware23:51
elbno, it's not (necessarily) in the 3d hardware23:51
milhouselots of unused hardware in the OMAPs :(23:51
elbthat's not :(, it's opportunity ;-)23:52
milhouseby the time it's reverse engineered it will be obsolete23:53
milhousereverse engineered or understood enough to have an open source driver developed23:53
milhouseTI need to get their shit together and make their technical documentation freely available... it's got to be in their best interests hasn't it?23:54
elbchip makers live in a funny world23:54
elbI don't know23:54
elbI would think so, but the entire community seems to be pretty secretive about *some* things, and very open about others23:55
GeneralAntillesWe need the dinosaurs to die off23:55
felipecelb: for example?23:55
GeneralAntillesthen chipmakers will get smart.23:55
milhousehopefully Intel MIDs will bring pressure on TI and their OMAP range to the point where they are left behind unless they open source their docs and drivers23:55
GeneralAntillesTI would have a huge powerhouse on their hands if they opened up everything around OMAP.23:55
elboh crap, it's BGA and European23:56
elbPREPARE FOR FAILURE23:56
GeneralAntillesIt's in a chipmaker's best interest to give users to leverage their hardware as much as possible.23:56
glasswho owns the powervr ip tho?23:56
GeneralAntilless/users/users the power/23:56
infobotGeneralAntilles meant: It's in a chipmaker's best interest to give users the power to leverage their hardware as much as possible.23:56
milhouseglass: PowerVR I think23:56
glassdoes ti own powervr now?23:56
milhouseglass: Another dinosaur23:56
elbfelipec: for example, virtually all microcontrollers these days have a whole host of peripherals; typically the majority of these are described in free or very low-cost documentation in mind-smashing detail23:57
milhousePowerVR is part of Imagination Technologies - not part of TI23:57
*** andrunko has quit IRC23:57
elbfelipec: but then there are things like "security units" taht do encryption, or "multimedia units" which have hardware codecs, etc. for which documentation is expensive and requires NDAs or licensing23:57
milhousemobile devices will become popular as a result of the software that is developed for them... if knowledge is withheld, software won't be developed, sales will not take off...23:58
*** krau has joined #maemo23:58
*** richieeee72 has left #maemo23:58
lcuk_3i would feel better knowing i could sell this device to all my friends if it had graphics good enough to not suck23:59
milhousePowerVR is licensed to TI23:59
milhouselcuk: good luck with that... I've tried and failed every time23:59

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