[Ubuntu-x-swat] [Bug 1491071] Re: Xmir doesn't update the screen size until something is actually rendered

2015-10-04 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1417541 *** https://bugs.launchpad.net/bugs/1417541 The resize logic in question was rewritten recently to work (better) in -rootless mode. As for non-rootless mode that's still more broken, but also already logged as bug 1417541. So we'll track it there.

[Ubuntu-x-swat] [Bug 1491071] Re: Xmir doesn't update the screen size until something is actually rendered

2015-09-08 Thread Robert Ancell
** Changed in: xorg-server (Ubuntu) Status: New => Triaged ** Changed in: xorg-server (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu.

[Ubuntu-x-swat] [Bug 1491071] Re: Xmir doesn't update the screen size until something is actually rendered

2015-09-06 Thread Robert Ancell
Hey, you know XMir is on a git branch right? lp:~xmir-team/xorg-server/+git/xmir where lp is git+ssh://usern...@git.launchpad.net/ Should be easier to generate diffs - propose merges. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to

[Ubuntu-x-swat] [Bug 1491071] Re: Xmir doesn't update the screen size until something is actually rendered

2015-09-06 Thread Robert Ancell
The patch files in the Ubuntu package are just generated from the git branch using format-patch. I rebase this branch each time I update the Ubuntu package. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu.

[Ubuntu-x-swat] [Bug 1491071] Re: Xmir doesn't update the screen size until something is actually rendered

2015-09-06 Thread Robert Ancell
Yeah, it makes sense to me to just call xmir_output_handle_resize after getting the mir_event_type_resize. I think we could definitely drop the damage call as well - this will be done inside xmir_output_handle_resize anyway. -- You received this bug notification because you are a member of

[Ubuntu-x-swat] [Bug 1491071] Re: Xmir doesn't update the screen size until something is actually rendered

2015-09-01 Thread Christopher Townsend
Well, my patch-foo seems week as I can't seem to generate a good diff. At any rate, here's what I'm proposing: Using a fully patched source tree, open hw/xmir/xmir-input.c. Find the xmir_handle_input_in_main_thread() function. In the mir_event_type_resize case add the following after the