rivers for example, there's already code that should be able
to handle keyboard mapping in place.
Wouldn't it make sense to push for keyboard layout for console driver,
even if it means that a subset of keyboard layouts would work? It
certainly would beat 100% of non-us keyboards not working
Le dim. 31 juil. 2022, 12:41, Fabio Pugliese Ornellas <
fabio.ornel...@gmail.com> a écrit :
> Hi there,
>
> I've been trying to set up my grub for my Dvorak keyboard. It seems
> that everywhere I look points to something like:
>
> insmod keylayouts
> keymap /boot/grub/bepo.gkb
>
> In practice howe
Hi there,
I've been trying to set up my grub for my Dvorak keyboard. It seems
that everywhere I look points to something like:
insmod keylayouts
keymap /boot/grub/bepo.gkb
In practice however, this does NOT work at all.
After some debugging, here's what I've found:
- grub-core/commands/keylayo
Hi Vladimir,
now I had success in using
> ckbcomp /usr/share/X11/xkb/symbols/de | grub-mklayout -o /boot/de.gkb
and
> in grub.cfg:
> keymap /boot/ch.gkb
> terminal_input at_keyboard
but I had to boot grml (a Debian sid based recovery distro) to create
the de.gkb file. Normally I'm using Tiny
Dear Vladimir,
thanks for your quick reply and sorry for my late answer (I've been off for
Easter vacations) ...
[...]
> >
> ckbcomp /usr/share/X11/xkb/symbols/ch | grub-mklayout -o /boot/ch.gkb
I'm getting (after fetching, ./configure && make) when I'm trying to use it:
ckbcomp /usr/share/X11
> I have been really waiting for this, how do I use it?
>
ckbcomp /usr/share/X11/xkb/symbols/ch | grub-mklayout -o /boot/ch.gkb
in grub.cfg:
keymap /boot/ch.gkb
terminal_input at_keyboard
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
Hello,
I have been one month and something without doing lot of Grub things. I
think that last time that I did something was going/coming from Fosdem
:-/
Hopefully soon I can finish the keyboard layouts. See my branch:
sftp://cp...@bzr.savannah.gnu.org/srv/bzr/grub/people/cpina/keyboard_layouts
Hi,
There is pending to review the keyboard layout patch. Please don't do
:-) on Friday I started a generalisation with USB. Currently I have the
generalisation (not committed) and some problem with the USB that I need
to investigate.
During the weekend should be ready and I'll ping you again.
> * Approach 1
>> The module will load the layout from /usr/share/X11/xkb/symbols/XX
>> replacing the array map that currently exists in
>> term/i386/pc/at_keyboard.c
>>
>>
> But where are this X11 keyboard layouts in non linux platform
> (windows, Mac OSX, etc
replacing the array map that currently exists in
term/i386/pc/at_keyboard.c
But where are this X11 keyboard layouts in non linux platform (windows,
Mac OSX, etc...) ?
* Approach 2
Small program (I guess that you prefer C, Python would be nice too) that
when Grub is installed would process the /usr
On Tue, Jan 12, 2010 at 11:29:59PM +, Carles Pina i Estany wrote:
> On Jan/12/2010, Colin Watson wrote:
> > the gfxboot-theme-ubuntu package in Ubuntu, specifically the
> > scrape-console-setup script. It makes use of console-setup to process
> > XKB keymaps into a form that can then be run th
Hi,
On Jan/12/2010, Colin Watson wrote:
> On Tue, Jan 12, 2010 at 09:47:43PM +, Carles Pina i Estany wrote:
> > Plan:
> > * Approach 2
> > Small program (I guess that you prefer C, Python would be nice too) that
> > when Grub is installed would process the /usr/share/X11/xkb/symbols
> > file
On Tue, Jan 12, 2010 at 09:47:43PM +, Carles Pina i Estany wrote:
> Plan:
> - Use the X11 layouts that usually are in /usr/share/X11/xkb/symbols .
> - Create a new module that reads the layout from an environtment variable.
>
> * Approach 1
> The module will load the layout from /usr/share/X11
Hi,
I'm looking again to the keyboard layouts task.
Plan:
- Use the X11 layouts that usually are in /usr/share/X11/xkb/symbols .
- Create a new module that reads the layout from an environtment variable.
* Approach 1
The module will load the layout from /usr/share/X11/xkb/symbols/XX
repl
14 matches
Mail list logo