<div dir="ltr"><div><div><div><div>Hi John, <br><br></div>I managed to reproduce the problem with a new installation.<br></div><br>In order to see the bug, one need to create a panel on the second screen and place it on top or bottom.<br></div><div><br>Well this is a bit tricky, one can click on existing panel on the primary screen, select  New Panel, <br>after the new panel appeared one should go to the properties of this new panel and unselect Expand.<br></div><div>After that you can move it by dragging to the second screen and select Expand again :)<br></div>If you lock your screen now you should see the effect described in the initial report.<br><br></div><div>Shell I anyway send the script output ? <br><br></div><div>Thank you, <br></div><div>Alex<br></div><div><br></div><div><div><div><div><div><br></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 7, 2016 at 11:40 AM, John Paul Adrian Glaubitz <span dir="ltr"><<a href="mailto:glaubitz@physik.fu-berlin.de" target="_blank">glaubitz@physik.fu-berlin.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Control: tags -1 unreproducible<br>
Control: tags -1 moreinfo<br>
<br>
Hi Alex!<br>
<br>
On 06/07/2016 11:30 AM, Alex Mestiashvili wrote:<br>
> After upgrade from Mate 1.12.0-1 -> 1.14.1-1 the screensaver fails to hide<br>
> the second screen in dual monitor setup.<br>
> One can see the part which suppose to cover the second screen on the first<br>
> primary screen area. It also covers the login dialog, though one still can<br>
> un-lock the session by typing the password.<br>
<br>
I am currently sitting in front of a MATE desktop with two displays on Debian<br>
unstable and I cannot reproduce the problem. I just locked the screen and<br>
both screens are properly covered, both with a blank screen as screensaver<br>
as well as "Flying MATE". We therefore need more information to debug this.<br>
<br>
Can you make a screenshot? You should be able to do that using a script like:<br>
<br>
#!/bin/bash<br>
<br>
if [ -d "$1" ]; then<br>
    OUTPUT="$1/xdump_`hostname`.png"<br>
else<br>
    OUTPUT="xdump.png"<br>
fi<br>
<br>
if [ -r /var/lib/gdm/:0.Xauth ]; then<br>
    XAUTHORITY=/var/lib/gdm/:0.Xauth DISPLAY=:0.0 xwd -root |xwdtopnm 2>/dev/null |pnmtopng >$OUTPUT<br>
    pngcheck $OUTPUT<br>
elif [ -r /var/lib/gdm3/:0.Xauth ]; then<br>
    XAUTHORITY=/var/lib/gdm3/:0.Xauth DISPLAY=:0.0 xwd -root |xwdtopnm 2>/dev/null |pnmtopng >$OUTPUT<br>
    pngcheck $OUTPUT<br>
elif [ -r /var/lib/mdm/:0.Xauth ]; then<br>
    XAUTHORITY=/var/lib/mdm/:0.Xauth DISPLAY=:0.0 xwd -root |xwdtopnm 2>/dev/null |pnmtopng >$OUTPUT<br>
    pngcheck $OUTPUT<br>
elif [ -r /var/lib/lightdm/.Xauthority ]; then<br>
    XAUTHORITY=/var/lib/lightdm/.Xauthority DISPLAY=:0.0 xwd -root |xwdtopnm 2>/dev/null |pnmtopng >$OUTPUT<br>
    pngcheck $OUTPUT<br>
else<br>
    echo "can't access /var/lib/gdm/:0.Xauth"<br>
    DISPLAY=:0.0 xwd -root |xwdtopnm 2>/dev/null |pnmtopng >$OUTPUT<br>
fi<br>
<br>
> Here is the screen setup ( proprietary nvidia driver )<br>
<br>
Could you please re-test with the free nouveau driver? This might be related to<br>
the proprietary nVidia driver which cannot properly debug and support anyway<br>
(the sources are with nVidia).<br>
<span class="HOEnZb"><font color="#888888"><br>
Adrian<br>
<br>
--<br>
 .''`.  John Paul Adrian Glaubitz<br>
: :' :  Debian Developer - <a href="mailto:glaubitz@debian.org">glaubitz@debian.org</a><br>
`. `'   Freie Universitaet Berlin - <a href="mailto:glaubitz@physik.fu-berlin.de">glaubitz@physik.fu-berlin.de</a><br>
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913<br>
</font></span></blockquote></div><br></div>