From owner-freebsd-current@freebsd.org Mon Jun 20 18:57:39 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 438B3AC4608 for ; Mon, 20 Jun 2016 18:57:39 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 011A820BB; Mon, 20 Jun 2016 18:57:39 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x22f.google.com with SMTP id g127so1648897ith.1; Mon, 20 Jun 2016 11:57:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=aItqMm4zqTxKlZ0q6ZUiZWcGo2n4vrwyN12McKxcSBo=; b=j2GT10eaaK1Wu3+z8SeVpcImPPDxpK7eGV5AItnKFA+UVdBGwz9aiVqpuunVamHf4u k7zmn7fFYZelrtnNDZlaIXZHOkibKlnb3RrJUj0ZMjGCGU0wnkv9jbqQiSArpI9Lv+Dp RnIX6mjtNS8wvBf3nEcSETq3UY4Phfv9tE4tj+2G7II85CBWDdS86jAT5Z3Hy5R8DUbz qOxNXxfsqiJNv82b1F+JLBSir6RsvQ7NJjSM6s9pEY9u6/CXuTN9sHR7Iu/IYd8bh/qz esD2bc677oDcPoAtEnmyQ4g9WalZYIzTnaIeFxbUraH0JGODecuI4R1tifR1fNERiENI d5Yg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=aItqMm4zqTxKlZ0q6ZUiZWcGo2n4vrwyN12McKxcSBo=; b=k8EMcvoyQ5l7ZC6yNLAhu8R6RUyT2AMBn2OspZvTjK226AIiW1n8Z/K+a72nwfWmoK 1CBPCTuX38b5+vbeWsJFigBsbDSmboD0rc7JHVIcWfKAkzOVIZPSxsTiCYbxOtTLAi9n 0pqIcpWoYDtaSk8vwntFYrEVyDfz9J2Tkmu3yvPJMqN/N4zXPeV0VEUFIJojj1dJIfVD 5yMlYSeLjcLb3B2wbsTAm8p16NxioDrSUmZbPTUw1VEXr5/Gh3lIzi3STRWclvzYR+Pr ilquzOYctCzlBQnBhiNPoxrZspHR9T7NldPGKPJeWYFn2wneQCym1m2UAvzFVS0LBp/I 9eeA== X-Gm-Message-State: ALyK8tIEpBMYbfNAq4/HitpJgLDb5DIY/7DzMfpyOx8qaBAJsBnsT+GX9bB58FEVAN6iOqdp6tlBRypmmZUd6A== X-Received: by 10.36.57.199 with SMTP id l190mr10855378ita.5.1466449058383; Mon, 20 Jun 2016 11:57:38 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.6.213 with HTTP; Mon, 20 Jun 2016 11:57:18 -0700 (PDT) In-Reply-To: <57683610.1080402@gmail.com> References: <57680D69.7030309@gmail.com> <57683610.1080402@gmail.com> From: Ed Maste Date: Mon, 20 Jun 2016 14:57:18 -0400 X-Google-Sender-Auth: 6X8a_JfpQkccjoh9wEHoO_NSdkI Message-ID: Subject: Re: console in 11.0-ALPHA4 To: Ernie Luzar Cc: =?UTF-8?Q?Trond_Endrest=C3=B8l?= , FreeBSD current , John Baldwin Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2016 18:57:39 -0000 On 20 June 2016 at 14:29, Ernie Luzar wrote: > > I found the cause of this boot time message > "vicontrol: setting cursor type: Inappropriate ioctl for device" > > In my rc.conf I had this statement > vidcontrol -c blink -h 250 > From testing it seems that vt does not handle the "blink" option for causing > the cursor to blink. Is there a vt option to enable cursor blinking I've submitted two PRs for the issues you reported here: Bug 210413 - vidcontrol -c does not work with vt(4) Bug 210415 - vidcontrol -h does not work with vt(4) (edit) There is currently no option to enable cursor blinking.