From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 30 22:22:32 2015 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFD145B4 for ; Mon, 30 Mar 2015 22:22:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CB6ED3 for ; Mon, 30 Mar 2015 22:22:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t2UMMWxD005566 for ; Mon, 30 Mar 2015 22:22:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 199053] GENERIC kernel should include vt device Date: Mon, 30 Mar 2015 22:22:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: 9.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: torsten.eichstaedt@web.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 22:22:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199053 Bug ID: 199053 Summary: GENERIC kernel should include vt device Product: Base System Version: 9.3-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: conf Assignee: freebsd-bugs@FreeBSD.org Reporter: torsten.eichstaedt@web.de Since some of the new Xorg video drivers (e.g. intel) use kms, one can't switch between X and the text console when using syscons. Therefore it is desirable that the default GENERIC kernel includes the vt device, and 'freebsd-update' should install the vt keymaps and fonts. This affects all people using 'pkg upgrade' and 'freebsd-update', who use one of the relevant Xorg video drivers. I have "kern.vty=vt" in my /boot/loader.conf but vt isn't available as a module. IMHO the default settings shall not make a system "unusable" (which is of course not completely the case here). It's no problem to include vt additionally to syscons, so one can switch between them using the appropiate settings in loader.conf, and the update msg of Xorg drivers include the appropiate hints. Right now, one has to compile a custom kernel, thus disabling freebsd-update's housekeeping of the kernel. Environment: FreeBSD paul-lifebook.local.lan 9.3-RELEASE-p10 FreeBSD 9.3-RELEASE-p10 #0: Tue Feb 24 21:28:03 UTC 2015 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 (this is because I booted kernel.old1 after updating to p12) How-To-Repeat: Have a machine with a graphics card affected by the new kms of new Xorg video drivers. Update from 9.3-RELEASE (prior p10?) to p12 (p10?) with freebsd-udate and update Xorg with 'pkg update'. Fix: Build and install a custom kernel, e.g. using the supplied VT kernel config. -- You are receiving this mail because: You are the assignee for the bug.