From owner-freebsd-questions@FreeBSD.ORG Tue Apr 5 19:37:18 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE7C616A4CE; Tue, 5 Apr 2005 19:37:18 +0000 (GMT) Received: from ss.eunet.cz (ss.eunet.cz [193.85.228.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD8EE43D39; Tue, 5 Apr 2005 19:37:17 +0000 (GMT) (envelope-from mime@traveller.cz) Received: from localhost.i.cz (ss.eunet.cz [193.85.228.13]) by ss.eunet.cz (8.13.1/8.13.1) with ESMTP id j35JbFLi061840; Tue, 5 Apr 2005 21:37:15 +0200 (CEST) (envelope-from mime@traveller.cz) From: Michal Mertl To: Didier Wiroth In-Reply-To: <0IEH00KMJ6U14XA0@store.etat.lu> References: <0IEH00KMJ6U14XA0@store.etat.lu> Content-Type: text/plain Date: Tue, 05 Apr 2005 21:37:14 +0200 Message-Id: <1112729834.68302.2.camel@genius2.i.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: delphij@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2005 19:37:18 -0000 Didier Wiroth wrote: > Hi, > > I'm using freebsd 5.4-prerelease on my laptop. My laptop has an ati > mobility radeon 9600. > Unfortunately it has very poor console vesa support. SC_PIXEL_MODE does > not work, 90x60 is the highest resolution I can get for now. > It looks like I'm not the only one having this problem with ati > chipsets: > http://www.freebsd.org/cgi/getmsg.cgi?fetch=1091839+1096057+/usr/local/w > ww/db/text/2005/freebsd-questions/20050123.freebsd-questions > > > I saw this posting: > http://lists.freebsd.org/pipermail/freebsd-current/2004-August/035621.ht > ml > > Unfortunately I'm not a programmer and have no ... to very poor patching > skills. > It looks to me, that in this posting(s) a "few" patches are grouped > together to enable vesa 1024x768. > > 1) Has someone applied this patches? > 2) As the patch(es) is/are on the entire page, I don't know how to > separate them. Would someone mail me as an attachment the different > patches and tell me how I should apply them: > for example, mail me patch1, patch2, patch3 > and the explanation how to patch them: > cd /usr/src > patch < ~/patch1 > patch < ~/patch2 ...etc I think the newest and probably best (?) patch was prepared by Xin Li (deplhij@freebsd.org) who is also committer. I sent this email to him (or she? - sorry about that) in case he has some comments. Beware that he said he experienced some problems with previous version of the patch. I haven't tested this version of the patch myself but it at least compiles. It's available at http://people.freebsd.org/~delphij/vesa/ in files syscons.diff.20050215 and vidcontrol.diff.20050215 You would apply them with: cd /usr/src/sys/dev/syscons patch < /path/syscons.diff.20050215 cd /usr/src/usr.sbin/vidcontrol patch