[02:27] RAOF: hey! I've been poking at bug 854967 a bit this week and it seems clear that it's a problem between grub/kernel/nvidia driver [02:27] Launchpad bug 854967 in friendly-recovery (Ubuntu) "boot to rescue mode in Oneiric (affects: 2) (heat: 12)" [Undecided,Incomplete] https://launchpad.net/bugs/854967 [02:27] RAOF: Colin told me about the use of "set gfxpayload=text" that worked fine on my test nvidia system but he seemed to remember a discussion with you regarding it [02:28] actually: " except I vaguely remember looking at that before and deciding against - check ith RAOF to see if he remembers?" :) [02:29] Ah, so this is nvidia hardware but nouveau drivers, right? [02:30] nope, that was with the blob [02:30] I don't recall discussing this with Colin :/ [02:31] Does this also happen with nouveau? [02:32] no idea, the machine I had around (I borrowed it, I only have intel ...) had the binary driver installed [02:32] if you have a machine around that's running nouveau, it's pretty trivial to test with up to date oneiric. Just boot in recovery mode and if you can see the menu, you're good [02:33] Let me finish some testing and I'll flip the switch on my netbook :) [02:33] cool! [02:34] would be great if I could have some data by tomorrow so I can talk to Colin about changing the gfxpayload value for recovery mode [02:45] found your doctoral thesis! http://isotropic.org/papers/chicken.pdf [02:45] bah wrong channel [02:45] sorry :) [02:46] :) [06:57] stgraber: Sorry for the delay. Tested my netbook with nouveau, it displays the menu fine. Just installing the blob nowe [07:07] stgraber: And, yup, installing nvidia_current breaks the recovery mode in exactly the described fashion. === ara is now known as Guest99538 === Amaranthus is now known as Amaranth [12:21] Sarvatt: was there any progress with getting the vmwgfx driver going in xorg-edgers? === ara is now known as Guest78845 === mvo_ is now known as mvo [16:43] when you boot with the lid closed on a laptop who decides that that screen is not to be used [16:43] (in an oniric KMS world) [16:44] Sarvatt, RAOF ^^ === yofel_ is now known as yofel [19:34] RAOF: so ia32-libs breaks non mesa 32 bit libGL [19:35] it's installing a /usr/lib32/libGL.so.1 [19:39] http://people.ubuntu.com/~ricotz/tmp19573/GL [19:39] ugh [19:39] uh [19:40] oh nevermind! [19:42] he doesn't have a 32 bit nvidia libGL.so.1 in that, another person in the bug report does though [19:44] ok i'm going to stop looking at that bug until I'm done doing this other stuff, I'm confusing myself now :) [19:45] https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/852873 [19:45] Launchpad bug 852873 in ia32-libs (Ubuntu) "32 bit GL on amd64 is broken on oneiric with nvidia-graphics-drivers (affects: 18) (heat: 82)" [Medium,Confirmed] [19:49] would that bug still exist if they install wine:i386? [21:49] bryceh, RAOF: a couple weeks ago I pushed three patches from Carlos Garnacho into our xserver [21:49] they included fixes for the multitouch stuff [21:49] now I'm finding that one of them regresses behavior [21:49] To what extent? [21:49] now, no one in the world other than Carlos and myself probably hit these code paths at this point [21:50] because there aren't any released applications that use touch grabs yet [21:50] ideally, I suppose i would like to revert the patch to make my development easier [21:50] however, it's not a really big deal, I can always run my own version of the server locally [21:51] cnd, I'm fine with them being dropped [21:51] so I wanted your thoughts on whether I should push the patch in given the oneiric final freeze is less than 48 hrs from now [21:51] s/push the patch in/drop the patch/ [21:52] will there be another upload before the final freeze? [21:52] or: any issues if I push another upload with just that change? [21:52] I don't have one planned. [21:53] me either [21:53] What is the regression potential of dropping this patch? [21:53] cnd, think it should be fine if you push an upload dropping a patch. RAOF or I can do a debdiff review if that'd make you more comfortable [21:54] bryceh, I'm not too concerned with getting the upload right, just wanted to verify it won't hose anything up [21:54] RAOF, regression potential should be minimal [21:54] we've been running the same code in natty for quite a while [21:55] oh, I just reviewed the changes in my tree and realized there's one other *tiny* fix I have [21:55] are these patches 505-507? [21:55] bryceh, just 507 needs reverting [21:56] and I would add: http://paste.ubuntu.com/698756 [21:56] it fixes touch ownership events not being sent for non-emulated touches that have been rejected by the current owner [21:56] do you have a bug# for that one? [21:57] I don't have a bug for either yet [21:57] I plan on filing them [21:57] I'm just running across these bugs today as I am developing the new utouch stack [21:57] yeah just for tracking purposes at this stage in the release it's good to have bug #'s [21:57] yeah, I think uploads are required to have them during any freeze [21:58] since 507 was added in this development cycle, I don't think there'd be any issue dropping it. [21:59] It's not going to cause regressions from Natty, but it invalidates some testing. [22:00] RAOF, certainly; however there's still a couple weeks before release [22:01] Yeah. I'm happy with the patch being dropped, but -release will want some bugs filed :) [22:01] now, for the exevents.c patch, it's a different story... but it looks pretty trivial and I guess is an obviously correct change? [22:02] yeah, it's a very obviously correct change, if XI multitouch spec is obvious to you :) [22:02] I don't have a feel for what the regression risk is for that but offhand it doesn't _look_ scary [22:02] note: that wasn't sarcasm [22:02] the function DeliverTouchOwnershipEvent does exactly what it says it does [22:02] and nothing more [22:03] cnd, I might suggest breaking these up into two separate uploads. Do the patch revert first. [22:03] bryceh, two uploads before the deadline tomorrow? [22:03] that way the two changes can be evaluated separately, and if there is any worry/risk over the exevents.c then just that revision can be reverted [22:04] bryceh, ok, I can do that [22:06] bryceh, RAOF: are we in agreement? I'll open two bugs and make two separate uploads for the patch reversion and the touch ownership event fix? [22:07] Ack [22:14] I'm going to assume bryceh is an Ack too [22:14] cnd, yep Ack [22:15] ok, I'll get started after I take the dog out for a walk :) [22:18] * RAOF finishes waking up. [23:13] bryceh, RAOF: the first server is uploaded [23:14] I'll wait until it is at least accepted into the archive before doing the second [23:14] do you know if I need to wait for it to be built and published before uploading the second [23:14] ? [23:15] I don't think you do, no. [23:15] ok, then I'll upload right after it's accepted