From owner-freebsd-current@FreeBSD.ORG Fri Jul 18 16:58:59 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 E7E51F6C for ; Fri, 18 Jul 2014 16:58:59 +0000 (UTC) Received: from mail-qg0-x22a.google.com (mail-qg0-x22a.google.com [IPv6:2607:f8b0:400d:c04::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 A8447281A for ; Fri, 18 Jul 2014 16:58:59 +0000 (UTC) Received: by mail-qg0-f42.google.com with SMTP id j5so3444013qga.15 for ; Fri, 18 Jul 2014 09:58:58 -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:date:message-id:subject :from:to:cc:content-type; bh=xCcdjSv6EDIMODEjFJhmAQBAPznObUXp6l1qNN5TXYg=; b=WpLa9NH2cbgnpvidgkv4ByOuxuIIT8bz++yp3bWr+OmBuqoRFH6oAeBjFTNst+FMuq EwTQmsUBwaoY7U22ybONWuhUJoMkzdOH0S9mV1NI1sEXu5WF/RpGV1DK5SRvO/vd3Utg YvqeP6LEeJb6ymiQWRYYawZt65yUGYVS01DRCdROS8HWnHfV7BZ8F9mNClMdxnGMLV0X pAjJ2TgCz6X+8Uw0aCDCLmVUIl1LVYVz4wHdHg2zzQfYFRjrHSX66sGrGuUhYy5bxhHO D0S9tgDP8Rom3wzrHqP0UFteSg6BvgFIFYudVjG8bum6DfJHmNzvdscsrD5LahzAAowU jUrw== MIME-Version: 1.0 X-Received: by 10.140.50.50 with SMTP id r47mr9723205qga.96.1405702738775; Fri, 18 Jul 2014 09:58:58 -0700 (PDT) Sender: carpeddiem@gmail.com Received: by 10.140.82.176 with HTTP; Fri, 18 Jul 2014 09:58:58 -0700 (PDT) In-Reply-To: References: Date: Fri, 18 Jul 2014 12:58:58 -0400 X-Google-Sender-Auth: 2P_PhzDwMj5JT_dAcfI2qYF26hQ Message-ID: Subject: Re: VT and kms is broken on a Lenovo Thinkpad E530 From: Ed Maste To: Daniel Peyrolon Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Current 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 16:59:00 -0000 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".