From: someone@selfhosted.xyz
To: nee <nee@cock.li>
Cc: help-guix@gnu.org
Subject: Re: I installed GuixSD on my laptop
Date: Sun, 4 Jun 2017 02:32:39 +0200 (CEST) [thread overview]
Message-ID: <alpine.LNX.2.20.1706040200470.8587@localhost> (raw)
In-Reply-To: <86942c60-38fb-7cd4-7162-72705c50c15a@cock.li>
On Sat, 3 Jun 2017, nee wrote:
> Hello everyone, a few months ago I installed GuixSD 0.12 in a luks
> encrypted partition on my laptop. Here are some problems I have with it
> so far.
>
> 1. How do I set the locale in the login manager and Grub.
> I have a German keyboard, but the system boots with an english
> key-setting and only changes when I enter gnome or xfce (I had to set
> them up via their guis). Is there any GuixSD-level setting for this? The
> install manual didn't mention it.
> It's a real pain to enter my password like this.
>
> 2. I have to enter my disk-encryption-password two times on every boot.
> Once before grub and one time when shepard boots up. I have my
> bootloader on a diferent drive, might this be related to the issue?
Someone might have better suggestions but until then here's my thoughts on
it:
There's some step-by-step instructions for setting up a grub-password and
then setting a path to a luks keyfile in grub on a system using Libreboot
and Parabola here:
https://wiki.selfhosted.xyz/doku.php?id=it:computer_setup:encrypted_parabola_installation_guide#boot_configuration
This could possibly be adapted to GuixSD. In short the steps involved
(without setting up grub's password authentication) are:
-generate key and add to your luksdrive
dd bs=512 count=4 if=/dev/urandom of=/etc/my_cryptkey iflag=fullblock
cryptsetup luksAddKey /dev/sda1 /etc/my_cryptkey
-Regenerate initramfs (using the mkinitcpio bash-script)
zile /etc/mkinitcpio.conf
FILES="/etc/my_cryptkey"
mkinitcpio -p linux-libre (or linux-libre-lts or linux-libre-grsec or all of them)
-Then add a configuration line to your grub config's default menu-entry on
the linux-line:
linux /boot .... cryptkey=rootfs:/etc/my_cryptkey
For details on setting up the password etc see the link above.
Hopefully, there is a way to define this in a guile system declaration.
>
> 3. When I enter one wrong password on the first disk-encryption-prompt
> (before grub) I get thrown into a grub console. It should give me a few
> more tries.
>
> 4. ibus is not working in xfce. I copied the paths from the popup of
> ibus-setup into my .bashrc, but even after login out, I couldn't get any
> program to actually use ibus. I also had no success in gnome later. I
> was trying to get Japanease input to work.
>
> 5. I've been using thunderbird with Enigmail previously. I think I read
> on irc that icedove would be the way to go, and that it hasn't been
> packaged yet.
> Enigmail is really neat, so I wouldn't want to be without it.
>
> 6. My laptop has an Nvidia and an Intel graphics card, how do I force
> intel to be active?
> The Nouveau drivers can't do any 3d stuff at a bearable framerate,
> probably due to it's dependence on blobs.
> I wonder if Intel would perform better. How would I switch between them
> on GuixSD?
>
> 7. I have this wifi stick:
> https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb
> Is the driver already packaged for guixsd?
>
> * An unrelated story:
> I had to install GuixSD twice, because I forgot to punch "(dependencies
> mapped-devices)" into my file-system configuration.
> So shepard would not boot up properly and after some time I got a guile
> debug repl.
> I see that this is my own fault, for not reading the docs properly.
> I hope the new ncurses installer will help to prevent such mistakes.
>
> * Not a problem: Touchpad works different
> My first observation was that the touchpad was not working correctly.
> The touchpad only works for mouse movement.
> Clicking by tapping any point on the pad does not work.
> Scrolling by moving down/up the right edge does not work.
>
> I use the hardware buttons below it for clicking, but I wonder, aren't
> there some laptops without those?
> Later I found out that scrolling works with two fingers and this whole
> setup is actually much better, since I do way less misclicks that way!
>
> * xf86-input-synaptics?
> Because I previously tried nixos I directly installed
> xf86-input-synaptics with my installation. I never tried to use my
> system without it. If it is required it should be mentioned in the docs.
>
> Have a nice day, and happy hacking on GuixSD!
>
next prev parent reply other threads:[~2017-06-04 0:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-03 20:53 I installed GuixSD on my laptop nee
2017-06-03 22:57 ` ng0
2017-06-04 0:32 ` someone [this message]
2017-06-05 19:48 ` Ludovic Courtès
2017-06-04 11:15 ` pelzflorian (Florian Pelz)
2017-06-04 19:35 ` Arun Isaac
2017-06-05 19:53 ` 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=alpine.LNX.2.20.1706040200470.8587@localhost \
--to=someone@selfhosted.xyz \
--cc=help-guix@gnu.org \
--cc=nee@cock.li \
/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.
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).