/srv/irclogs.ubuntu.com/2014/06/06/#ubuntu-mir.txt

DonkeyHoteiso i installed unity8-desktop-session-mir like you said, and now i get only a text console07:48
DonkeyHoteioops, bad copypaste07:48
DonkeyHoteianyway, does mir have logs?07:49
RAOFDonkeyHotei: You can find some in /var/log/lightdm and ~/.cache/upstart/07:51
DonkeyHoteiRAOF: looks like lightdm and plymouth just aren't even started anymore08:01
DonkeyHoteican someone tell me what's going on?08:11
DonkeyHoteinvm08:16
=== pete-woods is now known as pete-woods-away
=== alan_g is now known as alan_g|lunch
anpokyay egl_configs12:16
anpok+no12:16
=== pete-woods-away is now known as pete-woods
=== alan_g|lunch is now known as alan_g
=== ara is now known as Guest42533
alan_ggreyback: Saviq - thoughts? https://code.launchpad.net/~vanvugt/mir/fatal-error/+merge/219471/comments/53263813:22
chrisccoulsondoes the mir egl backend in mesa support pbuffer surfaces?14:09
chrisccoulsonactually, I think I already know the answer to this14:10
greybackalf_: you there?14:38
alf_greyback: yes14:42
=== alan_g|tea is now known as alan_g
greybackalf_: quick question: if I turn on framedropping for a Surface,does swap buffers block for vsync or not?14:44
alf_greyback: it should not block, are you seeing something different? (why are you enabling framedropping?)14:45
greybackalf_: I'm not, I just wanted to know how it behaves14:47
greybackalf_: so with Mir's renderer, if a surface is not visible, it is still the compositor that consumes the un-composited buffers generated by the client?14:48
alf_greyback: In mir/devel the BufferQueue for a client drops buffers itself, so the compositor is no longer involved14:51
alf_greyback: s/client/client surface/14:51
greybackalf_: oh that's great14:53
=== dandrader is now known as dandrader|afk
=== alan_g is now known as alan_g|EOW
=== dandrader|afk is now known as dandrader
=== dandrader is now known as dandrader|lunch
DonkeyHoteii get a black screen when i select the mir session in lightdm, how to troubleshoot?20:07
=== dandrader|lunch is now known as dandrader
DonkeyHoteihello?21:36
bschaeferDonkeyHotei, for unity8 desktop session mir? On utopic? Or Trusty?21:42
DonkeyHoteitrusty21:42
bschaefercheck ~/.cache/upstart/unity8-*21:42
bschaefershould complain about something21:42
bschaeferor21:42
DonkeyHoteii'll pastebin it21:43
bschaefer/var/log/lightdm/unity-system-compositior21:43
bschaefer.log21:43
DonkeyHoteibschaefer: http://pastebin.com/YNB1qirT21:50
bschaeferDonkeyHotei, what version of lightdm are you running?21:51
DonkeyHoteiwhatever trusty has21:51
bschaeferas I *think* there was a fix put out for that in 1.11.321:52
bschaeferDonkeyHotei, apt-cache policy lightdm21:52
DonkeyHotei1.10.1-0ubuntu121:52
bschaeferas if you are running unity-system-compositor version 0.3, and only lightdm version 1.11.2 you'll get a black screen21:52
bschaeferhmm21:53
bschaefercould you do apt-cache policy unity-system-compositor21:53
DonkeyHotei0.0.2+14.04.20140411-0ubuntu121:54
bschaeferDonkeyHotei, shouldn't be the issue then21:55
bschaeferDonkeyHotei, looking at bugs: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/130495921:55
ubot5Ubuntu bug 1304959 in unity8 (Ubuntu) "unity8 crashed with SIGABRT in qt_message_fatal()" [Critical,Won't fix]21:55
bschaeferthat one seems to match your assert21:55
bschaeferin your log21:55
bschaeferthe21:55
bschaeferASSERT: "(eglContext_ = eglCreateContext( eglDisplay_, screen->eglConfig(), share ? share->eglContext() : EGL_NO_CONTEXT, attribs.constData())) != EGL_NO_CONTEXT" in file ../../../../src/platforms/base/context.cc, line 6321:55
bschaeferbit21:55
bschaeferso its failing to create an eglContext :(21:56
bschaeferDonkeyHotei, did you have this working before?21:56
DonkeyHoteino21:56
bschaeferDonkeyHotei, it might be worth while to post on the bug report that you can reproduce this issue with your specs + unity8-mir log22:01
bschaeferto hopefully get something rolling agian22:01
bschaeferagain*22:01
DonkeyHoteihere is /var/log/lightdm/unity-system-compositior.log:22:06
DonkeyHoteiGL_VENDOR = Intel Open Source Technology Center22:06
DonkeyHoteiGL_RENDERER = Mesa DRI Intel(R) 945GME x86/MMX/SSE222:06
DonkeyHoteiGL_VERSION = OpenGL ES 2.0 Mesa 10.1.322:06
DonkeyHoteidm_connection_start22:06
DonkeyHoteiUnable to set active session, unknown client name22:06
DonkeyHoteiset_active_session 'x-0'22:06
DonkeyHoteiset_active_session22:06
DonkeyHoteiset_active_session 'session-0'22:06
DonkeyHoteiset_active_session22:06
DonkeyHoteiUnable to set active session, unknown client name session-022:06
DonkeyHoteipause22:07
bschaeferDonkeyHotei, yeah, the unity8-mir log tells us what the issue is22:07
bschaeferit hit an ASSERT because it was unable to create an egl context22:08
bschaefer(which is pretty bad)22:08
DonkeyHoteii can't change the status from won't fix22:10
bschaeferyes, but adding comments helps others see its still an issue (with other machines?)22:11
* bschaefer will be back in ~15 min22:15
DonkeyHoteibschaefer: found this too: https://bugs.launchpad.net/mir/+bug/127539822:54
ubot5Ubuntu bug 1275398 in Mir "i945: Mir GL clients are rendered as black or transparent windows when using i945 graphics" [High,Triaged]22:54
bschaeferDonkeyHotei, yours is a bit different, thats a black screen but the eglContext is still being created22:54
bschaeferin your case, you hit an assert and the program stops running22:55
bschaefer(so you wont get the FPS stdout)22:55
bschaeferDonkeyHotei, i moved that other bug back to confirmed, as if its old hardware, its still an issue22:56
bschaefervs a "We wont fix" but it wont be a focus atm though22:56
DonkeyHoteithe won't fix was set by the original reporter22:58
bschaeferyes, which doesn't make much sense either, as its still confirmed :)22:58

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