From owner-freebsd-questions@FreeBSD.ORG Tue Sep 20 13:17:45 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 5000116A420 for ; Tue, 20 Sep 2005 13:17:45 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDCA343D45 for ; Tue, 20 Sep 2005 13:17:44 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 70A125E25; Tue, 20 Sep 2005 09:17:44 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28631-04; Tue, 20 Sep 2005 09:17:39 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-68-11.ny325.east.verizon.net [68.161.68.11]) by pi.codefab.com (Postfix) with ESMTP id 89C5C5C20; Tue, 20 Sep 2005 09:17:39 -0400 (EDT) Message-ID: <43300BFA.4040805@mac.com> Date: Tue, 20 Sep 2005 09:17:46 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050728 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eros References: <001001c5bd37$0abce650$0c01a8c0@epsilon> In-Reply-To: <001001c5bd37$0abce650$0c01a8c0@epsilon> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: game server 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: Tue, 20 Sep 2005 13:17:45 -0000 Eros wrote: > please, How can I make a game server with FreeBSD ? I want run every game > from one ferver with out need to install the games on the clients. Can i > make that ? You can use X11 to remotely display graphical programs from one machine to another, which will work fine for things which are not especially graphics intensive. Realtime 3D FPS type games tend to demand so much texture and graphics processing that they should be run locally and not over a network. -- -Chuck