:: Re: [DNG] Brand new install. Keymap…
Top Page
Delete this message
Reply to this message
Author: David Niklas
Date:  
To: dng
Subject: Re: [DNG] Brand new install. Keymap not saved.
On Sat, 5 Jul 2025 22:34:54 +0200
tito <farmatito@???> wrote:
> On Fri, 4 Jul 2025 21:38:36 -0400
> David Niklas via Dng <dng@???> wrote:
>
> > On Fri, 4 Jul 2025 21:09:01 -0400
> > David Niklas <deference@???> wrote:
> > > On Fri, 4 Jul 2025 13:07:22 +0200
> > > Arnt Karlsen <arnt@???> wrote:
> > > > On Fri, 4 Jul 2025 08:24:16 +0200, tito wrote in message
> > > > <20250704082416.7be1aeee@devuan>:
> > > >
> > > > > Hi,
> > > > > check if you a have a /etc/default/keyboard file
> > > > >
> > > > > # KEYBOARD CONFIGURATION FILE
> > > > >
> > > > > # Consult the keyboard(5) manual page.
> > > > >
> > > > > XKBMODEL="pc105"
> > > > > XKBLAYOUT="it"
> > > > > XKBVARIANT=""      

> > > >
> > > > ..for Dvorak, you want:
> > > > XKBVARIANT="dvorak"
> > > >
> > > > > XKBOPTIONS=""
> > > > >
> > > > > BACKSPACE="guess"      

> > > >
> > >
> > > Thanks again guys, that worked!
> > >
> >
> > Hello,
> > I spoke too soon. That worked for xorg. The terminals did not change
> > in behavior. I tried runing strace on dpkg-reconfigure , I found the
> > keymap it used, but it never accessed any config files nor did it's
> > subprocesses.
> >
> > Any more ideas? Do I need to rebuild the initrd or something?
> >
> > Thanks!
>
> Just reading an article with this commands that I hope can help:
>
> For a different keymap, install:
>
> $ sudo apt install -y console-data
>
> Available keymaps are listed in /usr/share/keymaps/.
>
> Select a different keymap by running:
>
> $ dpkg-reconfigure keyboard-configuration
> $ setupcon
>
> Enable use of desired keymap when entering LUKS passphrase in GRUB by
> rebuilding initramfs:
>
> $ sudo update-initramfs -u -k all
>
> Ciao,
> Tito
>


Hello,
Sorry for taking so long to get back to you guys.

I found that the keyboard selection is in the installer. You're asked to
select a keyboard language. If you chose English, you get qwerty. You
have to scroll down (past things like Chinese), for dvorak. This is highly
confusing.

What I decided to do was to install Devuan 2 times, once with qwerty, and
once with dvorak. I then preformed a diff against the two filesystems.
The differences that affect the keymap are:
/etc/console-setup/cached_UTF-8_del.kmap.gz
/etc/default/keyboard

IDK why "dpkg-reconfigure console-common" can't get these things right.
It only affects a temporary change to the keymap, you need root perms
to use it, and it affects everyones' keymaps.

So the problem has been resolved.

Thanks,
David