From owner-freebsd-questions@FreeBSD.ORG Mon Nov 7 07:31:37 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 CFBE316A420 for ; Mon, 7 Nov 2005 07:31:37 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1EBA43D4C for ; Mon, 7 Nov 2005 07:31:33 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so260130nzo for ; Sun, 06 Nov 2005 23:31:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ohScad+jYDwXn3rirQQnkcawZ2iYSUys/bIYo+2xTnvpedZqk3mGkhn04IB6OT21TP4jFGm5GlTJQWcJS5iTLHTe7wTpQ/e+i+gMxRasHZpdtCS1QEMCOuHinEQ5uLEyzLC5WI51TbhEazCoXk8hPTJ3e24h0pgcD+RWCq7grHw= Received: by 10.36.24.20 with SMTP id 20mr201028nzx; Sun, 06 Nov 2005 23:31:33 -0800 (PST) Received: by 10.37.20.33 with HTTP; Sun, 6 Nov 2005 23:31:33 -0800 (PST) Message-ID: Date: Mon, 7 Nov 2005 10:31:33 +0300 From: "Andrew P." To: freebsd@akruijff.dds.nl In-Reply-To: <20051107004922.GA67001@Alex.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <001601c5e179$eca0c9e0$6601a8c0@rick84b7807dcb> <436CFE25.4060005@ec.rr.com> <436E0F21.9070402@mail.ru> <20051107004922.GA67001@Alex.lan> Cc: Antoine Solomon , freebsd-questions@freebsd.org Subject: Re: GAMING 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: Mon, 07 Nov 2005 07:31:37 -0000 On 11/7/05, Alex de Kruijff wrote: > On Sun, Nov 06, 2005 at 04:39:53PM +0000, Antoine Solomon wrote: > > On 11/6/05, Andrew P. wrote: > > > > > > On 11/6/05, Stepan Rakhimov wrote: > > > > > > > > > > Yesterday, I spent 4 hours playing UT2004. And it > > > > > seemed to run faster than on Windows. At least it > > > > > felt much cooler :-) > > > > > > > > Please give me a link to UT2004 howto. i tried to find it but witho= ut > > > > success. > > > > > > Hey is there any port of the full game? > > Dear Stepan, > > Am I wride in that you don't know much about the FreeBSD ports system? > Its a system where someone else has insured that the installation of a > thirth party software goes smoothly. > > This is how you can find ports and install them > cd /usr/ports > make search name=3DUT2004 (use 'key' if you don't know the name) > > This gives me: > Port: linux-ut2004-demo-3334 > Path: /usr/ports/games/linux-ut2004-demo > Info: Unreal Tournament 2004 demo > Maint: jylefort@FreeBSD.org > B-deps: > R-deps: linux-XFree86-libs-4.3.99.902_3 linux-expat-1.95.5_3 > linux-fontconfig-2.2.3 linux_base-8-8.0_7 linux_dri-4.4.0 > WWW: http://www.unrealtournament.com/ut2004/ > > cd /usr/ports/games/linux-ut2004-demo > make clean && make install && make clean > > Now its installed. > > -- > Alex > > Please copy the original recipients, otherwise I may not read your reply. > > Howto's based on my ppersonal use, including information about > setting up a firewall and creating traffic graphs with MRTG > http://www.kruijff.org/alex/FreeBSD/ > > Somebody seems to should have slept more, doesn't he? :-) As it is obvious from the port's name, games/linux-ut2004-demo is not a full game, but only a demo. Thanks for your insight, anyway.