From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 5 14:02:36 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D56BB16A4CE for ; Tue, 5 Apr 2005 14:02:36 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF05243D2F for ; Tue, 5 Apr 2005 14:02:36 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) j35E2aeE072389; Tue, 5 Apr 2005 07:02:36 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)j35E2VvG072388; Tue, 5 Apr 2005 07:02:31 -0700 (PDT) (envelope-from sgk) Date: Tue, 5 Apr 2005 07:02:31 -0700 From: Steve Kargl To: Thomas Spreng Message-ID: <20050405140231.GA72311@troutmask.apl.washington.edu> References: <63419.130.92.9.57.1112698358.squirrel@secure.socket.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <63419.130.92.9.57.1112698358.squirrel@secure.socket.ch> User-Agent: Mutt/1.4.2.1i cc: freebsd-amd64@freebsd.org Subject: Re: revert back to i386 arch X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2005 14:02:36 -0000 On Tue, Apr 05, 2005 at 12:52:38PM +0200, Thomas Spreng wrote: > > Therefore I'd like to recompile my system back to i386 since my gfx card > should be supported on that arch. Using CPUTYPE=p4 and TARGET_ARCH=i386 > arguments on buildworld and buildkernel targets should do the trick, > right? No, it won't work. Well, it could work, but you better know what you are doing. It would be less painful to re-install from scratch. > Or are there any other solutions for my problem? Have you asked the Xorg developers about the card? There could be a driver/support in Xorg's cvs tree. -- Steve