GNOME Bugzilla – Bug 707473
MonitorConfig: remove holes generated by disabling the laptop lid
Last modified: 2013-09-16 20:40:13 UTC
No, holes in the framebuffer are not a good a thing: windows can get lost there, and the user can get very confused. Instead, compact the monitors that where previously after.
Created attachment 254096 [details] [review] MonitorConfig: remove holes generated by disabling the laptop lid
Review of attachment 254096 [details] [review]: OK.
Attachment 254096 [details] pushed as 0b89e34 - MonitorConfig: remove holes generated by disabling the laptop lid
*** Bug 707478 has been marked as a duplicate of this bug. ***
This hasn't fixed the issue mentioned in bug 707478, since there is still an off-screen area where new windows can be placed and that shows up in screenshots.
Created attachment 255030 [details] [review] MonitorConfig: fix hole filling in the laptop lid automatic configuration Need two passes, because the order we traverse the array is alphabetical on connector name, not left to right, so we might see a monitor on the right before we get the offset from disabling the primary monitor.
Review of attachment 255030 [details] [review]: This seems to fix the issue I was seeing.
Review of attachment 255030 [details] [review]: OK.
Attachment 255030 [details] pushed as 423bd70 - MonitorConfig: fix hole filling in the laptop lid automatic configuration