← Back to team overview

compiz team mailing list archive

[Bug 1292830] Re: Resuming from sleep makes black borders around windows to appear

 

Hi there,

as I posted above, I have the same issue on my Thinkpad W510. I edited a resume script in /etc/sleep.d as followed:
 
 vim  /etc/pm/sleep.d/03_bug_nvidia_unity_replace

 chmod + x

#!/bin/sh
#
# after suspend restart unity, because of artifacts

<code>
 for USR in "$(ps aux |grep unity-panel-service|grep -v grep |cut -f1 -d' '| uniq)"; do
    case "$1" in
        suspend)
		echo "do nothing"
	 	;;

        hibernate)
		echo "do nothing"
         ;;

        thaw|resume)
		echo "do nothing"
	 	su - $USR -c "DISPLAY=:0 unity --replace"
        ;;

        *) exit $NA
        ;;
    esac
 done
</code>

My System:
 
kernel 3.13.0-39-generic

nvidia-331:
  Installiert:           331.38-0ubuntu7.1

nvidia-331-updates:
  Installationskandidat: 331.38-0ubuntu7.1

compiz:
  Installiert:           1:0.9.11.2+14.04.20140714-0ubuntu1

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1292830

Title:
  Resuming from sleep makes black borders around windows to appear

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1292830/+subscriptions


References