[01:01] hi [01:01] so.. [01:01] my laptop graphics doesn't work right [01:02] it says it has S3 Savage4 [01:02] but it works only with the 'vesa' driver [07:04] tjaalton_: hmm, on fdo #19574 it is said that our patch 156 should be upstream, however the change doesn't appear to be present in our xserver git tree. This is lp bug #311254 [07:04] Launchpad bug 311254 in xorg-server "Xorg crashed with SIGSEGV in CopyKeyClass()" [High,Fix released] https://launchpad.net/bugs/311254 [07:13] bryce: I'll check in a minute [07:13] (merged 1.6.0 in git btw, finally) [07:15] yep, I see [07:15] :-) [07:15] so, tseliot joined the big C :) === tjaalton_ is now known as tjaalton [07:16] good news [07:17] yep :-) today's his first day [07:17] maybe yesterday your time [07:18] bryce: confirmed, that patch is not in 1.6-branch [07:18] I've not seen him so far today to congratulate him, so guess he's buried under the usual canonical newhire paperwork stuff. [07:18] hehe [07:20] pushed up another patch [07:20] we put our flat up for sale on Sunday, and will receive the first offer today, so it's been quite hectic here.. now if the bank would let us know how much they are willing to lend us extra ;) [07:21] oh I bet! where you moving? [07:22] that's a good question, but we'll stay in the city (Espoo, next to the capital) [07:22] meaning that we haven't made any decisions yet [07:22] ah, will you be moving to a house, or another flat? [07:22] it also means that I'll have to skip Barcelona, because we'll likely be moving at that time [07:23] a house probably [07:24] bryce, nah, i'm fairly sure i already saw a bug or two assigned to him in oem projects ;) [07:24] superm1: heh [07:24] tjaalton: cool, hope the bank gives you much love [07:26] tjaalton: sorry to hear you won't be in barcelona, but yeah moving can be quite an ordeal [07:26] tjaalton: on bug https://bugs.freedesktop.org/show_bug.cgi?id=18321 - do you think the busid could just be forced to the highest busid? [07:26] you can see my current office here in the pics, so I'm in desperate need for more space :) http://www.oikotie.fi/myytavat+asunnot/kerrostalo/ymmersta/espoo/1754092 [07:26] Freedesktop bug 18321 in Server/general "xserver 1.5.2 fails to start with more than one display card" [Normal,New] [07:27] bryce, it sure can. I just bought my first house this last week and i couldn't believe home much random stuff i'd gathered to move between my old apartment and new house [07:27] bryce: it's something to try.. no idea what the proper fix should involve [07:29] tjaalton: I like the sun room, that's where I'd put my office! :-) [07:30] bryce: heh, just that its quite cold when there's no sun, and a bit too hot in the summer ;) [07:30] proper fix : probably something DRI2-ish [07:32] you mean it would use them both instead of just one? [07:32] right [07:49] speak of the devil :-) [07:50] tseliot: we were just wondering where you were so we could give you congrats on your first day :-) [07:50] tjaalton: if I understand the code, this might work - http://people.ubuntu.com/~bryce/default_bustype.patch [07:50] bryce: thanks :-) [07:51] tseliot: cheers, noticed it on facebook ;) [07:51] right. Thanks tjaalton ;) [07:52] bryce: I don't know the code much, but maybe it could work :) [07:56] I'll give it a test tomorrow. if I understand what the code is doing, that may be all that's needed [08:04] yeah [09:04] tjaalton: what are your thoughts on 334711? [09:04] https://bugs.edge.launchpad.net/ubuntu/+source/mobile-meta/+bug/334711 [09:04] Launchpad bug 334711 in mobile-meta "Ubuntu MID misses several X input drivers" [High,Confirmed] [09:14] night [09:20] bryce: maybe having it in the seed would be cleaner in the sense that it's specific to that use case [09:21] then they can drop it once (and if) evdev replaces evtouch [09:39] does anybody there knows about XListInputDevices()? [09:39] I'm looking at bug #204850 [09:39] Launchpad bug 204850 in gnome-settings-daemon "gnome-settings-daemon crashed with SIGSEGV in gsd_mouse_manager_start()" [Medium,Triaged] https://launchpad.net/bugs/204850 [09:39] the code does that basically [09:39] XDeviceInfo *devicelist = XListInputDevices (GDK_DISPLAY(), &numdevices); [09:39] for (i = 0; i < numdevices; i++) { [09:39] if ((device = device_is_touchpad(devicelist[i]))) { [09:40] the stacktrace shows that [09:40] (gdb) print devicelist [09:40] $1 = (XDeviceInfo *) 0x0 [09:40] (gdb) print numdevices [09:40] $2 = 32537 [09:41] is there something wrong with the way this function is used there? [09:42] yes. check that devicelist isn't NULL before using it. [09:43] XListInputDevices doesn't set *ndevices if it fails [09:43] doh [09:43] ok, I was wondering why the number was not 0, thanks! [10:13] seb128: yes, that's a function from Xinput [10:14] oops, I didn't read the last comments here [10:14] tseliot: that's ok I got the reply I was looking for, it doesn't set the value to 0 when there is nothing to list which explains the bug [10:14] ok [10:14] seb128: otoh it shouldn't fail :) [10:15] unless xinput is disabled, but.. [10:15] one of the bug submitter says he's using a vnc server which doesn't support xinput [10:16] ok, that makes sense === halfline_ is now known as halfline === mvo_ is now known as mvo [18:37] bryce: the intel crashes might be due to changes in the kernel for vblank, assuming that the code path is hit on non-vblank configuration [18:37] since it was all very stable for me not too long ago [18:37] and now I can crash it just by closing the lid N times [18:42] tjaalton, I think I have similar problems on my T61 with nvidia [18:43] mahfiaz: same with my desktop, but AIUI nvidia doesn't use drm.ko, so either my diagnose is wrong or it's something different [18:45] hmm, there should be a way to check that out [18:46] right, it can't because it would violate GPL even more [18:47] I get blank screens once in awhile, X server may even start fine again, but nothing shows up on X, console is fine, resetting helps [18:48] tjaalton: the drm code is bsd licensed :) [18:49] oh :) [18:49] (it's shared with the BSDs) [18:50] anyway, modules.dep shows no dependencies, so it shouldn't use it I guess [18:52] yeah nvidia has their own thing, they don't use the drm/dri [18:56] tjaalton: what's the plan for fixing the intel crashes? [19:05] bryce: well, rtg pulled a couple of patches from .29 that were meant for vblank, but since we aren't going to use it those should probably be dropped [19:06] I should probably check what was pulled and ask them to be removed [19:06] *reverted [19:07] I'm not sure if it's helpful to debug something that's based on backports [19:07] helpful for upstream [19:12] it might even be fixed already [19:22] wow. psb people on dri-devel. [19:23] about time ;) [19:49] tjaalton, bryce: i did some work to find an upstream mesa patch that fixes 965 rendering glitches currently seen on intrepid and jaunty... i've ported the upstream patch to ubuntu's mesa and added it to the mesa quilt in intrepid and jaunty ( two debdiffs are attached to this bug https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/330476 ) [19:49] Launchpad bug 330476 in xserver-xorg-video-intel "[965] render defects in google earth / atunnel screensaver (intrepid and jaunty-as-of-feb-3rd)" [Unknown,Fix released] [20:22] mnemo: thanks, refiled against mesa [20:58] mnemo: thanks for doing that [21:03] np =) happy to help out