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