From owner-cvs-all Thu Jan 25 8:53:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE0DA37B400; Thu, 25 Jan 2001 08:53:22 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PGrMI44574; Thu, 25 Jan 2001 08:53:22 -0800 (PST) (envelope-from sobomax) Message-Id: <200101251653.f0PGrMI44574@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 25 Jan 2001 08:53:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/25 08:53:22 PST Modified files: usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c Log: New option `-g' to allow selecting custom text geometry in VESA_800x600 raster text mode. For example `vidcontrol -g 100x37 VESA_800x600' will setup 100x37 text mode as opposed to default 80x25. Reviewed by: imp Revision Changes Path 1.28 +19 -1 src/usr.sbin/vidcontrol/vidcontrol.1 1.34 +36 -7 src/usr.sbin/vidcontrol/vidcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message