From owner-freebsd-questions Sun Oct 20 7:57:36 2002 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 4C4E437B401 for ; Sun, 20 Oct 2002 07:57:35 -0700 (PDT) Received: from dragon.ichi.net (dragon.ichi.net [209.42.196.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BD3D43E75 for ; Sun, 20 Oct 2002 07:57:34 -0700 (PDT) (envelope-from freebsd-anti-spam-questions@ichi.net) Received: from rolacosta.int.ichi.net (localhost.localdomain [127.0.0.1]) by dragon.ichi.net (8.11.6/8.11.6) with ESMTP id g9KEZ3i28673; Sun, 20 Oct 2002 10:35:03 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Ju Ichi To: Rotaru Razvan , freebsd-questions@FreeBSD.ORG Subject: Re: small x11 desktop problem Date: Sun, 20 Oct 2002 10:56:53 -0400 User-Agent: KMail/1.4.2 References: <20021020135535.91217.qmail@web11204.mail.yahoo.com> In-Reply-To: <20021020135535.91217.qmail@web11204.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200210201056.53534.freebsd-anti-spam-questions@ichi.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday 20 October 2002 09:55 am, Rotaru Razvan wrote: > I have FreeBSD 4.7 with X Server and KDE. The problem: only root has > KDE as default desktop set. How do i do it for other users (the > equivalent of "switchdesk" from linux). > PS: Can I make FreeBSD to automaticly boot to graphics mode? > Thanks Create a file in the user's home directory named ".xinitrc" and put the following line in it: exec startkde This will give individual users KDE as a default desktop. For more details on this and booting into graphics mode check out the relevent portion of the handbook at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html Hope this helps, Ju To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message