-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swapping from a Left screen posture to any other posture freezes the touch input on Duo 2 #136
Comments
same for me! |
Since updating to v12.23, the frequency of freezing when closing and reopening has increased. |
In previous versions, when closing the phone, the screen would go dark and both screens would show the clock and battery level. |
Can confirm, when the overlay for the peek mode appears on left only, it breaks the touch input for Duo2. Either way, for peeking the time, I reckon it should show on both screens. So as a result we should show on both when peeking the screen. However we still need to try fix the left screen lockups down the line. |
I would suggest an option to disable using the left screen of duo2 alone before there is a solution to this problem |
New issue: with the newest update, sometimes touch completely stops working when opening my duo 2. i disabled the left screen with the settings too. |
This is probably the peek mode optimisations that only show on one screen, if the peek mode shows up on the left screen it will lockup the display as expected here. |
this happend again, i saw when i folded the duo2 open, for a split second the right screen was inactive and the left one active, i expect this to be the reason. |
ok i switched to my pixel 7 now, the duo2 is unusable in this state. 1-5 folds and touch stops working and i have to force reboot, it is too annoying :( |
@Archfx also just wondering, why do we Restart the launcher between some dual screen postures? I notice we have some launcher restarts between book and flat postures. |
Trebuchet launcher does not correctly refresh during posture change, so the posture processor sends this broadcast such that the Trebuchet can refresh itself. This is related to #49 and #39. |
Oh no I get why we have to restart the launcher, but between some cases where the layout should stay the same it restarts anyway, specifically between about 110 deg to 180 deg there's something that feels like a launcher restart. |
That is weird, can you confirm it using the log. adb logcat | grep RestartReceiver This should be triggered if the broadcast is sent. My expected logic was to restart between tablet and phone modes. |
Acknowledgements
Info
Expected Behavior
The device should swap screens seamlessly without losing touch input between single/dual postures
Current Behavior
Any transition from a left screen posture will lock the screen up and prevent touch unless a reboot is performed, or a pen is used on Surface Duo 2. As seen in Archfx's GIF demonstrating the new feature, we can see that this does not affect Surface Duo 1, as he seamlessly swaps from Left -> Right -> Dual Screen without the touch locking up.
This is an extension of #50 . However, we now know it's just the left transitions, never the right or dual transition.
Possible Solution
Something in the way we set the display composition for left screens may be weirdly set, perhaps the negative panel offset?
Steps to Reproduce
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: