/srv/irclogs.ubuntu.com/2011/09/28/#ubuntu-x.txt

stgraberRAOF: 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 driver02:27
ubot4Launchpad bug 854967 in friendly-recovery (Ubuntu) "boot to rescue mode in Oneiric (affects: 2) (heat: 12)" [Undecided,Incomplete] https://launchpad.net/bugs/85496702:27
stgraberRAOF: 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 it02:27
stgraberactually: "<cjwatson> except I vaguely remember looking at that before and deciding against - check ith RAOF to see if he remembers?" :)02:28
RAOFAh, so this is nvidia hardware but nouveau drivers, right?02:29
stgrabernope, that was with the blob02:30
RAOFI don't recall discussing this with Colin :/02:30
RAOFDoes this also happen with nouveau?02:31
stgraberno idea, the machine I had around (I borrowed it, I only have intel ...) had the binary driver installed02:32
stgraberif 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 good02:32
RAOFLet me finish some testing and I'll flip the switch on my netbook :)02:33
stgrabercool!02:33
stgraberwould be great if I could have some data by tomorrow so I can talk to Colin about changing the gfxpayload value for recovery mode02:34
Sarvattfound your doctoral thesis! http://isotropic.org/papers/chicken.pdf02:45
Sarvattbah wrong channel02:45
Sarvattsorry :)02:45
RAOF:)02:46
RAOFstgraber: Sorry for the delay.  Tested my netbook with nouveau, it displays the menu fine.  Just installing the blob nowe06:57
RAOFstgraber: And, yup, installing nvidia_current breaks the recovery mode in exactly the described fashion.07:07
=== ara is now known as Guest99538
=== Amaranthus is now known as Amaranth
AmaranthSarvatt: was there any progress with getting the vmwgfx driver going in xorg-edgers?12:21
=== ara is now known as Guest78845
=== mvo_ is now known as mvo
apwwhen you boot with the lid closed on a laptop who decides that that screen is not to be used16:43
apw(in an oniric KMS world)16:43
apwSarvatt, RAOF ^^16:44
=== yofel_ is now known as yofel
SarvattRAOF: so ia32-libs breaks non mesa 32 bit libGL19:34
Sarvattit's installing a /usr/lib32/libGL.so.119:35
Sarvatthttp://people.ubuntu.com/~ricotz/tmp19573/GL19:39
Sarvattugh19:39
ricotzuh19:39
Sarvattoh nevermind!19:40
Sarvatthe doesn't have a 32 bit nvidia libGL.so.1 in that, another person in the bug report does though19:42
Sarvattok i'm going to stop looking at that bug until I'm done doing this other stuff, I'm confusing myself now :)19:44
Sarvatthttps://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/85287319:45
ubot4Launchpad 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:45
bjsniderwould that bug still exist if they install wine:i386?19:49
cndbryceh, RAOF: a couple weeks ago I pushed three patches from Carlos Garnacho into our xserver21:49
cndthey included fixes for the multitouch stuff21:49
cndnow I'm finding that one of them regresses behavior21:49
RAOFTo what extent?21:49
cndnow, no one in the world other than Carlos and myself probably hit these code paths at this point21:49
cndbecause there aren't any released applications that use touch grabs yet21:50
cndideally, I suppose i would like to revert the patch to make my development easier21:50
cndhowever, it's not a really big deal, I can always run my own version of the server locally21:50
brycehcnd, I'm fine with them being dropped21:51
cndso I wanted your thoughts on whether I should push the patch in given the oneiric final freeze is less than 48 hrs from now21:51
cnds/push the patch in/drop the patch/21:51
cndwill there be another upload before the final freeze?21:52
cndor: any issues if I push another upload with just that change?21:52
RAOFI don't have one planned.21:52
brycehme either21:53
RAOFWhat is the regression potential of dropping this patch?21:53
brycehcnd, 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 comfortable21:53
cndbryceh, I'm not too concerned with getting the upload right, just wanted to verify it won't hose anything up21:54
cndRAOF, regression potential should be minimal21:54
cndwe've been running the same code in natty for quite a while21:54
cndoh, I just reviewed the changes in my tree and realized there's one other *tiny* fix I have21:55
brycehare these patches 505-507?21:55
cndbryceh, just 507 needs reverting21:55
cndand I would add: http://paste.ubuntu.com/69875621:56
cndit fixes touch ownership events not being sent for non-emulated touches that have been rejected by the current owner21:56
brycehdo you have a bug# for that one?21:56
cndI don't have a bug for either yet21:57
cndI plan on filing them21:57
cndI'm just running across these bugs today as I am developing the new utouch stack21:57
brycehyeah just for tracking purposes at this stage in the release it's good to have bug #'s21:57
cndyeah, I think uploads are required to have them during any freeze21:57
brycehsince 507 was added in this development cycle, I don't think there'd be any issue dropping it.21:58
RAOFIt's not going to cause regressions from Natty, but it invalidates some testing.21:59
brycehRAOF, certainly; however there's still a couple weeks before release22:00
RAOFYeah.  I'm happy with the patch being dropped, but -release will want some bugs filed :)22:01
brycehnow, for the exevents.c patch, it's a different story... but it looks pretty trivial and I guess is an obviously correct change?22:01
cndyeah, it's a very obviously correct change, if XI multitouch spec is obvious to you :)22:02
brycehI don't have a feel for what the regression risk is for that but offhand it doesn't _look_ scary22:02
cndnote: that wasn't sarcasm22:02
cndthe function DeliverTouchOwnershipEvent does exactly what it says it does22:02
cndand nothing more22:02
brycehcnd, I might suggest breaking these up into two separate uploads.  Do the patch revert first.22:03
cndbryceh, two uploads before the deadline tomorrow?22:03
brycehthat 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 reverted22:03
cndbryceh, ok, I can do that22:04
cndbryceh, 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:06
RAOFAck22:07
cndI'm going to assume bryceh is an Ack too22:14
brycehcnd, yep Ack22:14
cndok, I'll get started after I take the dog out for a walk :)22:15
* RAOF finishes waking up.22:18
cndbryceh, RAOF: the first server is uploaded23:13
cndI'll wait until it is at least accepted into the archive before doing the second23:14
cnddo you know if I need to wait for it to be built and published before uploading the second23:14
cnd?23:14
RAOFI don't think you do, no.23:15
cndok, then I'll upload right after it's accepted23:15

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