From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 24 22:36:36 2008 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBC421065672 for ; Mon, 24 Mar 2008 22:36:36 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao106.cox.net (eastrmmtao106.cox.net [68.230.240.48]) by mx1.freebsd.org (Postfix) with ESMTP id 65C3B8FC1F for ; Mon, 24 Mar 2008 22:36:36 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao106.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080324223636.VXCA15722.eastrmmtao106.cox.net@eastrmimpo02.cox.net>; Mon, 24 Mar 2008 18:36:36 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id 5Aca1Z00d4iy4EG02AcaWX; Mon, 24 Mar 2008 18:36:35 -0400 Date: Mon, 24 Mar 2008 17:38:17 -0500 To: "Joe Marcus Clarke" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <86iqzbomos.fsf@pluton.xbsd.name> <1206395304.99442.20.camel@shumai.marcuscom.com> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <1206395304.99442.20.camel@shumai.marcuscom.com> User-Agent: Opera Mail/9.26 (Linux) Cc: freebsd-gnome@freebsd.org Subject: Re: [gnome 2.22] gnome-system-monitor on amd64 may slow down the desktop X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2008 22:36:37 -0000 On Mon, 24 Mar 2008 16:48:24 -0500, Joe Marcus Clarke = wrote: > > On Tue, 2008-03-25 at 05:07 +0800, Denise H. G. wrote: >> On 7.0-STABLE/amd64, gnome-system-monitor for gnome 2.22, when launch= ed, >> uses `gnash'(!) to render the system resources graphs... > > Where do you see it using gnash? The resource graphs are rendered usi= ng > cairo and GTK+. Maybe enable glitz option in cairo will helping, but that's complete = guess. Denise, you can edit in src/load-graph.cpp (646 line) by change = from: g->frames_per_unit =3D 5; // this will be changed but needs initialisi= ng To: g->frames_per_unit =3D 1; // this will be changed but needs initialisi= ng It will reducing the CPU from 20% to between 4%-7%, but the graph won't = be = smooth as before. There has bugzilla about this issue: http://bugzilla.gnome.org/show_bug.cgi?id=3D507797 I didn't read all replies in there. It's not FreeBSD specific, btw. Cheers, Mezz > Joe -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org