From owner-freebsd-hackers@FreeBSD.ORG Mon Aug 25 20:57:40 2014 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4819CF2D; Mon, 25 Aug 2014 20:57:40 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C2BB3B6E; Mon, 25 Aug 2014 20:57:39 +0000 (UTC) Received: from udns.ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.5/8.14.5) with ESMTP id s7PKwe1F018958; Mon, 25 Aug 2014 13:58:46 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) Received: (from www@localhost) by udns.ultimatedns.net (8.14.5/8.14.5/Submit) id s7PKwZ0V018957; Mon, 25 Aug 2014 13:58:35 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net ([2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (UDNSMS authenticated user chrish) by ultimatedns.net with HTTP; Mon, 25 Aug 2014 13:58:35 -0700 (PDT) Message-ID: Date: Mon, 25 Aug 2014 13:58:35 -0700 (PDT) Subject: How to get a mouse in vt(4) -- NEWCONS From: "Chris H" To: "freebsd current" , "freebsd hackers" User-Agent: UDNSMS/2.0.3 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 20:57:40 -0000 Greetings, I'm testing 11-CURRENT, and have build/installed a kernel, and world. The KERNCONF includes both sc, and vt. As I understand it. If both are included, I get sc, not vt. But all previous kerns I've built that had sc, provided a mouse upon boot. However, in 11, I don't get one. What must be done? I'd like to try vt(4), and I've read the man page for it, and have added: kern.vty="vt" in /boot/loader.conf having done so, does NOT enable mouse support, and turns OFF cursor="blink" which is defined in rc.conf(5). I also read that hw.vga.textmode is available. However sysctl hw.vga.textmode returns unknown oid. I would choose graphics (0) if it was available. But appears not. Thank you for all your time, and consideration. --Chris