:: 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 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!