From owner-freebsd-mobile@FreeBSD.ORG Fri Oct 27 22:36:23 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F21C616A403; Fri, 27 Oct 2006 22:36:23 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 731CA43D58; Fri, 27 Oct 2006 22:36:23 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2]) by mail.ambrisko.com with ESMTP; 27 Oct 2006 15:32:54 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.13.1/8.12.11) with ESMTP id k9RMa5vi032404; Fri, 27 Oct 2006 15:36:05 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.13.1/8.13.1/Submit) id k9RMa54Z032403; Fri, 27 Oct 2006 15:36:05 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200610272236.k9RMa54Z032403@ambrisko.com> In-Reply-To: <45427E28.6020300@FreeBSD.org> To: Doug Barton Date: Fri, 27 Oct 2006 15:36:05 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: freebsd-mobile@FreeBSD.org Subject: Re: Experience with Dell Latitude D620? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Oct 2006 22:36:24 -0000 Doug Barton writes: | Doug Ambrisko wrote: | > The _2_ version is supposed to be 64-bit. I waiting to get such | > a laptop from work with a 19.2x12 screen. I will be using | > it in 64bit mode and compiling for both 32bit and 64bit stuff. | > Since the other 64bit variants work Celeron etc. I would expect | > the mobile version to just work. | | It does, thanks! My only regret so far is that the nvidia drivers | don't have a 64 bit version, but the box and video card are fast | enough so that isn't really a problem. I'm pleasantly surprised that | so far all of my ports work in 64 bit mode as well. That was my experience with the nvidia stuff before :-( FYI, it should be trival to jail/chroot 32bit env. on your 64bit host. I should merge some of the make/env. bits from -current to -stable. I'll do it after 6.2 is out. I'm thinking about make a general purpose way to create an image and jump into it. We have it at work and as a proof of concept. I created a 32bit environment on a 64bit host and did port built and package add in there of Linux stuff. Doug A.