From owner-freebsd-questions@FreeBSD.ORG Wed Mar 25 14:11:05 2015 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC642A6F for ; Wed, 25 Mar 2015 14:11:05 +0000 (UTC) Received: from brightstar.bomgardner.net (brightstar.bomgardner.net [63.229.207.48]) by mx1.freebsd.org (Postfix) with ESMTP id A8AA4968 for ; Wed, 25 Mar 2015 14:11:05 +0000 (UTC) Received: from brightstar.bomgardner.net (localhost [127.0.0.1]) by brightstar.bomgardner.net (Postfix) with ESMTP id 667B0798 for ; Wed, 25 Mar 2015 09:02:23 -0500 (CDT) From: "Gene" To: "Freebsd Questions" Subject: KDE broken after general upgrade (FBSD 10.0) Date: Wed, 25 Mar 2015 08:02:22 -0600 Message-Id: <20150325134917.M52033@brightstar.bomgardner.net> X-Mailer: OpenWebMail 2.53 X-OriginatingIP: 192.168.0.25 (fbsd) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2015 14:11:05 -0000 Hello all: I recently upgraded packages on my 10.0 AMD64 sytem (pkg upgrade). Afterwards, xorg started up normally and could be used, but KDE wouldn't run. Among the things I've tried: - Check .xinitrc: "#exec /usr/local/bin/startkde" - completely deleting ~/.kde4 completely re-installing KDE4: "pkg install -f x11/kde4" now xorg is still ok and "startx" results in a white screen that simply says: "Uh-oh. Something went wrong. Log out and try again." Of course I can't actually log out so I connect via ssh and reboot. Running KDM and logging in just jumps to a terminal window after logging in. Any ideas where to continue troubleshooting? Thanks --