guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Of sounds and locales


From: matias_jose_seco
Subject: Re: Of sounds and locales
Date: Mon, 27 Jul 2015 18:21:30 +0000
User-agent: Roundcube Webmail

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).

Grateful for the suggestion! I sometimes forget this excellent tools! Here's the ideaconfig.scm

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

Does it assigs GB keyboard layout within IT locales, or it adds two parallel locales?


So now you can do something like:

  (operating-system
    ;; ...
    (kernel-arguments '("processor.max_cstate=2")))

and run ‘guix pull && guix system reconfigure /the/config/file.scm’.

Can you confirm that it works for you?

I was able to install some packages, but actually, performing 'guix pull' brings my laptop off or freezed after sometime. I've attached my last attempt, and the only particular anomaly i've found was it's temperature (sensors attached), 2 minutes before it freezed again.

I was wondering if i should apply any acpi adjustments (i didn't pass the kernel parameter yet! i think it get's even warmer with it)

Fizzy Experiments! Thanks

Attachment: ideaconfig.scm
Description: Text document

Attachment: guixpull_mjs_27072015.log
Description: Text document

Attachment: sensors_mjs_27072015_1930.info
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]