From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RiWBS-0002Ub-CI for garchives@archives.gentoo.org; Wed, 04 Jan 2012 19:07:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5DE921C1FC; Wed, 4 Jan 2012 19:06:10 +0000 (UTC) Received: from ksp.sk (element.ksp.sk [158.195.16.154]) by pigeon.gentoo.org (Postfix) with ESMTP id D6B0721C1A8 for ; Wed, 4 Jan 2012 18:59:16 +0000 (UTC) Received: by ksp.sk (Postfix, from userid 1004) id 26B0F4C068; Wed, 4 Jan 2012 19:59:16 +0100 (CET) Date: Wed, 4 Jan 2012 19:59:13 +0100 From: YoYo Siska To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] KDE won't start up.... Message-ID: <20120104185913.GB26547@ksp.sk> References: <4F0486B5.8030509@wht.com.au> <1944972.rAINDZGOdj@localhost> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1944972.rAINDZGOdj@localhost> X-YoYo: 47 X-Exotic-Header-Data: 47/2 User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: 9ab41eb1-d33c-4b7e-8e8e-9704b59bcfcd X-Archives-Hash: cf6321727303aa7a128fdb5308bb50bd On Wed, Jan 04, 2012 at 06:36:59PM +0100, Volker Armin Hemmann wrote: > Am Donnerstag, 5. Januar 2012, 01:04:53 schrieb Andrew Lowe: > > Hi all, > > I had a running KDE 4 setup and this afternoon did an: > > > > emerge -NuD world > > > > There were no errors reported, the kernel source had been updated, so I > > compiled the new kernel, and copied it into place, recompiled my nvidia > > driver and also evdev drivers and then rebooted the machine. Now, the > > machine boots up, I get all the usual booting messages, starting ntp, > > mounting drives, getting IP addresses, exporting nfs and so on, the > > screen goes black, the hour glass of the KDE log in screen briefly > > appears then the screen is blanked and I'm back at a text login. > > > > I've logged into the machine from the text login and recompiled the > > kernel, copied it into place, recompiled nvidia and evdev and still the > > problem persists. I've looked at the xorg & kdm logs and there are a > > few errors there that google searches seem to say are OK. The thing that > > is confusing is that when at the text prompt, I can start up bog > > standard X via "startx" and the mouse and keyboard work but I can't get > > KDE to start. Does anyone have any ideas as to what could be causing > > this problem? Any thoughts on where, besides the two obvious logs, that > > I can try and track down what's going wrong here, or steps I can take to > > debug the KDE startup? > > > > Any thoughts greatly appreciated, > > > > Andrew > > .xsession-errors > > Xorg.0.log > > please. > If both are huge, upload them somewhere. > Also make sure that the permissions of /tmp and /var/tmp are ok. Had it in the > past that some update did some very scary things to both places. Also /var/log/kdm.log would be of use (if you are (well, want to ;) using KDM as the login manager)... because it seems that the problem might be with KDM greeter or something similar. I had it segfaulting once, the symptoms were very similar, KDM did bring up X and start kdmgreet which crashed, X went down immediately, because they had no clients, KDM noticed that X was running only for a very short time and interpreted that (correctly) as a sign that something went wrong and didn't restart the X and insted just stopped... that would also explain why running startx works ... btw, does startx /usr/bin/startkde start a KDE session? yoyo