From owner-freebsd-current@FreeBSD.ORG Thu May 1 18:33:12 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 50FF8F6A for ; Thu, 1 May 2014 18:33:12 +0000 (UTC) Received: from mail-qg0-x233.google.com (mail-qg0-x233.google.com [IPv6:2607:f8b0:400d:c04::233]) (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 104BD1C8E for ; Thu, 1 May 2014 18:33:11 +0000 (UTC) Received: by mail-qg0-f51.google.com with SMTP id z60so3719787qgd.10 for ; Thu, 01 May 2014 11:33:11 -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:content-transfer-encoding; bh=2THOdFHrbWe+MVCoIGXBi/bTGPu5AehnbgmO/EmVC1s=; b=YSiam7RZjqtP3l6e3zRQjhIh78FourAsS9HvLiRCHMVj1JJ2IvdSXsXdva6vAX58eF fBIUn+whDQNGZcYayENufbdj+HlR024JUF1IsfTq4uadWV7r/06DxP2vJTvQwL82EpHC 7YONYvM0af10ahLqDxJzGN06p0bwj2wHmi0g2LbVnA/JC/dDksil1vySKDwkSr/pBeBl 9z0GHiosNvBpA4rFoydMgLcWHlaqJvr2ZP5gRUmLWJquwCLOTSKMpYKU0TFsUotMYMEv RolcOAcUlyw5WWgYXujIY0V+tn3Udblnsfh2HsDRmwIyeSjKYMKTsOP6Czoh8AugKg0Z 4WCg== MIME-Version: 1.0 X-Received: by 10.224.65.194 with SMTP id k2mr15784581qai.59.1398969191192; Thu, 01 May 2014 11:33:11 -0700 (PDT) Sender: carpeddiem@gmail.com Received: by 10.140.49.239 with HTTP; Thu, 1 May 2014 11:33:11 -0700 (PDT) In-Reply-To: <1398963647154-5908019.post@n5.nabble.com> References: <20140427143320.GA7138@over-yonder.net> <20140501083121.GU7138@over-yonder.net> <1398935140660-5907856.post@n5.nabble.com> <1398951899525-5907951.post@n5.nabble.com> <1398963647154-5908019.post@n5.nabble.com> Date: Thu, 1 May 2014 14:33:11 -0400 X-Google-Sender-Auth: BSUG51ifp64aemn6evUuYXuvXHU Message-ID: Subject: Re: newcons and beeping X From: Ed Maste To: Jakub Lach Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 01 May 2014 18:33:12 -0000 On 1 May 2014 13:00, Jakub Lach wrote: > As far as I can tell, the situation is the same on > FreeBSD 10.0-STABLE #0 r265185 amd64. > > newcons uses my X font (terminus), Newcons' font is built-in, it's not using your X font. (It just happens that you and Ed made the same choice.) > albeit it produces > no polish letters (some random glyphs are produced), ... > keymap=3Dpl_PL.ISO8859-2 Oh, here's the issue - we need a UTF-8 Polish keyboard map. It's the input path that's confused. Newcons can display Polish characters fine - you should be able to confirm this is working by running /usr/bin/printf \\305\\201 which should give you a stroked L (=C5=81). There's some explanation in Aleksandr's blog post: http://raybsd.blogspot.ca/2013/10/newcons-international-keyboard-input.html