From owner-freebsd-hackers@FreeBSD.ORG Thu May 15 15:40:12 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E266337B401 for ; Thu, 15 May 2003 15:40:12 -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 3DBCE43F85 for ; Thu, 15 May 2003 15:40:12 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 45993 invoked by uid 1001); 15 May 2003 22:41:04 -0000 Date: Thu, 15 May 2003 15:41:04 -0700 From: Joshua Oreman To: omestre@freeshell.org Message-ID: <20030515224104.GA34071@webserver.get-linux.org> References: <20030515145103.5047A108F4@ws-tor-0004.procergs> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030515145103.5047A108F4@ws-tor-0004.procergs> User-Agent: Mutt/1.4i cc: hackers@freebsd.org Subject: Re: console X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2003 22:40:13 -0000 On Thu, May 15, 2003 at 11:50:58AM -0300 or thereabouts, omestre@freeshell.org seemed to write: > > Hello, > I have a FreeBSD 5.0. > How can i change its console resolution (i want 1280x1024x16). > I have just compiled the kernel with some new options: > sc_pixel_mode > vga_width90 > vesa > fb_debug > ... The best you can get (for now) is 800x600. This is due to some internal buffer size limitation in syscons. To get the highest amount of text onto the screen that you can (framebuffer wise): # vidcontrol -g 100x37 VESA_800x600 You can also get higher (non-FB) resolutions, but these are so small it's hard to read them. man vidcontrol for details. > > Now, when i run the command: vidcontrol -i mode > I see the mode that i want there. There are some greater too. > 1600x1152... > I guess that the FreeBSD documentation about it, is "poor". :( > Or, maybe i do not look in the right way... > > ps.: In linux i have "splash consoles". Can i have this in FreeBSD? > (pictures in the console's backgrounds). You can get it booting up... man 4 splash HTH, -- Josh > > Thanks > > > --- > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"