From owner-freebsd-gnome@FreeBSD.ORG Sat May 16 17:43:35 2009 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 95E2F106566B; Sat, 16 May 2009 17:43:35 +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 F0F108FC18; Sat, 16 May 2009 17:43:34 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: by ewy3 with SMTP id 3so3021160ewy.43 for ; Sat, 16 May 2009 10:43:34 -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=ajv2pgmlwpNH2PpuCiFXhls6YnmKceoCQ8/jCllAjsI=; b=bhSbJUA514Jm+mvSpscj+ZBaeejoPOW9NKNEoNeqHiFHhi+aR/9fsLTV0mahysd7CH N5FPOPrsYTTTl0LYYkwu9PhQuPIZ9GIVFDHd7DqITR4EmW9JiwdEDo2wxlB6BPEak5+I IrOyBPMgOT8mrk3+POe6CUtqgtVPWv2VMcCZI= 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=SBJ87c+pmh2WJ5UK1u0qnEQ7y6fI74nE6y/bokNXXrVH+0CPFFSq99B4I/TRvYeZyA tycvArn4EGGwbJ6GQLglx+MWQMv7GhBGcznIZRCZiSPVAy09r82ZQKg3i3wlBWgBMdAh WX38xLJAJ46aNoR7zzMEX8ul23XdV2jK6n2aM= Received: by 10.210.115.15 with SMTP id n15mr2375781ebc.48.1242495813528; Sat, 16 May 2009 10:43:33 -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 24sm3418052eyx.33.2009.05.16.10.43.32 (version=SSLv3 cipher=RC4-MD5); Sat, 16 May 2009 10:43:33 -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: Sat, 16 May 2009 18:42:30 +0100 Message-Id: <1242495750.1617.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-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: Sat, 16 May 2009 17:43:36 -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 > Sorry for the noise, I didn't notice until this morning that I had checked out x11-servers/xorg-server with a sticky date from CVS. Reverting that, rebuilding xorg-server and all dependant ports made the problem go away. Cheers Tom