Anton Hvornum

Results 462 comments of Anton Hvornum

It would help a lot if you did!

It's weird, because I can't find any information that this should not work. [dm-crypt#mkinitcpio](https://wiki.archlinux.org/title/Dm-crypt/Encrypting_an_entire_system#Configuring_mkinitcpio) dictates that: ``` HOOKS=(base udev autodetect keyboard keymap consolefont modconf block encrypt filesystems fsck) ``` Should...

What appears to fix it is setting: ``` LANG=en_DE.UTF-8 ``` In `/etc/vconsole.conf` for some reason. I don't find any mention of this, but without it the `de` profile appears to...

Wait, maybe we can do `LANG=$(localectl | grep 'X11 Layout')` as that contains the shortened version in both `de-latin1` and `de` cases. I wonder how risky this is tho..

Scratch those two previous posts.. Re-did it again and now it's back to not functioning. I don't think I did anything, except tried to generate `keymap.bin` *(`loadkeys -q -u de...

Ah, after one of the above changes I had to re-run `mkinitcpio -P` which I forgot to document. I'll try to figure out which of the steps above solved the...

I've added a PR to address this. Running tests against it now. I'm also looking into using [sd-encrypt](https://wiki.archlinux.org/title/Dm-crypt/System_configuration#Using_sd-encrypt_hook) hook, which has `sd-vconsole` which would perhaps be more stable.

So weird.. Implemented and it's executing the steps.. But now the fix doesn't work? Tried two different ways of populating the file and none of them works: ![screenshot](https://user-images.githubusercontent.com/861439/168492635-e36f8081-b7b6-4fc4-9b8f-256e8c2b7941.png) This is...

Have both of you followed https://wiki.archlinux.org/title/Hybrid_graphics post-installation? Because dual graphics card, especially in laptops where they call them "Hybrid graphics" is a bit of a PITA some times. Nothing we...

I'll close this issue since there's not much we can do in that case. Also the open driver is in a bit of an experimental stage so this probably won't...