From owner-freebsd-questions@FreeBSD.ORG Tue Jul 26 21:16:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBA0A16A41F for ; Tue, 26 Jul 2005 21:16:12 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F57F43D53 for ; Tue, 26 Jul 2005 21:16:12 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j6QLG9oE081771; Tue, 26 Jul 2005 16:16:09 -0500 (CDT) (envelope-from dan) Date: Tue, 26 Jul 2005 16:16:09 -0500 From: Dan Nelson To: David Gerard Message-ID: <20050726211608.GA57412@dan.emsphone.com> References: <20050726001750.GJ9763@thingy.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050726001750.GJ9763@thingy.apana.org.au> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org Subject: Re: Restarting X server within KDE? 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: Tue, 26 Jul 2005 21:16:12 -0000 In the last episode (Jul 26), David Gerard said: > Many years ago, I ran fvwm2 under Solaris. It actually had a menu > option set up whereby you could restart the X server without all your > X clients dying. > > I really wanted this the other week when KDE went weird on me and the > mouse pointer disappeared. (After only two months! With this sort of > unreliability, open source will never be ready for Joe Consumer.) > > How does one restart the X server without it killing all the clients? That's not possible. More likely is that your fvwm2 menu option simply restarted fvwm2 itself. Many window managers have this option plus a couple other "launch twm/blackbox/olwm" etc entries to shuffle between different window managers. Depending on how you launched KDE, you might be able to just kill it and restart it. If you exec it at the bottom of your .xinitrc though, you would have to have kde reexec itself (since exiting kde would also exit X). I don't know if kde has that option, though. -- Dan Nelson dnelson@allantgroup.com