From owner-freebsd-newbies@FreeBSD.ORG Wed Feb 9 13:49:11 2005 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D10F16A4CE for ; Wed, 9 Feb 2005 13:49:11 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10F0943D49 for ; Wed, 9 Feb 2005 13:49:11 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 9 Feb 2005 07:49:07 -0600 Message-ID: <420A14D3.2030309@daleco.biz> Date: Wed, 09 Feb 2005 07:49:07 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roman.Jahn@wm-group.de References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Feb 2005 13:49:08.0114 (UTC) FILETIME=[206E8720:01C50EAE] cc: FreeBSD-Newbies@freebsd.org Subject: Re: x11 X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2005 13:49:11 -0000 Roman.Jahn@wm-group.de wrote: >Hello, > >i will learning the handling with freebsd. i downloaded the minimum cd from >freebsd. i have installed the standart installation and have no internet >binding. i would like install XFce, but how? > >1. i need a x-window (x11) >-> i would like install xorg > >2. i need a xdm ? > >3. i need a graphically user interface. >-> i would like install xFce > >where can i find these packages? i looked at www.freebsd.org/ports/ and >search for xorg, but i find lot of packages... fonts? server? clients?... >for examples: > >clients: > >xorg-clients-6.8.1_1 > X client programs and related files from X.Org > Maintained by: x11@FreeBSD.org > Requires: expat-1.95.8, fontconfig-2.2.3,1, freetype2-2.1.7_4, >imake-6.8.1, libXft-2.1.6, perl-5.8.6_2, pkgconfig-0.15.0_1, png-1.2.8_1, >xorg-libraries-6.8.1_1, xterm-200 > Description : Sources : Changes : Download > >which i need? my problem is, that i haven't internet. i can only go to a >friend and can burn there the packages on cd. > >i need only a little instruction and as i install those packages of CD on >harddisk. > >Greetings, > >Roman > > The handbook is your friend --- chapter 5, in particular, which covers the understanding and installation of X11. The installation section, 5.3, covers installation by both methods (e.g. building port by "make install clean" and adding pre-compiled package with pkg_add). HTH, Kevin Kinsey