From owner-freebsd-hackers@FreeBSD.ORG Mon Aug 25 22:39:42 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 B9981D9; Mon, 25 Aug 2014 22:39:42 +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 8C733355E; Mon, 25 Aug 2014 22:39:42 +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 s7PMehkB028109; Mon, 25 Aug 2014 15:40:49 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) Received: (from www@localhost) by udns.ultimatedns.net (8.14.5/8.14.5/Submit) id s7PMecxV028108; Mon, 25 Aug 2014 15:40:38 -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 15:40:38 -0700 (PDT) Message-ID: <0cab774cc83f724aef4cf6ad2ed78090.authenticated@ultimatedns.net> Date: Mon, 25 Aug 2014 15:40:38 -0700 (PDT) Subject: vt(4) -- vidcontrol: setting cursor type: Inappropriate ioctl for device 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 22:39:42 -0000 Greetings, On 11-CURRENT, and with vt(4) chosen. I receive the following at boot: vidcontrol: setting cursor type: Inappropriate ioctl for device I _believe_ this is caused by the entry in rc.conf(5) cursor="blink" This entry has always worked fine with sc(4), and as I read it, [should] in vt(4) as well. But the vt(4) man pages seem to be lagging. They discuss oid(s) that don't seem to exist, and I'm unable to determine _what_ I should be doing to get a similar terminal/console as I get w/sc(4). Are there any other docs, or links available to help me with this? Thank you for all your time, and consideration. --Chris P.S. I'm using an Nvidia 8400, w/512Mb ram onboard, as well as the Nvidia blob. If that makes any difference. Thanks again.