[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2014-01-17 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-system-compositor - 0.0.2+14.04.20140116-0ubuntu1 --- unity-system-compositor (0.0.2+14.04.20140116-0ubuntu1) trusty; urgency=low [ Michael Terry ] * Force the screen to redraw after turning the display back on (LP: #1255045). Also stop

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-12-11 Thread Daniel van Vugt
** Changed in: mir Status: Incomplete = Invalid ** Changed in: mir Milestone: 0.1.3 = None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255045 Title: screen does not turn on on maguro

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-28 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-mir - 0.2+14.04.20131128.2-0ubuntu1 --- unity-mir (0.2+14.04.20131128.2-0ubuntu1) trusty; urgency=low [ Gerry Boland ] * Install ServerStatusListener to be notified of mir server start, pause and resume. Use start notification to send

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-28 Thread Michał Sawicz
** Changed in: unity-mir Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255045 Title: screen does not turn on on maguro when pressing the power button

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-28 Thread PS Jenkins bot
Fix committed into lp:unity-mir at revision 154, scheduled for release in unity-mir, milestone phone-v1-freeze ** Changed in: unity-mir Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-27 Thread Pat McGowan
** Changed in: mir (Ubuntu) Assignee: (unassigned) = Kevin DuBois (kdub) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255045 Title: screen does not turn on on maguro when pressing the power

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-27 Thread Kevin DuBois
I'm investigating from the mir side, this might be something in the power system too. The branch Daniel mentioned may help but the branch was only meant to address a TODO. I'm working to confirm that it helps or not -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-27 Thread Kevin DuBois
The maguro driver does not provide an enableScreen() function hook at all, so mir skips calling into the driver during a power request. The lp:~kdub/mir/fb-device-enablescreen will not fix the problem in this bug. The power button was working before, so I'm curious how... will keep digging --

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-27 Thread Kevin DuBois
https://android.googlesource.com/platform/hardware/ti/omap4xxx/+/android-cts-4.4_r1/hwc/hwc.c line 1961 might have a clue... seems both levers mir can push are just null hooks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-27 Thread Kevin DuBois
Its strange that tapping the screen after the power button will turn it on, input logic is far away from mir's android display system. Perhaps a compositor update isn't being triggered, or the interplay between unity- mir and powerd has changed subtly. -- You received this bug notification

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-27 Thread Daniel van Vugt
Have people misinterpreted a black screen as the screen (backlight) being off? They're two very different things. Maybe the screen is coming on immediately but needs to be told to flip a new frame? Look very carefully, even from an angle, and you can tell when the backlight is on but the image

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-27 Thread Michał Sawicz
** Branch linked: lp:~kdub/mir/fb-device-enablescreen -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255045 Title: screen does not turn on on maguro when pressing the power button To manage

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-27 Thread Michał Sawicz
I've failed to notice any activity on the screen before touching it. It's very difficult on maguro to discern between off and black. When pressing the button, syslog reports: Nov 28 02:17:27 ubuntu-phablet kernel: [ 987.062652] request_suspend_state: wakeup (3-0) at 987055328372 (2013-11-28

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-27 Thread Michał Sawicz
I've failed to notice any activity on the screen before touching it. It's very difficult on maguro to discern between off and black. Scratch that. Looking closely at the boundary between the bezel and the screen I can see it coming on, just displaying black. Man it's difficult to see... AMOLED

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-27 Thread Daniel van Vugt
Cool. Sounds like a simple problem then, of Mir just failing to schedule a compositor frame on wakeup. Normally frames are scheduled only when a surface changes. When no surface is changing, no frames are scheduled, resulting in better power management. So the touch is what triggers some surface

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-27 Thread Daniel van Vugt
OK, it turns out Mir does correctly render a frame (or three!) immediately as soon as the compositor is restarted. The problem then is in unity-mir failing to stop/restart the compositor. unity-mir assumes that turning the screen on is enough. Actually, it appears to not be enough. You have to

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-27 Thread Daniel van Vugt
Although in the multi-monitor case, the current design does not force a redraw when you turn a single monitor back on. In that case you could see similar issues with screens remaining black (or out of date) even on desktop. ** Changed in: mir Status: Invalid = Triaged ** Changed in: mir

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-27 Thread Daniel van Vugt
Mir Team: Do you think we *should* give graphics::Display knowledge of the compositor::Compositor and force a restart/frame-schedule every time an output is turned on? Or should the existing division of responsibility remain and let the shell control both separately? ** Changed in: mir

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-27 Thread Daniel van Vugt
In summary, please fix unity-mir now (per comment #16). It's unclear as to whether this should be done automatically by Mir in future (comment #18). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-27 Thread Daniel van Vugt
** Changed in: unity-mir Assignee: (unassigned) = Daniel van Vugt (vanvugt) ** Changed in: unity-mir Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255045

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-27 Thread Daniel van Vugt
** Branch linked: lp:~vanvugt/unity-mir/fix-1255045 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255045 Title: screen does not turn on on maguro when pressing the power button To manage

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-26 Thread Dave Morley
** Changed in: unity8 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255045 Title: screen does not turn on on maguro when pressing the power button To

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-26 Thread Didier Roche
** Description changed: when putting the phone to sleep by pressing power it will not wake up the screen when pressing power again unless the screen gets touched. this issue seems to be restricted to maguro ... + + WORKAROUND (as per description): + - press power button + - touch the

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-26 Thread Dave Morley
Image 26 seems to be clean: 1. Waiting for the phone to sleep press the power button it wakes. Pass 2. Pressing the the power button to make it sleep then pressing the power button again to wake it. Pass 3. Waiting for the phone to sleep leave the device for 10 minute+ then press the power

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-26 Thread Oliver Grawert
since the issue clearly starts with r27 one of the above packages must be at fault. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255045 Title: screen does not turn on on maguro when pressing the

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-26 Thread Oliver Grawert
teh package diffs between image 26 and 27 http://people.canonical.com/~ogra/touch-image-stats/20131120.2.changes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255045 Title: screen does not turn on

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-26 Thread Didier Roche
Image 27 is confirmed by Dave to have triggered the issue (and this one has the Mir new release only with click apparmor update. It can't be click apparmor related ;)) ** Package changed: unity8 (Ubuntu) = mir (Ubuntu) ** Also affects: mir Importance: Undecided Status: New ** Changed

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-26 Thread Dave Morley
Image 27 is where the breakage seems to begin: 1. Waiting for the phone to sleep press the power button it wakes. Fail 2. Pressing the the power button to make it sleep then pressing the power button again to wake it. Fail 3. Waiting for the phone to sleep leave the device for 10 minute+ then

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-26 Thread Ursula Junque
** Tags added: r26 ** Tags removed: r26 ** Tags added: r27 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255045 Title: screen does not turn on on maguro when pressing the power button To manage

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-26 Thread Dave Morley
** Description changed: when putting the phone to sleep by pressing power it will not wake up the screen when pressing power again unless the screen gets touched. this issue seems to be restricted to maguro ... WORKAROUND (as per description): 1. press power button 2. touch the

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-26 Thread Gerry Boland
** Changed in: mir Importance: High = Critical ** Changed in: mir (Ubuntu) Importance: High = Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255045 Title: screen does not turn on on

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-26 Thread Daniel van Vugt
** Tags added: galaxynexus ** Tags added: pm -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255045 Title: screen does not turn on on maguro when pressing the power button To manage notifications

[Bug 1255045] Re: screen does not turn on on maguro when pressing the power button

2013-11-26 Thread Daniel van Vugt
This might help, but not sure: lp:~kdub/mir/fb-device-enablescreen -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255045 Title: screen does not turn on on maguro when pressing the power button To