[03:13] I thought 13.10 came with Mir [03:24] well, 13.10 will be released in 3 months, who can tell the future so well? === Wellark_ is now known as Wellark [16:29] hi :) [16:30] I just upgraded to ubuntu 13.10 and it seems to be working [16:30] but there's a weird bug with the resolution setting is there a commandline tool for repopulating the possible resolutions list? [16:31] when I booted into 13.10, it had VESA resolution, and mirrored displays but everything was 3d accelerated, so the drivers were working perfectly [16:31] I then managed to turn off mirroring, and for my 2nd display I could change resolutions [16:32] so now I have 1 monitor at good resolution, and the other at 640x480 [16:32] so I'm pretty sure it's just a gui config bug ;) [16:33] also, out of interest is this mir now running directly on top of the hardware? no x in between? [16:35] root 6516 7.5 0.9 217896 57536 tty7 Ss+ 18:12 1:42 /usr/bin/X -core :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch [16:35] so X is still running? :( [16:37] am I running mir at all? how will I notice? :P [17:04] You aren't using Mir, no. You should seek support in #ubuntu+1 [17:05] alright thanks [17:09] alright, turns out I did things in the wrong order [17:10] upgrading to saucy for some reason removed the system compositor ppa [17:10] now I think of it, that's pretty obvious, as it probably picks the ppa for your distro [17:10] ok :P [17:33] alright! now I'm in business [17:33] it boots to a screen that says I'm in low graphis mode [17:33] but I can't use my mouse to press ok [17:33] I can use my keyboard to go to another terminal, and chat with you [17:34] the low graphics mode is in alt-f1 [17:35] alt-f7 seems to have some left over output from the boot process [17:35] nothing on the other terminals [17:37] plugged my mouse out and in, that worked! :) [17:42] couldn't get out of the configuration window though [17:43] killed it, but don't know how to restart it, instead I ran mir_demo_server, and then mir_demo_client_eglflash etc and those work fine [17:44] it would be awesome if I could get it to do some basic compositing using a simple wm [17:44] is there anything like that? [19:55] d-snp_: There is something like that coming together as part of unity 8 (wm functionality) :) there is no straightforward way to run it with all the dependencies now. [19:55] p.s. channel not very active on weekend :) [20:00] I guess that's sort of a good sign, means everyone's fulltime on it right? [20:01] though a pity that there's no basic wm available yet [20:01] I'm reading the source of the render_surfaces example now [20:02] but the c++ is .. awkward :P [20:05] this syntax [&](..) { ... } .. what does that do? :D [20:05] is it like c#'s with( .. ) { ... } ? [21:13] d-snp_, look out for c++ lambdas [21:13] that's a capture by reference lambda/closure [21:23] ahhh