From owner-freebsd-current@FreeBSD.ORG Fri Jul 18 14:42:57 2014 Return-Path: Delivered-To: freebsd-current@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 63C17E17 for ; Fri, 18 Jul 2014 14:42:57 +0000 (UTC) Received: from mail-qg0-x235.google.com (mail-qg0-x235.google.com [IPv6:2607:f8b0:400d:c04::235]) (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 2631D2BB9 for ; Fri, 18 Jul 2014 14:42:57 +0000 (UTC) Received: by mail-qg0-f53.google.com with SMTP id q107so3207487qgd.26 for ; Fri, 18 Jul 2014 07:42:53 -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=6PZX9JyCLjQ5agfBpa+osubF04Wo0syh/tAL2Yr8Et0=; b=vrroKsQt9+aSFEewW8/phJckrfywgawC4t6kbRN2yjojA2w5h6hSogM7wVVWld38eN I3kaGH6K7aGtzArVJ/EyeZiV3Vaw6iyDOrsoIp7UtxZV2pMHn5Q2sC5VZeoYUrrO8Z/2 Blel2PDUeGziMpQ5qqsTpmdtEwQ0wtzo74fFgJviJWAAGl9dTEHh71R2QrfncW6ToKnU 8+nAI75uIi4C7sukRooEEzkEB9ImAV00HS4dXn4fFACsqf36xnIVNqnhIvksKRjO8Un9 rV72pHQuattdaaWQPiIDHVLYvVgLnKhcNisRnlWmQ9jYkCKCpbDi9W/HaXldN7TaacbU uOuA== MIME-Version: 1.0 X-Received: by 10.140.50.50 with SMTP id r47mr8505247qga.96.1405694573849; Fri, 18 Jul 2014 07:42:53 -0700 (PDT) Sender: carpeddiem@gmail.com Received: by 10.140.82.176 with HTTP; Fri, 18 Jul 2014 07:42:53 -0700 (PDT) In-Reply-To: References: Date: Fri, 18 Jul 2014 10:42:53 -0400 X-Google-Sender-Auth: W3wub_oj6jnet5oBuw6eJ8ytDoo 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 14:42:57 -0000 On 18 July 2014 10:32, Daniel Peyrolon wrote: > The problems arise when I try to use the console, the screen just shows a > static image of the last xorg frame, with some weird colors. I presume you mean you try to access the console by pressing Ctrl-Alt-F1 (for example), and then see the static odd-coloured image. This behaviour is consistent with syscons(4), which cannot properly switch back to a vty. Can you describe how you tried to enable a vt(4) kernel?