From owner-freebsd-current@FreeBSD.ORG Tue Jan 20 06:46:37 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C711216A4CE for ; Tue, 20 Jan 2004 06:46:37 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 5D8E843D82 for ; Tue, 20 Jan 2004 06:46:33 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 20 Jan 2004 14:46:32 +0000 (GMT) Date: Tue, 20 Jan 2004 14:46:31 +0000 From: David Malone To: Espen Holm Message-ID: <20040120144631.GA71367@walton.maths.tcd.ie> References: <200401200051.07711.espen@marcato.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401200051.07711.espen@marcato.no> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: freebsd-current@freebsd.org Subject: Re: i865 Video Memory X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2004 14:46:37 -0000 On Tue, Jan 20, 2004 at 12:51:07AM +0100, Espen Holm wrote: > Hi! > > My name is Espen Holm. > I'm new to FreeBDS. > > I have a Dell Inspiron 500m with FreeBSD 5.1, and need the 855patch to get my > screen resolution fixed. I found Eric Anholt's patch and binary to Christian > Zietz's hack, but I have no ide what to do with it. If you've got my 855patch program then you should be able to add a line to /etc/rc.local that says: /path/to/855patch 8192 (replace /path/to as apropriate). Then either reboot or run the command by hand. After that you should be able to configure X in the usual way. David.