Mir

Comment 0 for bug 1499527

Revision history for this message
Cemil Azizoglu (cemil-azizoglu) wrote : [android nested] Window, spanning both monitors, wraps on LCD monitor when external monitor is attached

To repro, while external monitor is attached :

1. launch host server
bin/mir_demo_server --display-config=sidebyside --window-manager system-compositor --fi /tmp/mir_socket

2. launch nested server
bin/mir_demo_server --host-socket /tmp/mir_socket -f /tmp/nested_mir --display-config=sidebyside

3. launch client
bin/mir_demo_client_egltriangle -m /tmp/nested_mir

4. using 3-finger gesture, move client window towards the external display (towards the right edge of the LCD), and place it where it spans both displays

5. disconnect external display

6. reconnect external display

Observe that the right half of the triangle window is rendered on the left half of the LCD instead of the external display.