[06:39] good morning === asac_ is now known as asac === DannyZ_ is now known as DannyZ === cprov-out is now known as cprov === asac_ is now known as asac === seb128_ is now known as seb128 === hwilke is now known as hfwilke [16:59] #startmeeting [16:59] Meeting started at 16:59. The chair is davidm. [16:59] Commands Available: [TOPIC], [IDEA], [ACTION], [AGREED], [LINK], [VOTE] [16:59] davidm: You're 25 second early :) [16:59] Mauri joined [16:59] hi [17:00] * davidm grins [17:00] present, sir [17:00] Hi all [17:00] good day [17:00] Hey Colin! [17:00] lool: good evening [17:00] Don Johnson is here [17:00] hi all [17:00] We have some old business to cover and then we have some new items that are important === amitk_ is now known as amitk [17:01] Is bspenser here today? [17:01] Rusty cannot attend today [17:01] I'm checking [17:02] Ah, OK then I'll skip the rustyl old business [17:03] hi [17:03] In the mean time we have an old item that I think is closed === davidm changed the topic of #ubuntu-mobile to: amitk to update hardy ppa with drivers [17:03] amitk, is this now moot? [17:03] davidm: yes [17:03] OK, I'll close it [17:04] all the new drivers are in the hardy kernel === davidm changed the topic of #ubuntu-mobile to: bspencer & horaceli to verify the ubuntu branch works [17:04] davidm: I think you meant [topic] rather than /topic [17:04] you are correct [17:04] [topic] bspencer & horaceli to verify the ubuntu branch works [17:04] New Topic: bspencer & horaceli to verify the ubuntu branch works === lool changed the topic of #ubuntu-mobile to: Ubuntu Mobile and Embedded [17:05] bspencer, is this still open, moot or what? [17:05] davidm, we did that a few weeks ago [17:05] thanks lool [17:05] and submitted patches === cjwatson changed the topic of #ubuntu-mobile to: https://wiki.ubuntu.com/MobileAndEmbedded | https://wiki.ubuntu.com/MobileAndEmbedded/FAQ [17:05] there was also a related bug [17:05] [restoring old URLs, seem useful?] [17:05] cjwatson: Thanks; didn't find the topic in my /lastlog [17:06] bspencer, is it closed then? [17:06] bfiller_, is there anything you know of with the ubuntu branch that isn't working (hildon stuff I think this is referring to) [17:06] davidm, yes, as far as I know [17:06] bspencer: I'm still tracking down a bug in new hildon-desktop where drags are not getting propogated to the Flash movie [17:06] OK, on to the next topic then [17:07] bfiller_, curious. what are "drags"? [17:07] dragging an object [17:07] bspencer: click, hold and drag - animiates the flash movie in a certain way and is not now working [17:08] but was working befofre [17:08] bspencer: yes and looking at the hildon-desktop change log, Nokia modified this code quite a bit [17:08] bspencer: for example there is a carousel of apps that you used to be able to spin with a drag [17:08] kyleN, yes, I've seen that [17:08] bspencer: Colective of drag queens? [17:08] agoliveira, thanks for the clarification [17:09] :) [17:09] bfiller_, alright. If horace gets a few cycles I'll have him play with that a bit. [17:09] OK, on to the next topic then [17:09] do we need to take an action about this before I move on? [17:09] bspencer: thanks and I'll sync with horace to let him know what I've found [17:10] [topic] Lexington to test ext3 for boot speed and disk image corruption [17:10] davidm, I don't think so. This is background work. bfiller already chasing it. [17:10] New Topic: Lexington to test ext3 for boot speed and disk image corruption [17:10] I know the status of this just changed yesterday. [17:10] disk image corruption appears to be related to Image Creator was storing the squashfs image on an ext2 not ext3 partition [17:11] I just sent a patch this morning to the moblin guys fixing the disk corruption issue [17:11] I plan on testing the ext3 image before weeks end [17:11] So I'll close the disk image corruption portion [17:11] ChickenCutlass, thanks [17:11] I'm curious why squashfs on ext2 could make fs corruption. since the partition should be readonly [17:12] good question -- However I would see the shashfs image file get corrupt when using ext2 but recover just fine when using ext3 to store the file [17:12] ChickenCutlass: ever checked the mount flags? [17:12] then I guess we mount it in wrong way. [17:12] ChickenCutlass, so it gets corrupt in both cases but just recovered in ext3? :-\ [17:13] if it's read-only and being corrupted, then there's a scary issue we need to investigate regardless [17:13] bspencer: That's a good one... [17:13] The patch I sent changes the mount flags as well -- to mount the partition as ext3 [17:13] ext3 has a journal so both get corrupted but ext3 recovers so nobody sees the problem. [17:13] ChickenCutlass: I mean, did you check the active ones in /proc/mounts to confirm that it's read-only as expected? [17:14] mdz -- yes it was mounted as read only [17:14] So the issue still needs looking into, we have masked the problem then? [17:14] sounds that way [17:14] is this the corruption issue which seems to happen on an SSD device but not on a HDD device? [17:15] I have seen this on HDD devices as well -- In fact it happened to Jon this week on his Q1 [17:15] maybe a driver bug? [17:15] anyway, I agree we could use ext3 and do some more test. and we have no reason not to use ext3 [17:15] we're using unionfs, and I think only unionfs thinks it's mounted ro - I think the actual sqaushfs partition is mounted rw [17:16] smagoun: that would explain a few things [17:16] nevermind, looks like I'm misreading /proc/mounts :/ [17:16] smagoun, even so, but no one would write to the partition. [17:16] OK, so is this an action for robr to look into? [17:16] Here's /proc/mounts on my CB: http://pastebin.ubuntu.com/3445/ [17:16] as a extra note on this [17:17] I tried using aufs instead of unionfs and still had the problem [17:17] I wanted to rule out unionfs [17:17] Good to know [17:18] davidm, please transfer the action to me directly. [17:18] OK [17:18] looking at smagoun /proc/mounts [17:18] alek_desk: the kernel presumably will, e.g. updating the utimes when the squashfs loop file is accessed [17:18] it looks like the squashfs partition is mounted as rw [17:18] and should be ro [17:19] /dev/sda1 /container ext3 rw,data=ordered 0 0 [17:19] I think ChickenCutlass is right, I've misread /proc/mounts twice now :( [17:19] /dev/sda1 /container ext3 rw,data=ordered 0 0 [17:19] [action] alek_desk, to look into why squashfs fs corruption happens. [17:19] ACTION received: alek_desk, to look into why squashfs fs corruption happens. [17:20] We OK to continue on? [17:20] yes [17:20] [topic] bspencer to talk with developers to push get tags when making a release, and report back on status of this [17:20] New Topic: bspencer to talk with developers to push get tags when making a release, and report back on status of this [17:21] bspencer to /talk/ with developers [17:21] complete [17:21] talked to [17:21] That was a cool sidestep :) [17:21] we discussed this in our last trip to china and also here... but I doubt it has been taken to heart [17:21] I haven't checked to see if such tagging has occurred but I think it probably hasn't [17:22] because you have to jump up and down longer for results [17:22] bspencer: it's intermittent, which is progress in the right direction [17:22] bspencer, at least I know that rule. :) [17:22] bspencer, Can you look into that further? [17:22] alek_desk, good to hear :) . davidm, yes [17:23] [action] bspencer to checked to see if such tagging has occurred [17:23] ACTION received: bspencer to checked to see if such tagging has occurred [17:23] /checked/ ... good [17:23] ;) [17:23] The action item from the 3rd will carry over since both rusty and tollef are not here today. [17:23] so we are on to new business [17:24] davidm: there's 1 more action item from 12/20: [17:24] davidm to query build team on best way to monitor the i386 builds and the LPIA builds to stay in sync [17:24] It's a manual process [17:24] aside: mdz, are you waiting on rusty to schedule your next process meeting? [17:24] I came across http://qa.ubuntuwire.com/ftbfs/ , which lists build failures for LPIA (among other things) [17:24] that was the answer I got. SO we have to monitor it. [17:24] smagoun: what's this, checking on out-of-date packages between the architectures? [17:25] smagoun: http://people.ubuntu.com/~ubuntu-archive/testing-ports/hardy_outdate.txt (etc.) may also be useful [17:25] bspencer: I'm waiting for a response from Intel to the proposal and requests for followup discussions, and I'm told that Rusty is going to do that [17:25] bspencer: I'd be happy to hear from anyone, to be honest [17:25] cjwatson: yes. We've run into several packages on gutsy where the LPIA build doesn't have the same bits as the corresponding i386 build [17:25] (though it has noise from things that are building but just haven't built yet) [17:25] mdz, that's what I thought. rustyl has been at CES distraction. I'll remind him [17:25] bspencer: you were CCed on it as well [17:25] smagoun: if both have built but the contents are wrong, then I agree with davidm, that's definitely manual [17:25] mdz, yep. I'll reply [17:25] bspencer: mawhalen said she would mention it to Rusty but that he probably wouldn't get to it while at CES [17:26] since sometimes the contents are meant to be different [17:26] cjwatson: I think the biggest problem was missing or out of date lpia binaries [17:27] mdz: rustyl is back today, I'll speak with him. [17:27] cjwatson: I phrased that poorly. Builds are sometimes failing for LPIA though they work on i386, so LPIA winds up with older versions of a package than i386 [17:28] smagoun: ok, that's automated in various places as you've found, but if you can specify a particular query you'd like to have performed regularly then the archive team can help out [17:29] cjwatson: The query I think we need is "show me all packages that built on i386 but failed to build on lpia" [17:29] OK are we good on this topic [17:30] [topic] Discuss Intel Schedule Deliverables, Need more detail, who, what, when [17:30] New Topic: Discuss Intel Schedule Deliverables, Need more detail, who, what, when [17:30] big topic [17:31] I've been trying to figure out what has been dropped when and I've had a very hard time matching to the SOW [17:31] For example there was a mobile browser drop on 17 Dec but was it a beta drop or CES drop or what? [17:31] I can't tell [17:32] mawhalen, do you want to take this? [17:32] davidm: We released an internal image to our validation team on 12/21 [17:32] We called it our internal beta2 [17:32] All the browser code that is used for this drop is off moblin [17:32] we also need to sync on terminology wrt alpha and beta [17:32] There are other things like that, there was supposed to be a applits drop on the 17th also but that did not happen but there was a drop on the 19th of December [17:33] mawhalen: The difference between internal + external version numbering is very confusing to many of us. [17:33] I would prefer if this group always used just the internal names [17:33] So I'm some confused by all of this and not sure what actually needs to go into a build. [17:33] smagoun, package versions don't have any reflection of our internal "beta" milestones [17:34] smagoun: what we really need is to have the version numbers posted off moblin to stop confusion when people hear about something not available external [17:34] bspencer: we hear a fair amount of "it's fixed in alpha 3" [17:34] davidm, this is a topic that mdz has been addressing with rusty and I to get a clearer process for when things are pushed into Ubuntu from us [17:34] David - what is the 17th mention? [17:35] In the SOW schedule I have it shows a drop of moblin-applits for the 17 dec but there was no drop, There was a drop on the 19th however but I don't know if that was the 17th drop or something else. [17:36] I've been working with Don to gain clarity but there are items that are very dense. [17:36] bspencer: it's a related but distinct issue, I think. davidm is looking for details about your schedule for putting out new releases of components, and deviations from it [17:37] So that I can account to Don and Intel what is in a build that we deliver. [17:37] bspencer: I think when we nail the larger process issue, this will be moot, but that will take time, and davidm has some specific questions [17:38] Also patm relies on my schedule which depends on these items and their drop date. [17:38] davidm, I'm having to defer to mawhalen because I'm not intimate with the SOW. I've seen it but don't track it myself [17:38] So, we can take this off line if need be since we have some addition items that are critical for this meeting but I do need to understand this better. [17:38] davidm: I just looked at Don's new schedule, yes we should take offline with Don. [17:39] davidm: let's talk in the next meeting [17:39] OK, [action] mawhalen Don_Johnson davidm to meet off line on schedule issues [17:39] [action] mawhalen Don_Johnson davidm to meet off line on schedule issues [17:39] ACTION received: mawhalen Don_Johnson davidm to meet off line on schedule issues [17:40] [topic] Discuss issues around libdrm and getting a working X for hardy [17:40] New Topic: Discuss issues around libdrm and getting a working X for hardy [17:41] This is critical we still can't get a kernel and x working bryce, amitk can you inject here [17:41] We might be able to stay on gutsy but there are issues around that too. [17:41] there's two issues with X, one about libdrm, one about -psb [17:41] davidm: I assume the issue is hardy, we have it working on gutsy [17:41] All the kernel bits are ready for upload as soon as the alpha freeze is lifted [17:42] alpha freeze> that's expected today, perhaps tomorrow at worst [17:43] smagoun, the current gutsy fix is fragile from bryces point of view which increases risk [17:43] libdrm: the moblin.org patch to libdrm has been proving difficult to port to ubuntu. It's a 63,000 line patch. [17:43] Ouch... [17:43] I got a new copy last night, so am going to give it another go today [17:44] apparently Tungsten Graphics does their X development against git head of libdrm, and thus basically requires a git snapshot of libdrm [17:45] they seem do all their development against git heads, including the DRM kernel bits. [17:45] I think if they continue doing this, it's going to continue causing issues such as this in the future with the X stack. [17:45] it's a really frustrating problem from the packaging side of things [17:46] amitk, bryce can you send your comments about Tungsten in a verbose email we can follow up [17:46] it also makes it infeasible to roll any of the libdrm / -psb bits into Ubuntu proper, but that's a lesser issue for now [17:46] can't there be alternate packages, so you have two full libdrm packages, one lpia-only [17:46] because they aren't here and we have to coordinate with other group working with them [17:46] the second issue, and perhaps more critical, is the -psb driver [17:47] bryce: amitk: Rob has pursued this and has other information like diff files. Rob could not join today but know he has additional information. [17:47] please do summarize and make sure Rob Rhoads is on the email. [17:47] bspencer: I think I have already put all my comments during or after UDS. [17:47] [action] bryce and amitk to provide verbose emails to bspencer about issues surronding Tungsten [17:47] ACTION received: bryce and amitk to provide verbose emails to bspencer about issues surronding Tungsten [17:47] amitk, ok. if done then I'll assume it has been communicated to Tungsten already [17:48] bspencer: I will resend those emails [17:48] bspencer: I've emailed about this in the past, and I'm arranging to go to the UME on site at Intel at the end of the month to try voicing this more clearly [17:48] bryce, sounds good. thanks [17:48] In the shorter term what does it take to get a working image, is it possible? [17:48] bryce, psb driver... did you finish ? [17:49] the second issue is with -psb - in addition to requiring the git head of libdrm, it's also developed against xserver 1.4's EXA [17:49] if we ship UME based on gutsy, this becomes a problem [17:50] cjwatson, you had some thoughts on this? [17:50] bryce: As you know Intel's solution is to move aside libexa and ship their own copy. The actual diff between the gutsy EXA and the Intel EXA is quite small - maybe 10 lines. [17:50] so it sounds to me from the call earlier that there are two alternatives for shipping UME: either a substantially modified branch of gutsy, or hardy [17:50] Building a new EXA for gutsy is no big deal for us [17:51] moblin.org got around it by including a copy of libexa in the -psb driver, and simply overwriting the xserver's libexa. This is a brittle solution, but sidesteps the problem. [17:51] the key in the first case is that (AFAICT) we don't necessarily have to preserve correct operation on normal systems [17:51] the second option would be to backport the EXA changes - which I've done in the past. However it looks infeasible this time... too much code changes [17:51] bryce: from your comments last night, it sounded like we would need to build a complete new X.org stack? Would that be easier if you didn't have to worry about keeping it working for normal Ubuntu users? [17:52] the third option is to backport xserver 1.4 and related dependencies to gutsy. I'm worried this could turn into a largish time commitment [17:52] cjwatson: exactly the question I was asking above... can we maintain a separate stack? [17:52] bryce: what parts break if one essentially just builds all the hardy packages on gutsy? [17:52] bryce: The delta between gutsy + Intel EXA is very small. Is a full backport really necessary? [17:52] amitk: well, I wasn't even thinking of a separate stack, just blatting over the top [17:53] cjwatson: possibly; although I suspect if it works, it'd work for regular users as well [17:53] separate stack means renaming stuff which is generally fragile in the case of something with complex dependencies and maintainer scripts like X [17:53] asac, I have question about nm-applet windows, you there? [17:53] for the kernel bits, in case of LPIA we just disable the stock kernel DRM and add the whole damn stack from Tungsten in LUM. [17:53] raji, we're in a meeting now. maybe touch base in 15mins? [17:54] asac, ok. [17:54] there's a couple dependencies that'd need backported in addition to xserver; other than that, it'd also require rebuilding all the drivers and such [17:55] smagoun: bryce referred to two separate instances of problems, one that happened in gutsy and one newer than that; is it possible you're referring to the older problem? [17:56] anyway, that's where we're at with -psb. I'm not sure which option is best to take. [17:56] We are running short of time, does anyone object if we run over? [17:57] After this Don_Johnson had a query [17:57] (fwiw, the root cause of this issue was also that tungsten graphics had been doing the development against git head of xserver before 1.4 was released) [17:57] I have to drop for another meeting. I was going t o ask about 8688 status, but we can cover that at the next meeting. [17:58] OK Don_Johnson [17:58] it's hard to blame upstream developers for developing against git, really; it's the most expedient course for them to get stuff merged [17:58] cjwatson: Maybe I don't understand the problem. The psb driver is developed against a special version of EXA, which is very similar to the EXA in gutsy. EXA in hardy is at least as new as the one in gutsy, so there should be a smaller delta (intel's patches are from the exa development tree) [17:58] smagoun: as I understand the problem bryce is describing, the psb driver targeted at hardy has jumped ahead considerably in terms of its EXA requirements, well beyond what's in hardy [17:59] (and well beyond anything that's yet stable) [17:59] smagoun: no, -psb is developed against a version of EXA that is similar to the EXA in hardy === dholbach_ is now known as dholbach [18:01] bryce: Is there another Intel exa tree someplace? The only one I know of is at moblin.org, which is EXA 2.1 + a handful of small patches [18:01] (and it hasn't been updated since 10/2007) [18:02] smagoun: that sounds like the one I put together last fall [18:02] smagoun: in the beta3 of -psb there is a copy of the libexa tree [18:02] unfortunatley it's not broken out by patches, so I don't know exactly what of it is needed [18:03] bryce: Is the beta3 version not public then? [18:03] it's in moblin's git [18:04] forgive my ignorance, where? I haven't found it at the top level or in xf86-video-psb [18:06] it's in xf86-video-psb/exa [18:07] smagoun: I'd be happy to forward you emails with more background on this if you'd like [18:09] OK, I guess for me the question is, short term how do I get a per-beta out next week? [18:09] What is the best path for the short term which could be different for the longer term? [18:10] well, assuming we stay with gutsy, the xserver backport seems like the cleanest, most likely to work solution, given the manpower to do it [18:11] the other viable option would be to use the moblin hack of just copying libexa over the top of the xserver libexa. Short term that may be sufficient, and probably not too much work. [18:11] Fenario: Hi Jon. How's the party with the casino hostess? [18:11] Ooops... :) [18:12] OK, I think we take this off line and examine the best paths to solution then. [18:12] my working plan is basically a) get libdrm built (problem #1), then b) test out the moblin hack on my own UME hardware, and finally c) we need to decide about whether to do the xserver backport, or move to hardy, or .... [18:12] I don't quite understand the big drawbacks we have in hardy? In the past, stability was mentionned as an issue, but is this still the reason we're considering gutsy? [18:13] We still are not on hardy yet. [18:13] That is issue [18:14] Well I succeded in building hardy images until the new .24 kernel which is being fixed and what we target [18:14] Certainly I can agree there are visible issues on hardy, but these look like less work to fix than the gutsy discussions above [18:14] bryce: could you start down that path on a time-limited basis? it seems that it'd be useful to make progress on this, up to and including the xserver backport - but if the UME project needs to move to hardy or face not being able to do anything, then that terminates the backport project [18:15] cjwatson: sure; how much time should I limit it to? [18:15] davidm: what are the time constraints here? [18:15] as in what is your drop-dead date for making a decision? [18:16] do canonical mobile customers care whether we use hardy or gutsy? [18:17] bspencer: from patm: no, they only care about features and whether the gfx drivers work [18:18] we need to have a working solid product and then we can explain to customers what it is. We have opened the possibility of gutsy prime as possible stability solution, but would prefer hardy since it has a better kernel and longer term support for security fixes and such [18:18] bspencer: It's also an internal issue, if we could keep the same base for everything, easier. [18:18] yep. k [18:18] And I need to work to a schedule and can't right now [18:19] I need to produce a pre-beta next week and this is a blocker for it. [18:19] davidm: besides the kernel and X what is required for a pre-beta? [18:19] Some drops from Intel, and java [18:20] Thus the first new topic on schedule from Intel [18:21] Was supposed to happen today but I postponed to next week [18:21] davidm, "some drops" you'll work out with mawhalen in next meeting, true? [18:21] Yes, this week and early next [18:21] and for java it should install and work. (if you know the /persistmnt workaround for old kernel) [18:21] before next meeting I hope [18:21] bspencer, yes on java [18:22] if we wait for next meeting I miss release since it's currently next thursday. [18:22] although I haven' t successfully run eclipse on a target image, I've run a few other java apps [18:22] But that I can track with Don and Maurie [18:22] yep [18:22] bspencer: Why would you run eclipse there? [18:23] debugging large app [18:23] OK, I'll continue to work with Intel, bryce and amit to make sure we have a plan. [18:23] bspencer: Well, this makes sense. Eclipse is a hog... [18:23] sure. [18:23] this was in xephyr, not on a device [18:24] my processor was capable but eclipse crashes [18:24] anyway, we digress. [18:24] Moving on, there is only one open item left Don's query on the Marvel 8688 driver. Anyone have any input? [18:25] Or we can revisit that next week [18:25] [topic] Marvel 8688 driver status? [18:25] New Topic: Marvel 8688 driver status? [18:26] davidm: In your meeting with Intel I would like to know delivery schedules of the kernel drivers that I mentioned [18:26] That is part of what I am asking about. [18:27] Also our licensing agreement with marvell to ship the firmware for 8686 and 8688 is still open. [18:27] OK, I'll carry the query on Marvel 8688 driver status to next week. [18:27] amitk, I'll look into that [18:28] I'm going to end the meeting unless more to review? [18:28] thanks davidm [18:28] gooingf once.......... [18:28] Thanks [18:28] that is going once.......... [18:29] that is going twice.... [18:30] #endmeeting [18:30] Meeting finished at 18:30. [18:59] inuka, I just tried the new libdrm patches you sent last night - they also fail to apply [18:59] asac, you available? [18:59] inuka, it appears the issue is that the patches are trying to create files that already exist in the Ubuntu libdrm tree [19:01] bryce, I am stumped. I applied the patches on source you had and it worked [19:01] bryce, did all the patches fail? [19:02] 00 applied [19:03] 01 partly applied, but complains about many files already existing [19:03] I didn't try the other patches [19:04] bryce, bare with me since I am still a grasshopper on this kind of thing, but when I patch against the tar of the source you had it worked.... all of them [19:05] well let me ask this - when you do an apt-get source libdrm, before any patching, is there already a libdrm-2.3.0/shared-core/drm_pciids.txt file? [19:05] patch 01 is trying to create that file (as an example), yet it already exists [19:05] ohh [19:06] bryce I didnt do apt-get source librm, I untared the libdrm source from your build and applied it against them.... am I doing something wrong... [19:06] did you use libdrm_2.3.0.orig.tar.gz, without the ./libdrm_2.3.0-4ubuntu1.diff.gz patch on top? I bet that's it [19:06] yes exactly, [19:06] ah, that would explain it [19:06] oh [19:07] yeah our goal is to get this stuff built atop the debian/ubuntu libdrm [19:07] that orig tarball is the original upstream libdrm, before any of the debian changes [19:09] I think some of the patches are alredy applied which is why its complaining, I will check it and e-mail..... [19:11] yup, that's what I think too [19:11] this is why having them broken down will be helpful [19:11] ok, I'll bbiab [20:48] inuka, I can get the patches to apply and build by dropping all the Debian changes. Not sure what we lose in doing this, but I'll go this route for now. === cprov is now known as cprov-out [21:44] bryce, you shouldn't be losing anything since the patches cover all the changes, with 0-3 covering each change up until Beta3 [21:44] alright [21:44] whew, -psb is building finally === DannyZ_ is now known as DannyZ [22:06] bryce, appreciate your patience.... for a bit there I was going down a different road. [22:08] bryce, hopefully the next time will be simple as syncing from the libdrm git tree. === benj3one is now known as benj3one_nothere === mawhalen__ is now known as mawhalen [23:48] libdrm, -psb Hardy+Gutsy debs and packages posted... http://people.ubuntu.com/~bryce/Testing/libdrm/ and http://people.ubuntu.com/~bryce/Testing/xserver-xorg-video-psb/ [23:52] bryce, what team are you with? [23:53] not sure what you mean, I don't think I'm with any team in particular [23:54] ubuntu core, MID, intel? [23:55] InSearchOf, platform [23:55] ahhh ok