From owner-freebsd-questions@FreeBSD.ORG Wed May 30 05:28:27 2012 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 08DD31065672 for ; Wed, 30 May 2012 05:28:27 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) by mx1.freebsd.org (Postfix) with ESMTP id C4FBC8FC1C for ; Wed, 30 May 2012 05:28:26 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id q4U5SJuN040723; Tue, 29 May 2012 23:28:19 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <4FC5AFF3.5080300@dreamchaser.org> Date: Tue, 29 May 2012 23:28:19 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120528 Thunderbird/12.0.1 MIME-Version: 1.0 To: Jim Pazarena References: <4FC59ED2.7090105@paz.bz> In-Reply-To: <4FC59ED2.7090105@paz.bz> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Tue, 29 May 2012 23:28:19 -0600 (MDT) Cc: FreeBSD Mailing List Subject: Re: kde4 on 8.3 and laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@dreamchaser.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2012 05:28:27 -0000 On 05/29/12 22:15, Jim Pazarena wrote: > I had kde3 running just fine on 8.2 on my laptop. > > I have now installed 8.3 -and- kde4 on my laptop, and the kde system > will not work as expected. > > when I type kdm (which is at /usr/local/kde4/bin/kdm) > I get the expected login screen (however the mouse dies), and after I login, > all I get is a small cli window in the top left corner. The mouse has gone > dead, and the keyboard doesn't respond, altho there is a prompt in the cli > window. > > All I can do at this point is hold the power button in to reboot. > If I do not try running "kdm", the normal cli works 100%, the ethernet works, > and the mouse always seems alive (altho in the cli the mouse is of no value). > > Suggestions would be very appreciated. I don't know about the mouse dieing. I'm running 9.0 and I've seen that once or twice when first setting up X. You don't need to reboot. Do to switch to a different vty. Log in on that vty, do a ps to find the process you used to start kdm, (ps -ax | grep kdm) and kill -TERM that process. That should get you back to a regular prompt on the original vty. Do to go back to that screen. Gary