From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: Of sounds and locales Date: Thu, 16 Jul 2015 13:59:44 +0300 Message-ID: <87y4ignza7.fsf@gmail.com> References: <725fd1253bc420d3e1e6bfa49bbf9b79@autoproduzioni.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFgtK-0004bO-1r for guix-devel@gnu.org; Thu, 16 Jul 2015 06:59:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFgtF-0002Gc-FC for guix-devel@gnu.org; Thu, 16 Jul 2015 06:59:49 -0400 Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:34993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFgtF-0002G4-6x for guix-devel@gnu.org; Thu, 16 Jul 2015 06:59:45 -0400 Received: by lahh5 with SMTP id h5so41163918lah.2 for ; Thu, 16 Jul 2015 03:59:44 -0700 (PDT) In-Reply-To: <725fd1253bc420d3e1e6bfa49bbf9b79@autoproduzioni.net> (matias jose seco's message of "Wed, 15 Jul 2015 20:08:26 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: matias_jose_seco@autoproduzioni.net Cc: guix-devel@gnu.org matias_jose_seco@autoproduzioni.net (2015-07-15 23:08 +0300) wrote: > Humanists and Magicians, > i'm very glad to began this journey around BuildYourWorld dimension! > In particular i've successfully generated the GuixSD station at > Libreboot X60, > and it runs like a free deer over the woods! > > I apologize if i'm eventually writing to the wrong specific-ml, > but i was unable to find any guix-user address to propose this > phenomenons. > > In this chapter, i was trying to complete system declaration > following two quests: > 1 - add "processor.max_cstate=2" to GRUB's kernel parameters > 2 - Set an Italian Locale with an UK Keyboard Layout > The first goal is to turn the laptop from a whistling kettle to a calm > breeze [1]. > The latter gives me the chance to test Italian locale while using x60's > GB layout. > > Unfortunately, tought several attempts, i was unable to correct/find > scheme syntax/errors so far. > Here you can find my current system declaration: [2] > Very, very, glad for your lecture and vitality. > > [1] > http://www.coreboot.org/Board:lenovo/x60#high_pitched_noise_from_the_board_during_low_power_states > [2] http://pastebin.com/Zd7FNvgR Please attach your config to the mail as it's not so big to paste it somewhere (btw people don't like "pastebin" as it won't work with tor). For the locales, I think you may use something like this: --8<---------------cut here---------------start------------->8--- (operating-system ... (locale "en_US.utf8") (locale-definitions (list (locale-definition (source "en_US") (name "en_US.utf8")) (locale-definition (source "it_IT") (name "it_IT.utf8")))) ...) --8<---------------cut here---------------end--------------->8--- -- Alex