From owner-freebsd-questions@FreeBSD.ORG Wed Jun 18 20:00:40 2003 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 9B7A737B401 for ; Wed, 18 Jun 2003 20:00:40 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C14FC43F3F for ; Wed, 18 Jun 2003 20:00:39 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 50251 invoked by uid 1001); 19 Jun 2003 03:03:04 -0000 Date: Wed, 18 Jun 2003 20:03:04 -0700 From: Joshua Oreman To: Dan Nelson Message-ID: <20030619030304.GA50134@webserver.get-linux.org> References: <20030619023958.GS64929@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030619023958.GS64929@dan.emsphone.com> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: 1024x768 on console 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: Thu, 19 Jun 2003 03:00:40 -0000 On Wed, Jun 18, 2003 at 09:39:58PM -0500 or thereabouts, Dan Nelson seemed to write: > In the last episode (Jun 19), Avramidis Georgios said: > > Has anyone managed to get 1024x768 on the console? > > I have tried vidcontrol, but it won't work. Any suggestions? > > I dont't like using X, and 800x600 doesn't look good on my LCD monitor... > > If you don't mind editing kernel code, take a look at /sys/dev/syscons/. > Search for code blocks wrapped by #ifdef SC_PIXEL_MODE, find things > that look like they're working with 800x600 mode, and duplicate them > so they also handle 1024x768. send-pr the patches when you're done :) I don't mind, but I think that's not possible :( I found this in scvidctl.c: /* * set_pixel_mode() currently does not support video modes whose * memory size is larger than 64K. Because such modes require * bank switching to access the entire screen. XXX */ if (info.vi_width*info.vi_height/8 > info.vi_window_size) return ENODEV; I know nothing about bank switching, so I need some help here! -- Josh > > -- > Dan Nelson > dnelson@allantgroup.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"