From owner-freebsd-current@FreeBSD.ORG Sun May 11 22:28:53 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 7561BCA1; Sun, 11 May 2014 22:28:53 +0000 (UTC) Received: from mail-qc0-x234.google.com (mail-qc0-x234.google.com [IPv6:2607:f8b0:400d:c01::234]) (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 1A1EC2B9A; Sun, 11 May 2014 22:28:53 +0000 (UTC) Received: by mail-qc0-f180.google.com with SMTP id i17so6998262qcy.39 for ; Sun, 11 May 2014 15:28:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=baSijoA2W1OKeIsL8EZuKQ5HFUPsWuqQju1bYlJ4vaI=; b=ZXcpVWMM+VtGLnNwCQSdlpHhrYdN0nSAklJ6KUBR8cJ/13Qa09bfaqWJ7uuDEuhuNo cm2hsMXDkbPFD8fmfL6rS+J/lgTzssGUvjcfriLXFOJ0tFyYpPbe/LHqb9NQYbWWBaRr 15kddX1E85KJ918EysWDRiXKDaXvRltMTqSVCP0VYnjbOdD41cGKN5E3vGP5CH6NYF/m 7GtB/TnVZHVTlwD1wLjLLYyIfghpur6ibvmIKvfrb74fDXUSa3S4qlzohzwcoXOntul4 ehsJFcaEQUcaFw2XU0qLdNUDgRg3We8QoQlfZ6NgoSeRf8NROtQFRMi4u92uG8CUtv97 5wMA== MIME-Version: 1.0 X-Received: by 10.140.44.34 with SMTP id f31mr31144156qga.73.1399847332317; Sun, 11 May 2014 15:28:52 -0700 (PDT) Received: by 10.224.191.201 with HTTP; Sun, 11 May 2014 15:28:52 -0700 (PDT) Date: Sun, 11 May 2014 15:28:52 -0700 Message-ID: Subject: vt(4) and i915kms doesn't work as a post-boot module From: Adrian Chadd To: Aleksandr Rybalko , Nathan Whitehorn , freebsd-current Content-Type: text/plain; charset=UTF-8 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: Sun, 11 May 2014 22:28:53 -0000 Hi guys, vt(4) doesn't work now as a post-boot loaded module. It panics, saying panic: vtbuf_fill_locked end.tp_row 50 must be <= screen width 30 Ray, have you tried your vt(4) changes on an i915 machine but without loading i915kms at boot? -a