From owner-freebsd-current@FreeBSD.ORG Wed Nov 10 10:17:19 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D995106564A for ; Wed, 10 Nov 2010 10:17:19 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 20CC28FC08 for ; Wed, 10 Nov 2010 10:17:18 +0000 (UTC) Received: by wya21 with SMTP id 21so587326wya.13 for ; Wed, 10 Nov 2010 02:17:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=W1GkOcOnpgrFSgQV9ekpXy67PvC7yvpPk/uB4YmoIDo=; b=E43TxELxWk6pKYjjlahUn6gDnkQY0UltQoJHmwVhn8QBjuJQreb3ZIFrmED34GQhNe aCXAMAwkBcsGwyNsDgKXj7M2OZaCq1aJr/T5+Mfa/+LSZfzXB57GL9sPgvBUHStgJNKy XOuB/ZfZ80n3C+LAeh7v5cD3WJ31YQxopFlE8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=Ds85F0PtQNeL4zfDsjJefDSSYcr6zVVYKDJOSqZcODp4+Rjo/F3Bk4f+A7likhdf4e fKtg5CNR5sPEskSQjKOyLVAspwISWlh0eoodfji/KJUGylECGR+wv1OkJc7AKXhxdtJq fgCAUWyHTs8cQ7AA6NoKl1zQb8PCyvbo/xux4= Received: by 10.216.87.20 with SMTP id x20mr883293wee.52.1289384236412; Wed, 10 Nov 2010 02:17:16 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.182.10 with HTTP; Wed, 10 Nov 2010 02:16:56 -0800 (PST) In-Reply-To: <20101109191326.GP2054@hoeg.nl> References: <20101109100319.GV2054@hoeg.nl> <20101109174542.GM2054@hoeg.nl> <20101109191326.GP2054@hoeg.nl> From: Renato Botelho Date: Wed, 10 Nov 2010 08:16:56 -0200 Message-ID: To: Ed Schouten Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Current Subject: Re: Syscons and termcap X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 10 Nov 2010 10:17:19 -0000 On Tue, Nov 9, 2010 at 5:13 PM, Ed Schouten wrote: > * Renato Botelho , 20101109 19:12: >> It had no effect on console but, i don't know why, screwed up >> my Xorg keymap, some meta keys (Mod4) stop working even >> if I run a setxkbmap like this: > > Oh yes. d'oh! I forgot that that specific input path is used by both the > console and the raw keyboard interface used by Xorg. I've updated the > patch to only emit UTF-8 when using K_XLATE keyboard mode, which is used > on the console. > > =A0 =A0 =A0 =A0http://80386.nl/pub/syscons-utf8.txt Now Xorg is working properly, but it has no effect on console. I'm using cp437 fonts and us.iso.kbd --=20 Renato Botelho