<p>Thx all for responding - those are very informative :-)</p>
<div class="gmail_quote">On Dec 2, 2010 2:17 PM, &quot;Kyle Ambroff&quot; &lt;<a href="mailto:ambroff@lindenlab.com">ambroff@lindenlab.com</a>&gt; wrote:<br type="attribution">&gt; This is a feature of the window manager you are using, in this case<br>
&gt; Compiz. Many window managers and implementations implement a protocol<br>&gt; called _NET_WM_PING, which is a way for one X11 client to verify that<br>&gt; another is handling and responding to X11 events.<br>&gt; <br>
&gt; Not all applications support this protocol, but most do, especially if<br>&gt; they are using a fancy widget toolkit like GTK+ or Qt. An X11 client<br>&gt; can give a hint to the window manager by listing _NET_WM_PING in a<br>
&gt; property of its window called WM_PROTOCOLS.<br>&gt; <br>&gt; Compiz will periodically send a ClientMessage to the target client<br>&gt; using XSendEvent(), which includes a timestamp. The receiving client<br>&gt; is supposed to respond immediately by sending the same message back to<br>
&gt; the sender.<br>&gt; <br>&gt; The idea is that each X11 client should have one thread that is<br>&gt; processing events from the X server. If that thread is blocking<br>&gt; because of deadlock, or some operation that is taking a long time,<br>
&gt; then it will not respond to these pings in a timely manner. If it is<br>&gt; not processing these messages, it certainly isn&#39;t going to be able to<br>&gt; process events from the user, so the window is considered<br>
&gt; non-responsive. The desaturation you see is a signal to you that the<br>&gt; application isn&#39;t going to be responsive to any input.<br>&gt; <br>&gt; Firefox and Eclipse are both large, complicated applications that<br>
&gt; share a UI loop with lots of semi-trusted code. It&#39;s easy for one of<br>&gt; your extensions, or JavaScript from a web page to block the UI thread.<br>&gt; If you upgrade to a more recent version of Ubuntu, you&#39;ll be able to<br>
&gt; use FIrefox 3.6, which is *much* better at dealing with this. Or you<br>&gt; could download Google Chrome :).<br>&gt; <br>&gt; -Kyle<br>&gt; <br>&gt; On Thu, Dec 2, 2010 at 8:04 AM,  &lt;<a href="mailto:timriley@appahost.com">timriley@appahost.com</a>&gt; wrote:<br>
&gt;&gt;&gt; -------- Original Message --------<br>&gt;&gt;&gt; Subject: [vox-tech] application greyed out<br>&gt;&gt;&gt; From: Hai Yi &lt;<a href="mailto:yihai2004@gmail.com">yihai2004@gmail.com</a>&gt;<br>&gt;&gt;&gt; Date: Thu, December 02, 2010 4:24 am<br>
&gt;&gt;&gt; To: &quot;lugod&#39;s technical discussion forum&quot; &lt;<a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a>&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; hello All: I am using ubuntu 9.10, in a quite frequent fashion, I<br>
&gt;&gt;&gt; noticed that the whole UI screen of some applications just grey out<br>&gt;&gt;&gt; after working a while, as if they are under heavy resource consuming<br>&gt;&gt;&gt; tasks.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; So far, this happened to Firefox<br>
&gt;&gt;<br>&gt;&gt; This happens to me when using Firefox. It seems to be a reaction<br>&gt;&gt; to the website taking too long to respond. Most likely, it occurs<br>&gt;&gt; when the website starts sending the page but then stops in the<br>
&gt;&gt; middle. But this is just a guess.<br>&gt;&gt;<br>&gt;&gt; &lt;snip&gt;<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; vox-tech mailing list<br>&gt;&gt; <a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a><br>
&gt;&gt; <a href="http://lists.lugod.org/mailman/listinfo/vox-tech">http://lists.lugod.org/mailman/listinfo/vox-tech</a><br>&gt;&gt;<br>&gt; _______________________________________________<br>&gt; vox-tech mailing list<br>
&gt; <a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a><br>&gt; <a href="http://lists.lugod.org/mailman/listinfo/vox-tech">http://lists.lugod.org/mailman/listinfo/vox-tech</a><br></div>