<p>&nbsp;</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">
<blockquote style="padding-left: 5px; border-left: #1010ff  2px  solid; margin-left: 5px; width: 100%;">
<p>------------------------------------------------------------</p>
</blockquote>
<p>I am open to any ideas on this topic as well.&nbsp; From what I can basically tell, I am having some sort of CPU leak with XORG.&nbsp; I can restart X (no need to reboot) and my KDE becomes responsive again.&nbsp; But XORG starts at around 3% cpu and just keeps creaping up until it will sit over 60%.&nbsp; It is currently 27% from a restart last night.</p>
<p>I don't have kmix open.&nbsp; Disabling desktop effects doesn't appear to have an effect.&nbsp; Chrome vs firefox has no effect.&nbsp; Removing flash and replacing with gnash had no effect either.</p>
<p>Thanks!<br />Rusty Nejdl</p>
</blockquote>
<p>To reply to myself...</p>
<p>I found a bunch of discussions of this affecting other distros besides FreeBSD.&nbsp; I was able to solve this by doing a combination of the following:</p>
<p>1) Stop using Oxygen windows decoration</p>
<p>2) Disable blur affecf</p>
<p>3) Update /etc/X11/xorg.conf:<br />Section "Screen"<br />&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; "Screen0"<br />&nbsp;&nbsp;&nbsp; Device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Device0"<br />&nbsp;&nbsp;&nbsp; Monitor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Monitor0"<br />&nbsp;&nbsp;&nbsp; DefaultDepth&nbsp;&nbsp;&nbsp; 24<br /><br />&nbsp;&nbsp;&nbsp; <strong>Option "AddARGBGLXVisuals" "True"</strong><br /><br />&nbsp;&nbsp;&nbsp; SubSection&nbsp;&nbsp;&nbsp;&nbsp; "Display"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24<br />&nbsp;&nbsp;&nbsp; EndSubSection<br />EndSection<br /><br /><strong>Section "Extensions"</strong><br /><strong>&nbsp;&nbsp;&nbsp; Option "Composite" "Enable"</strong><br /><strong>EndSection</strong></p>
<p>So far, xorg sitting around 3% cpu now even with gnash going and actively using my desktop.&nbsp; Perhaps this might help others with performance issues?</p>
<p>Sincerely,<br />Rusty Nejdl</p>