[11:07] Fatal server error: [11:07] [ 62.328] Inconsistent depth 24 pixmap format. Exiting [11:08] that seems to happen on all arm test installs for beta2 ... did anything in xorg change recently that makes 24bit being considered bad ? [11:19] doubt it === tjaalton_ is now known as tjaalton [11:37] tjaalton, well, the point is that neither the kernel, nor the binary driver nor the xorg driver changed on the pandaboard ... its all just a copy from quantal (not even recompiled afaik) [11:37] so the only part failing can be xorg itself [11:54] bah, hate you intel driver, compiz frozen again while doing a dnd between screens and I can't restart it [11:54] "intel_do_flush_locked failed: Input/output error" [11:55] Apr 4 13:53:06 localhost kernel: [16594.405422] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [11:55] Apr 4 13:53:06 localhost kernel: [16594.405430] [drm] capturing error event; look for more information in /debug/dri/0/i915_error_state [11:55] * seb128 reboots [12:06] seb128: maybe try 3.9rc kernel? [12:07] tjaalton, it's not like I was having the issue every time, I could try those, but even if that works that doesn't me a fix for raring, just a workaround for me [12:07] or is there a specific fix in there that you are considering asking for backport to the raring kernel? [12:10] seb128: no, but it would give some working baseline to bisect from [12:10] if it's fixed [12:19] tjaalton, I will try to see if I can easily reproduce and then test the new kernel if it makes a difference [12:19] I wonder if that's the same gpu hang that dholbach was asking about yesterday [12:19] seems quite frequent, I hit an hang a day on raring on my i5 laptop :-( [12:20] that's too bad.. I only get the compiz hang after user-switch on my ivybridge desktop [12:20] "only" [12:21] seb128: hey, you could test new mesa too :) https://launchpad.net/~ubuntu-x-swat/+archive/x-staging [12:21] there's a ffe for it [12:21] so it's not completely crackful [12:21] do you have a dual screen setup? ;-) [12:21] no [12:21] it makes a difference I bet [12:21] k, no luck then [12:22] well, the hang I just hit seems to happen when dnd between the 2 screens [12:22] 3.9 got some pageflip rewrite so it might help [12:22] I hit it several times this way this week [12:22] hmm, wonder if it was you or someone else who said the same [12:25] isn't the dpi hardcoded to 96 somewhere? [12:28] tjaalton, in GNOME? [12:28] yes [12:28] i think [12:28] yes, it is [12:28] why? [12:28] bug 1164379 [12:28] bug 1164379 in xorg (Ubuntu) "DPI not detected" [Undecided,New] https://launchpad.net/bugs/1164379 [12:29] was about to close it as wontfix [12:30] tjaalton, https://git.gnome.org/browse/gnome-settings-daemon/tree/plugins/xsettings/gsd-xsettings-manager.c#n67 [12:30] thanks [12:30] yw === kees_ is now known as kees [21:17] tjaalton, mlankhorst: xserver segfaults on some ARM in xf86platformBus.c [21:17] the problem is that on my machine, the pci busid is NULL around line 226 [21:18] and strncmp doesn't like this [21:18] this is on raring btw [21:19] adding a check in the if expression fixes it for me [21:21] marvin24: bug 1161981 [21:21] bug 1161981 in xorg-server (Ubuntu) "Boot stalls after Ubuntu Raring desktop ARM (Panda board) install" [High,Confirmed] https://launchpad.net/bugs/1161981 [21:21] maybe? [21:22] yeah [21:22] hmm, i just had marked that as duplicate [21:23] i thought ... [21:23] tjaalton: no, xserver crashes very early [21:24] before loading any module [21:24] tjaalton, thats not on a panda [21:24] marvin24, thats raring, right ? [21:25] http://sprunge.us/hdfT [21:25] ogra_: yes [21:25] intresting is that it works with a 3.1 kernel [21:25] but not with 3.8 [21:26] i wonder what changed [21:26] http://paste.ubuntu.com/5677653 [21:26] ogra_: related to pci [21:26] seems pci is detected but no busid [21:26] it worked a few weeks ago [21:27] I also wonder what changed [21:27] (it worked with 3.8 until xserver was upgraded) [21:27] it's the same bug [21:28] well, then it is probably the same but manifests differently [21:28] tjaalton: at so different places in the start process? [21:28] ah, to slow :) [21:28] marvin24: yes [21:29] ah, just read comment #21 [21:29] so seems you are right [21:30] awesome [21:30] marvin24: oh on arm we could ignore the platform string, I tried to be careful and require pci, but I guess I messed up [21:30] well, there are arm boards with PCI buses [21:30] my point is that it shouldn't have crashed to begin with [21:31] i havent seen one that had a graphics card in there ever, but they exist [21:31] that's all [21:31] ah, yeah [21:31] and it should be a straightforward fix but im asleep [21:31] xorg-server only seems to care about busid for pci devices [21:32] i think [21:32] well, busid should be checked against NULL in any case [21:33] oh it's loading modesetting too? [21:33] well, kind of [21:33] opentegra [21:33] which is modesetting + some stuff [21:33] I mean from the bug report [21:34] worst case, I guess it has to determine another way to check if those devices are identical [21:35] * marvin24 is also tired [21:35] I'm off