From owner-freebsd-mobile@FreeBSD.ORG Tue Aug 22 12:24:22 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 A2EAA16A4DD for ; Tue, 22 Aug 2006 12:24:22 +0000 (UTC) (envelope-from lars.engels@0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.67.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF8543D58 for ; Tue, 22 Aug 2006 12:24:21 +0000 (GMT) (envelope-from lars.engels@0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.67.217]) by mail.0x20.net (Postfix) with ESMTP id 62DD533EE4; Tue, 22 Aug 2006 14:24:20 +0200 (CEST) Received: from 194.187.112.164 ([194.187.112.164]) by 0x20.net (Horde MIME library) with HTTP; Tue, 22 Aug 2006 14:24:20 +0200 Message-ID: <20060822142420.b66w3691s8o8s08g@0x20.net> Date: Tue, 22 Aug 2006 14:24:20 +0200 From: Lars Engels To: Markus Hoenicka References: <17642.10690.349004.914227@yeti.mininet> In-Reply-To: <17642.10690.349004.914227@yeti.mininet> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.2) / FreeBSD-5.5 Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: 915resolution failure on 6.1 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: Tue, 22 Aug 2006 12:24:22 -0000 Quoting Markus Hoenicka : > Hi all, > > I've spent the last few days upgrading an MSI 260 (Centrino, 915GM, > 1280x800 screen) laptop to FreeBSD 6.1 from 5.4, using a binary > upgrade for the system itself and the portupgrade tool for the > installed ports and packages. I had previously used the vesa driver > which still works ok, but rumours say Xorg 6.9 supports the 915GM > chipset by means of the i810 driver. > > Googling told me I'd have to switch on agp support during booting, > load the dri module in my xorg.conf, and select the i810 > driver. Google also told me that I'd have to use the 915resolution > tool to trick the BIOS into believing there is something like a > 1280x800 resolution. > > This is where the trouble starts. Running 915resolution as root simply > results in: > > error while loading shared libraries: /usr/lib/libc.so.6: ELF file OS > ABI invalid > > The docs tell me that the tool is a Linux app that uses the Linux ABI, > and brandelf indeed reports it is a Linux binary. I have the Linux ABI > installed and it is properly initialized during startup. I don't have > any weird modifications in my library paths. Specifically, > LD_LIBRARY_PATH is not set. > Hi Markus, do other Linux apps run properly? Do you have linux_enable=3D"YES" in =20 your /etc/rc.conf? Have you installed the 915resolution tool manually or via the port? Lars