From owner-freebsd-stable@FreeBSD.ORG Sun Jun 15 12:02:23 2014 Return-Path: Delivered-To: freebsd-stable@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 E8861BC for ; Sun, 15 Jun 2014 12:02:23 +0000 (UTC) Received: from smtp.smtpout.orange.fr (smtp08.smtpout.orange.fr [80.12.242.130]) by mx1.freebsd.org (Postfix) with ESMTP id 9172E2321 for ; Sun, 15 Jun 2014 12:02:22 +0000 (UTC) Received: from localhost ([92.162.133.137]) by mwinf5d31 with ME id Ec2F1o00R2y1f0k03c2Fxh; Sun, 15 Jun 2014 14:02:16 +0200 X-ME-Helo: localhost X-ME-Date: Sun, 15 Jun 2014 14:02:16 +0200 X-ME-IP: 92.162.133.137 Message-ID: <539D8B47.4080305@orange.fr> Date: Sun, 15 Jun 2014 14:02:15 +0200 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: FreeBSD stable , Aleksandr Rybalko Subject: (bad ) experience with vt on a ThinPad T530 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2014 12:02:24 -0000 Hello all, I tried to switch my ThinkPad T530 to using vt/newcons instead of sc/syscons. Some technical data: - Intel Ivy Bridge (amd64) with integrated graphics - 1600x900 screen - 10-STABLE r265894 + ports r353739 (both May 11) My findings: - loading the i915kms module (+ drm2 + iic*) at boot (loader.conf) gives a black screen and a locked machine. - letting startx load i915kms at al, when a keyboard map is loaded at boot which defines codes > 255 (e.g. the unicode for Euro is 8364), has the effect of segfaulting the Xorg server, just after the initialization of the kbd Xorg module. - idem, but with a "standard" keyboard map loaded (fr.iso.acc), gives a running Xorg, but when switching back to console, the only useful part of the screen is the (640x480 ?) upper left corner of the screen, with the contents of the current screen buffer duplicated in 2 columns at the right. Anyway I cannot work with a 8x16 font at 130 dpi .. What is more surprizing is that before trying this switch, I got a perfectly working setup on a test computer: - i386 with "ATI Radeon Mobility X300 (M22) 5460 (PCIE)" - 1920x1200 scren - 10-STABLE r265894 + ports r353739 (same as T530) - vt 8x16 default font replaced with a 16x32 font (src patched) - radeonkms et al loaded at boot and I can use my "unicode" custom keyboard map (the same as on the T530) without problem. Hoping someone could give me a hint, CBu