From owner-freebsd-questions@FreeBSD.ORG Fri May 6 20:09:10 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C0A9106566B for ; Fri, 6 May 2011 20:09:10 +0000 (UTC) (envelope-from pwnedomina@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 22D138FC0A for ; Fri, 6 May 2011 20:09:09 +0000 (UTC) Received: by wyf23 with SMTP id 23so3485300wyf.13 for ; Fri, 06 May 2011 13:09:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=vujJUItLkV4UKJig7EVDNqU2/vq0vUtBNJnoj2KDY2E=; b=k1WkgjO676iNXmC6L1ctdn+q+sGvgoe2oU5ZLqmO60sCRFrfEmi+JyYqtb1kt5hUUp rJs1+czfXIotc1z2S9sEi9aEdvTDxVq/chXQatZ37ZmvzWv8pEec5xwfv1r7TuD5Tumf bUNGtSgZvcCQxtMLkVR/i7KCLSi72lKrNHoX0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=xmEXdqjOsRvY51UIDc0oXMLdJF4zQoDUpLw5CtTO3n/nFGRACKeOaPjJoCIs6Lf4Pt GzIQnA+aqefacAIyQWfVxMK0qxZvk2zV4qonr89dX7LChDLczqdmEG98+3JZ7cXkdq/L BaJCkBzZ5duyod9r7JgbgtAv/h/D4VHsrfYq0= Received: by 10.227.11.148 with SMTP id t20mr4208625wbt.98.1304712548882; Fri, 06 May 2011 13:09:08 -0700 (PDT) Received: from [192.168.1.71] (bl19-97-98.dsl.telepac.pt [2.80.97.98]) by mx.google.com with ESMTPS id y29sm2208288wbd.38.2011.05.06.13.09.07 (version=SSLv3 cipher=OTHER); Fri, 06 May 2011 13:09:08 -0700 (PDT) Message-ID: <4DC46370.4020801@gmail.com> Date: Fri, 06 May 2011 21:09:04 +0000 From: pwnedomina User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-PT; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: Polytropon References: <4DC457E8.3090402@gmail.com> <20110506213951.89d2028a.freebsd@edvax.de> In-Reply-To: <20110506213951.89d2028a.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: gnome desktop manager 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: Fri, 06 May 2011 20:09:10 -0000 Em 06-05-2011 19:39, Polytropon escreveu: > On Fri, 06 May 2011 20:19:52 +0000, pwnedomina wrote: >> im using fluxbox but i want to add gnome desktop manager after the boot >> in order to have a GUI manager for select which users i want to log on, >> what is the way to accomplish this? > Install gdm (the Gnome _display_ manager) from the > x11/gdm port and add a line for it to /etc/ttys > (instead of the default xdm line you find there). > > It should be something like > > ttyv8 "/usr/local/bin/gdm" xterm off secure > > But check the documentaton of gdm, as well as the > FreeBSD Gnome project (from the main web page). > > ive already found other solution, im using SLiM graphical login manager, thanks for the help anyway.