From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Le6Ko-0005UG-NH for garchives@archives.gentoo.org; Mon, 02 Mar 2009 11:29:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 606E0E0215; Mon, 2 Mar 2009 11:29:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3B782E0215 for ; Mon, 2 Mar 2009 11:29:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id CC01D6461E for ; Mon, 2 Mar 2009 11:29:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.434 X-Spam-Level: X-Spam-Status: No, score=-3.434 required=5.5 tests=[AWL=0.165, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q6Ycu1qoK5bJ for ; Mon, 2 Mar 2009 11:29:14 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 27807646E8 for ; Mon, 2 Mar 2009 11:29:12 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Le6KW-0003Df-Fe for gentoo-user@gentoo.org; Mon, 02 Mar 2009 11:29:04 +0000 Received: from athedsl-50911.home.otenet.gr ([87.203.176.45]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Mar 2009 11:29:04 +0000 Received: from realnc by athedsl-50911.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Mar 2009 11:29:04 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: Kernel update messed up console encoding Date: Mon, 02 Mar 2009 13:29:02 +0200 Organization: Lucas Barks Message-ID: References: <0MKv1o-1Ld6WW1EfT-000DMF@mrelayeu.kundenserver.de> <20090227210537.GA10044@marvin.heimnetz.local> <0ML21M-1LdMWh49My-00067l@mrelayeu.kundenserver.de> <20090228142648.GB20212@marvin.heimnetz.local> <0ML2xA-1LdT9M2LrY-0006L9@mrelayeu.kundenserver.de> <20090228184805.GA7841@marvin.heimnetz.local> <0ML21M-1Ldi5r2mAw-00066S@mrelayeu.kundenserver.de> <0ML2xA-1LdkjN38jj-0006GL@mrelayeu.kundenserver.de> <0ML25U-1LdwWu02kc-0006UX@mrelayeu.kundenserver.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-50911.home.otenet.gr User-Agent: Thunderbird 2.0.0.19 (X11/20090215) In-Reply-To: <0ML25U-1LdwWu02kc-0006UX@mrelayeu.kundenserver.de> Sender: news X-Archives-Salt: d648cf20-28de-4c69-b78f-e3bdc729ee16 X-Archives-Hash: 3da4548e964fd06aeece03059eaf8e52 Florian v. Savigny wrote: > [...] > I think I'll continue on a kernel list to figure out what kernel > 2.6.27 does differently from 2.6.17, and why (and whether that > behaviour cannot be changed with a compile-time option). I think that > part is really not a gentoo-specific question. But I'll report here > when I get the result! On my /etc/rc.conf, there's this: # Set unicode to YES to turn on unicode support for keyboards # and screens. unicode="YES" So I suppose maybe simpley changing this to "NO" will do the job. I'm on OpenRC now though so maybe it looks different on older baselayout. Try "grep -ri unicode /etc" and see what you find.