From owner-freebsd-current@FreeBSD.ORG Fri Jul 18 23:48:33 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 038851F8; Fri, 18 Jul 2014 23:48:33 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5369D2D04; Fri, 18 Jul 2014 23:48:32 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id pv20so2875437lab.1 for ; Fri, 18 Jul 2014 16:48:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=EikX5u61MGzvLIQIjSJP4XML0QmsGZRIBmlreQZ+37I=; b=scyU2e5bbu8BzB5ISwP7zWjmEyBc8UKFq+ANH4BvBK9MDQdwSLC4t56z3FR0gJZ1/C 2g73+S/cInOiRFuSw4xb5CqFTqH169vglmoWF7tBZXSNTBdIH2g2nhHLBlm19tqq9O0f espnVWFXmsa01RBBl+6jtFAUbII4sNOGLdQEfYU3JLexcTJ0UA/VueJCX46LGtRbJo1H kMdOm+Wp33VIKSxRoHnkqNv4GTtziTzMBc2KIIkzOSaRmd1Yz66VxbOX8YhKMrpldHiX 0Imwn+DQyHsOT9a/pfK35qqSnAVr1eMzXD1ZeL82NHWDP1cDvopzM3pnqtK8haC5MyE4 vsMQ== MIME-Version: 1.0 X-Received: by 10.152.198.195 with SMTP id je3mr8967150lac.59.1405727309795; Fri, 18 Jul 2014 16:48:29 -0700 (PDT) Received: by 10.112.188.43 with HTTP; Fri, 18 Jul 2014 16:48:29 -0700 (PDT) In-Reply-To: References: Date: Sat, 19 Jul 2014 01:48:29 +0200 Message-ID: Subject: Re: VT and kms is broken on a Lenovo Thinkpad E530 From: Daniel Peyrolon To: Ed Maste , freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 18 Jul 2014 23:48:33 -0000 > I guess that I should do: > # echo kern.vty=\"vt\" >> /boot/loader.conf That did the trick. Thanks Ed! 2014-07-19 0:57 GMT+02:00 Daniel Peyrolon : > Allright, it seems that the kernel switched back to sysconsole. (kern.vty: > sc) > > The wiki says that I should add this to the loader: > To enable Newcons on i386 or amd64, set the loader tunable kern.vty=vt. > > I guess that I should do: > # echo kern.vty=\"vt\" >> /boot/loader.conf > > > > 2014-07-18 18:58 GMT+02:00 Ed Maste : > > On 18 July 2014 12:36, Daniel Peyrolon wrote: >> > I basically installed from a FreeBSD VT enabled ISO. >> >> Ok, it seems those are not available any longer. >> >> To confirm that you're actually using vt, check "sysctl kern.vty". It >> will report either sc, vt, or an error. If you get an error the >> kernel predates the addition of that entry, so check "sysctl >> hw.syscons" and "sysctl kern.vt". >> > > > > -- > Daniel > -- Daniel