From owner-freebsd-questions@FreeBSD.ORG Mon Jul 19 18:21:57 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69F86106567A for ; Mon, 19 Jul 2010 18:21:57 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 153758FC22 for ; Mon, 19 Jul 2010 18:21:56 +0000 (UTC) Received: by vws19 with SMTP id 19so6161637vws.13 for ; Mon, 19 Jul 2010 11:21:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=ipuIJo3Lqk4yYpDAaYgpRmZWGQvkRiRe7N05wzLi03s=; b=xo4qFONiNF95uySlEnp4M2zbHtpAY6hue193RCQSzlL8ad4lWiTS/szoeSqTRziYvt m+jgxd0hgaIYDC5QhL2zavuLbtsMVV+7LZt+KXIHVlsz+UhMakKGPnU2P5Wmqz/1r8Yv NLsY/D3zH6bAXjVk7zOgMMbCHMp1EIIMhxaVQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=KjxFeyGbGgTp73ak8StV0HouibYLkUFEVx6ccA5+PHeAO9N+PwUnD2jz1CIO7/o0bt Rlmrx5x1emv51pl83Thl3mt5g9dllvpZ9IzYLmigOEFo+3eoj4CaF+OsaTfG5B+1paBM 02KE2YJFkhyOExNhjS4/itaLB+Logz7zjfHZk= Received: by 10.220.59.202 with SMTP id m10mr2835089vch.23.1279563715504; Mon, 19 Jul 2010 11:21:55 -0700 (PDT) Received: from schism.local (173-161-130-225-Philadelphia.hfc.comcastbusiness.net [173.161.130.225]) by mx.google.com with ESMTPS id v11sm13768776vbb.3.2010.07.19.11.21.51 (version=SSLv3 cipher=RC4-MD5); Mon, 19 Jul 2010 11:21:52 -0700 (PDT) Message-ID: <4C4497BE.30700@gmail.com> Date: Mon, 19 Jul 2010 14:21:50 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Caleb Stein References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: KDE won't start X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2010 18:21:57 -0000 On 7/19/10 2:15 PM, Caleb Stein wrote: > Whenever I try to start KDE4, I get this output: > > > # /usr/local/kde4/etc/rc.d/kdm4 start > Startink kdm4. > Updating KDM configuration > Information: reading pre-existing kdmrc > /usr/local/kde4/share/config/kdm/kdmrc (config version 2.4) > # info: [drm] Setting GART location based on new memory map > info: [drm] Loading RV710 Microcode > info: [drm] Resetting GPU > info: [drm] writeback test succeeded in 2 usecs > drm0: [ITHREAD] > Jul 19 03:59:47 FreeBSD kdm-bin: :0[28893]: Received unknown or > unexpected command -2 from greeter > Jul 19 03:59:47 FreeBSD kdm-bin: :0[28893]: Abnormal termination of > greeter for display :0, code 125, signal 0 > info: [drm] Resetting GPU > > > The same thing happens when I try to run Gnome or Xfce. It all started > when I accidentally deleted graphics/jpeg and graphics/png. I tried > reinstalling them, but it didn't work. I have done portupgrade -a three > times, but none of them helped. How can I fix this issue without having > to reinstall? Hello, If you reinstalled a newer version of jpeg and png, you will need to rebuild all ports that linked against them. Take a look at ports/UPDATING for portupgrade syntax. Regards, -- Glen Barber