From owner-freebsd-questions@FreeBSD.ORG Sun Apr 9 22:13:55 2006 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 B7F6416A400 for ; Sun, 9 Apr 2006 22:13:55 +0000 (UTC) (envelope-from dennisolvany@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC84343D45 for ; Sun, 9 Apr 2006 22:13:54 +0000 (GMT) (envelope-from dennisolvany@gmail.com) Received: by wproxy.gmail.com with SMTP id i6so753863wra for ; Sun, 09 Apr 2006 15:13:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=HM/3vCl6w0CeMepCCS+L8tqL/dPIUhZt5DP3UWHm/n+T1L/4EPt0/LpiYWI3IewhvKlpTVd8Im55ByCctF8IIhgXfy+5qkIyFoQ2MhAxkvydbKTgirJOGtZG+09wlJnYbXkFoP9uyKxL15XNchW26bWrvVNDjB6W0Bpbukp0ztk= Received: by 10.54.126.4 with SMTP id y4mr1416058wrc; Sun, 09 Apr 2006 15:13:54 -0700 (PDT) Received: from ?192.168.102.3? ( [67.102.60.210]) by mx.gmail.com with ESMTP id 66sm481263wra.2006.04.09.15.13.53; Sun, 09 Apr 2006 15:13:54 -0700 (PDT) Message-ID: <4439871C.3060501@gmail.com> Date: Sun, 09 Apr 2006 17:13:48 -0500 From: Dennis Olvany User-Agent: Thunderbird 1.5 (X11/20060211) MIME-Version: 1.0 To: infernus - Bluelight References: <443962BA.9020802@infernusweb.net> In-Reply-To: <443962BA.9020802@infernusweb.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Newbie help! 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: Sun, 09 Apr 2006 22:13:55 -0000 infernus - Bluelight wrote: > How do I enter some kind of interface, or desktop, like on the > screenshots? Is there a web-site or enything with tutorials > explaining how to do all this.. 1) Install xorg. If you chose an x installation, such as x-user, then you can skip this step. To see what's already installed, use pkg_info. The command to install xorg is probably pkg_add -r xorg. 2) Configure xorg. Command is Xorg -configure (note the capital X, very important). You'll then have to copy the configuration to the correct location, /etc/X11/xorg.conf. Details in the handbook. 3) Install a window manager. Here's the command to install xfce4: pkg_add -r xfce4. 4) Start the window manager. In the case of xfce4, the command is startxfce4. 5) Install a web browser and such.