From owner-freebsd-x11@FreeBSD.ORG Fri May 15 20:38:33 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C61331065670; Fri, 15 May 2009 20:38:33 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-ew0-f159.google.com (mail-ew0-f159.google.com [209.85.219.159]) by mx1.freebsd.org (Postfix) with ESMTP id 251FC8FC19; Fri, 15 May 2009 20:38:27 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: by ewy3 with SMTP id 3so2605715ewy.43 for ; Fri, 15 May 2009 13:38:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=Z+RsBnvNx+7VEjlrMYtI0tCvmlxc0menwulQinHXTXg=; b=VV/8EGhKDnPgcvo9fp1oTxw+mOeigo1NYotrAnhM/84QifK8mBpT337cx6lK/3Nm6c u8JBRxG08rjxNfJYJnil5IIRqqOXv4LcVLldyGWgcltye4d5WAfTnr5XU2Aqsrq5Cas4 4CYY+ySsabUjNFew1BeniXxYWRQrcBfs0Z5o4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=lpWIhNFIAPMfZQOS+3OkMOPFom4Irq0VjJ11TbTGaybKm5pcRHiuh5xj+X+EAvFXip Q9wl6JOvPUHzgqMFpg/bcDcbifAlhhUZRpacPdYmWK1H/v8V/JEGloH+S5u2W2bE6zS3 y2RewdvkLs8nutLtRjHqrtY6812IhiZuUZrGY= Received: by 10.210.86.10 with SMTP id j10mr1371735ebb.70.1242419906002; Fri, 15 May 2009 13:38:26 -0700 (PDT) Received: from ?192.168.1.66? (87-194-39-182.bethere.co.uk [87.194.39.182]) by mx.google.com with ESMTPS id 7sm2248269eyb.25.2009.05.15.13.38.25 (version=SSLv3 cipher=RC4-MD5); Fri, 15 May 2009 13:38:25 -0700 (PDT) From: Tom Evans To: Kent Stewart In-Reply-To: <200905151314.01390.kstewart@owt.com> References: <1242416473.14085.5.camel@localhost> <200905151314.01390.kstewart@owt.com> Content-Type: text/plain Date: Fri, 15 May 2009 21:37:24 +0100 Message-Id: <1242419844.14339.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org, freebsd-gnome@freebsd.org Subject: Re: Xorg 1.6.0 uses 100% CPU in gnome+gdm X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2009 20:38:34 -0000 On Fri, 2009-05-15 at 13:14 -0700, Kent Stewart wrote: > On Friday 15 May 2009 12:41:13 pm Tom Evans wrote: > > Hi all > > > > I upgraded kernel, world and ports from ~7.1 RELEASE to RELENG_7 of > > yesterday, and now Xorg constantly chews CPU. I'm running: > > > > FreeBSD jacob.nubtek.com 7.2-STABLE FreeBSD 7.2-STABLE #2: Thu May 14 > > 20:37:49 BST 2009 > > root@jacob.nubtek.com:/usr/obj/usr/data/FreeBSD/RELENG_7/src/sys/LOST > > i386 > > > > I've double checked that all ports are up to date, and was going to > > blame some bug in the nvidia binary driver, but it also exhibits it if I > > use the 'nv' or 'vesa' driver as well - I've not tested nouveau. The > > nvidia.ko module was loaded whilst running with nv and vesa, would that > > matter? > > > > I have had this happen several times. It always went away after I force built > xorg and its dependancies. My personal opinion is that something was built > out of order and while your ports may be current, something used an old > linkage. > > Kent > meh - ok, another `portupgrade -Rf '*xorg*'` kicked off. Thanks for the tip. Cheers tom