From owner-freebsd-amd64@FreeBSD.ORG Mon Jun 26 23:39:17 2006 Return-Path: X-Original-To: amd64@freebsd.org 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 192CB16A411 for ; Mon, 26 Jun 2006 23:39:17 +0000 (UTC) (envelope-from andrew@areilly.bpc-users.org) Received: from omta04sl.mx.bigpond.com (omta04sl.mx.bigpond.com [144.140.93.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00D7343DAF for ; Mon, 26 Jun 2006 23:38:11 +0000 (GMT) (envelope-from andrew@areilly.bpc-users.org) Received: from areilly.bpc-users.org ([141.168.7.22]) by omta04sl.mx.bigpond.com with ESMTP id <20060626233810.BKGY7229.omta04sl.mx.bigpond.com@areilly.bpc-users.org> for ; Mon, 26 Jun 2006 23:38:10 +0000 Received: (qmail 36248 invoked by uid 501); 26 Jun 2006 23:38:14 -0000 Date: Tue, 27 Jun 2006 09:38:14 +1000 From: Andrew Reilly To: "O. Hartmann" Message-ID: <20060626233814.GC92989@duncan.reilly.home> References: <1151350344.40202.10.camel@triton.mcneil.com> <44A0380A.1000902@mail.uni-mainz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44A0380A.1000902@mail.uni-mainz.de> User-Agent: Mutt/1.4.2.1i Cc: amd64@freebsd.org Subject: Re: openoffice support and other ports X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 23:39:17 -0000 On Mon, Jun 26, 2006 at 09:39:54PM +0200, O. Hartmann wrote: > Are they really AMD64 ports or do they still need some ia32-compat-tweaks? > I wonder if JAVA is now fully 64Bit. Fully 64-bit here. Remember that AMD64 is now just about Sun's primary Java platform, so you would expect it to be fairly well tweaked. The only gotchas for happy-happy amd64 desktop is lack of Nvidia graphics card drivers and lack of vm86-mode so that green.ko can use VESA BIOS calls to use DPMI to switch my monitor off. These may come, eventually, but for now I'm happy with un-accellerated VESA graphics (even xorg's nv driver was giving me problems) and learning to reach over and switch the monitor off manually... Cheers, -- Andrew