From owner-freebsd-hardware Fri May 24 05:12:51 1996 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA23965 for hardware-outgoing; Fri, 24 May 1996 05:12:51 -0700 (PDT) Received: from ra.dkuug.dk (ra.dkuug.dk [193.88.44.193]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA23951 for ; Fri, 24 May 1996 05:12:48 -0700 (PDT) Received: (from sos@localhost) by ra.dkuug.dk (8.6.12/8.6.12) id NAA29921; Fri, 24 May 1996 13:52:03 +0200 Message-Id: <199605241152.NAA29921@ra.dkuug.dk> Subject: Re: console control To: mgessner@winc.com Date: Fri, 24 May 1996 13:52:02 +0200 (MET DST) Cc: hardware@FreeBSD.org In-Reply-To: <199605241121.HAA06277@home.winc.com> from "mgessner@winc.com" at May 24, 96 07:21:39 am From: sos@FreeBSD.org Reply-to: sos@FreeBSD.org X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hardware@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In reply to mgessner@winc.com who wrote: > > Hi, all, > > I'd very much like to get my console screens running at 43 or > 50 lines like I'm supposed to be able to do. I've tried 2 things: > > 1) set term=cons50 > 2) vidcontrol VGA_80x50 > > Usually, vidcontrol gets upset at that point, saying "invalid mode." > Can anyone help me out here? You need to load a 8x8 size font before you can use it :) see man vidcontrol how to load a font. > Also, can anyone tell me how I can get my already configured > Logitech mouse to work on psm0? I rebuilt the kernel and it detects the > device on psm0 on boot, but X doesn't behave like it sees a mouse there; > the mouse doesn't respond to movement other than to jump to the upper > left hand corner of the screen. Seems like you've chosen the wrong mousetype in your X config file... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Soren Schmidt (sos@FreeBSD.org) FreeBSD Core Team So much code to hack -- so little time.