unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: matias_jose_seco@autoproduzioni.net
Cc: guix-devel@gnu.org
Subject: Re: Of sounds and locales
Date: Thu, 16 Jul 2015 13:59:44 +0300	[thread overview]
Message-ID: <87y4ignza7.fsf@gmail.com> (raw)
In-Reply-To: <725fd1253bc420d3e1e6bfa49bbf9b79@autoproduzioni.net> (matias jose seco's message of "Wed, 15 Jul 2015 20:08:26 +0000")

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

  reply	other threads:[~2015-07-16 10:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-15 20:08 Of sounds and locales matias_jose_seco
2015-07-16 10:59 ` Alex Kost [this message]
2015-07-16 23:16 ` Ludovic Courtès
2015-07-27 18:21   ` matias_jose_seco
2015-07-27 21:30 ` Mark H Weaver
2015-07-27 21:39   ` Mark H Weaver
2015-10-24 15:28   ` matias_jose_seco
2015-10-25 19:07     ` Alex Kost
2015-11-01 22:26       ` matias_jose_seco
2015-11-02  9:01         ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y4ignza7.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=matias_jose_seco@autoproduzioni.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).