/srv/irclogs.ubuntu.com/2008/01/31/#ubuntu-mobile.txt

=== asac_ is now known as asac
dholbachgood morning07:15
=== cjwatson_ is now known as cjwatson
=== doko_ is now known as doko
=== cjwatson_ is now known as cjwatson
repete!seen kwii12:08
ubotuSorry, I don't know anything about seen kwii - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi12:08
=== repete is now known as repete_bbl
=== repete_bbl is now known as repete
=== cjwatson_ is now known as cjwatson
=== \sh_away is now known as \sh
Mithrandirare there anybody around who would mind if we had the meeting in person?17:02
Mithrandirgiven that it tends to be Canonical and Intel people contributing and most of those are already present in the room.17:03
Mithrandirwe'll be happy to have it here if there are anybody external, though.17:03
alek_deskMithrandir: hi17:03
=== robr_ is now known as robr
alek_deskrobr: hi17:04
Mithrandiralek_desk: yo17:04
alek_deskMithrandir, hoyo. Then I could sleep again. if no IRC meeting here :)17:06
Mithrandiralek_desk: you could come into the office? :-P17:06
alek_deskMithrandir, :) go to office at 1AM in PRC is not very good idea.17:07
Mithrandiralek_desk: oh, you're in China.  Sorry. :-)17:07
MithrandirI thought you were local to Portland, for some reason.17:08
GrueMasterAwe, where's your sense of adventure?17:08
alek_deskMithrandir, haha.17:08
Mithrandiralek_desk: we have all the names of your kernel people, for access to kernel.ubuntu.com?  If so, we'll take the rest offline here in Oregon17:09
robralek_desk: hi17:09
alek_deskMithrandir, yes. I think so.17:09
Mithrandiralek_desk: ok, goodie.  See you around then. :-)17:10
alek_deskrobr, about the booting performance issue.17:10
alek_deskMithrandir, see you.17:10
alek_deskMartin got the "real" data comparison, do you see the mail ?17:11
Jay-laptopalek_desk: robr is busy checking his emails next to me :-)17:11
alek_deskrobr, we think for Ubuntu booting counting, our data included BIOS time originally.17:12
alek_deskJay-laptop, thanks :)17:12
alek_deskrobr, while for RF's data, it is pure OS booting time17:12
alek_deskso actually, our image boot faster than RF image.17:13
robralek_desk: what do you mean?17:13
alek_deskJay-laptop, do you see the patch feng sent out17:14
alek_deskrobr, it was said RF booting only need 51 seconds and Moblin image booting need 61 seconds in a mail sent by Ubuntu people.17:15
robralek_desk: i saw martin's email17:15
alek_deskrobr, actually the RF data did not count BIOS time.17:16
Jay-laptopalek_desk: Not yet, did he send it to ubuntu kernel-team?17:16
alek_deskJay-laptop, no.17:16
robralek_desk: the timings that Martin included, by whom and where was the timings taken?17:16
alek_deskrobr, Martin tested it on a CRB C0 board.17:17
robralek_desk: we think the numbers that were sent out were on a different BIOS and customer hw17:19
GrueMasterI'm in the lab now with D0 CB and Bios 67.  My timing for Moblin 20080114 is 61 seconds (less 18 seconds for bios).17:20
GrueMasterMy tests on RF were ~65 seconds.17:21
GrueMasterThis is from power on.17:21
alek_deskrobr, GrueMaster, I think we should only count pure OS booting time for both.17:21
alek_deskrobr, BTW, we got a EFI bios from tinao team, it only costs 3 seconds.17:22
MithrandirI don't think we want EFI if we can avoid it.  According to what I've heard from mjg59, suspend and such can become interesting then17:23
alek_deskMithrandir, the EFI team here want to push that though :(17:25
Mithrandiralso, 3s is quite a bit17:26
Mithrandiralek_desk: do you mean the total is 3s, or it is 18s+3s?17:28
robralek_desk: i agree we need to be talking about the same thing and breakout the numbers ... we can't ignore bios time, so we need to measure it,  all measurements need to be broken out17:29
robrMithrandir: what about EFI makes suspend interesting?17:30
MithrandirI don't remember the details, sorry.  It might be something else than suspend17:32
Mithrandirusplash will break, at least, unless EFI maps the video bios at the same address as the legacy address.17:32
StevenKWhich I suspect is unlikely17:33
alek_deskMithrandir, according to our test, usplash works.17:33
Mithrandiralek_desk: hum, ok.17:33
MithrandirI'm not even pretending to know much about EFI; I just know that if mjg59 tells me it might well break something, it might well break something. :-)17:34
robrthere are other reasons to not like EFI -- i should give the disclaimer that i used to work in the EFI group at Intel17:34
alek_desk:)17:34
suihkulokkilinuxbios!17:35
Mithrandiralek_desk: could you respond to my question about whether it's 3s total or 3s more (with EFI)?17:35
alek_deskMithrandir, oh, sorry, it is total time.17:35
alek_deskfrom power on to loading kernel by Elilo17:36
robralek_desk: that's 3s for EFI and booting the kernel and launching X Windows?17:36
alek_deskrobr, from press power button to Elilo appears17:36
robralek_desk: ahh, you mean 3 seconds to load ELILO17:37
Mithrandirrobr: slightly optimistic, that. :-)17:37
alek_deskrobr, the BIOS initialization is very fast17:38
alek_deskAnd X window startup is really time consuming.17:39
robralek_desk: i wouldn't say 3 seconds is fast, it's just fast for a PC BIOS17:41
alek_deskrobr, it is much faster then current CRB bios17:42
robranyway it's a little pointless to be talking about which flavor of BIOS is used or not used -- it will be the customer that decides one way or another17:42
alek_deskrobr, yes. we know.17:42
robrwe can only reduce the OS boot time and that is what we should focus on 17:42
alek_deskrobr, yes. But currently have no idea how to make kernel boot faster or to let X startup faster. :(17:47
robralek_desk: one thing that will help with booting the kernel faster is to compile all the required drivers into the kernel instead of loadable modules17:48
robralek_desk: i believe most drivers are compiled in on the moblin kernel, but not all17:49
robralek_desk: but i think we need to have brainstorming meeting with Ubuntu engineers and rusty and see if we can get a bin list of things to try to reduce boot speed17:50
alek_deskrobr, yes. especially for GUI stuff, since almost half of time is eaten by them.17:51
alek_deskrobr, there is another issue about HDA audio17:53
alek_deskthere are 50+ extra nobody care IRQs trigger during HDA working17:53
robrGrueMaster: any ideas on alek_desk 's comment about HDA?17:54
alek_deskMartin already filed a launchpad report to track that.17:54
GrueMasterOops, missed it. 17:55
GrueMasterI was away fending off another fire.17:55
GrueMasterI'm going to do some quick tests of alsa 1.0.16 today.  I think it will help, as there have been some substantial changes to the core code.17:56
=== mawhalen_ is now known as mawhalen
=== mawhalen_ is now known as mawhalen
=== mawhalen_ is now known as mawhalen
bspencerbfiller, looking at the log at:  https://code.launchpad.net/~ubuntu-mobile/hildon-desktop/ubuntu19:24
HappyCamp_laptopbspencer: smagoun rustyl Mithrandir robr:  So are we going to have a hardy sync up?  Figure out what still needs to be done, etc...   19:40
bspencerHappyCamp_laptop, good to do.  When?  We are in the middle of finding out what that is.19:42
HappyCamp_laptopbspencer: I would think sooner the better, so people know what needs to be done.19:42
=== mawhalen_ is now known as mawhalen
MithrandirHappyCamp_laptop: we had the small bits that were still hanging from Monday discussed earlier.  Read https://intel.wiki.canonical.com/Mobile/UbuntuMobileSprintJanuary2008/MoblinReviewNotes and strike through what's done.20:13
=== mawhalen_ is now known as mawhalen
=== mawhalen_ is now known as mawhalen
=== \sh is now known as \sh_away
=== mawhalen_ is now known as mawhalen
smagouninuka_desk: http://people.ubuntu.com/~bryce/Testing/libdrm/Hardy/libdrm2_2.3.0-4ubuntu4~804um1_lpia.deb22:47
smagounhttp://people.ubuntu.com/~bryce/Testing/libdrm/Hardy/libdrm2-dbg_2.3.0-4ubuntu4~804um1_lpia.deb22:47
smagounhttp://people.ubuntu.com/~bryce/Testing/libdrm/Hardy/libdrm-dev_2.3.0-4ubuntu4~804um1_lpia.deb22:47
smagounhttp://people.ubuntu.com/~bryce/Testing/xserver-xorg-video-psb/Hardy/xserver-xorg-video-psb_0.2.6-0ubuntu1~804um1_i386.deb22:47
smagounhttp://people.ubuntu.com/~bryce/Testing/xserver-xorg-video-psb/Hardy/xserver-xorg-video-psb-dbg_0.2.6-0ubuntu1~804um1_i386.deb22:47
bspencerbfiller, I have patches against hm-statusbar-container22:57
bspencerwhich doesn't exist in Hildon 2.022:57
bspencerit is for embedding the statusbar22:57
bspencerdo you want to add these in stages, or just a single patch with a fully updated hm-statusbar container ?22:58
bfillerbspencer: yup, I'm creating a patch right now that adds it22:58
bspencerhm... then my patch which also adds it needs to be changed :)22:58
bfillerbspencer: I wonder if it might be easier for you to wait till I'm done22:58
bspenceryep22:58
bfillerbspencer: I'm almost there22:58
bfillerbspencer: probably 1 more hour22:58
GrueMastersmagoun:  Do you already have the Beta6 kernel module intigrated?  These drivers are very version dependent on the kernel module.23:00
bspencerbfiller, np23:00
bspencerin fact all the changes I have touch that file   (dynamic screen size, statusbar length fix)23:00
MithrandirToddBrandt: were you part of the moblin integration discussion monday?23:00
smagounGrueMaster: for gutsy or hardy?23:01
GrueMasterBoth.  If you plan on integrating the beta6 video drivers for X, you need the corresponding kernel module.23:02
ToddBrandtMithrandir: no I missed that one23:02
GrueMasterI just saw your post with the links.23:02
MithrandirToddBrandt: ok, you have an action item to get the matchbox keyboard manager things into the PPA (and upstream).23:02
MithrandirToddBrandt: I'm not going to ask how it's going, then. :-)23:03
smagounGrueMaster: Inuka has a LUM with the beta 6 driver, and we're trying that alongside bryce's updates to the x server23:03
ToddBrandtMithrandir: who gave me the AR? Was it Mauri?23:03
MithrandirToddBrandt: I think she was in the meeting, yes.23:04
GrueMasterok, just checking.  I remember that Gutsy had the Beta3 X drivers and the alpha kernel module for a while.23:04
smagounGrueMaster: yup, it's a bit of a mess :)23:05
GrueMasterIt happens.23:06
sabotagekyleN: whered yall go?23:26
=== robr_ is now known as robr

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