Re: Fix keyboard layouts other than us

2022-08-03 Thread Fabio Pugliese Ornellas
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

Re: Fix keyboard layouts other than us

2022-07-31 Thread Vladimir 'phcoder' Serbinenko
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

Fix keyboard layouts other than us

2022-07-31 Thread Fabio Pugliese Ornellas
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

RE: Keyboard layouts

2011-05-23 Thread Treutwein Bernhard
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

grub-mklayout - Unknown key KP_Comma (was: Keyboard layouts & previously: Re: GRUB 1.99~rc2 released)

2011-05-03 Thread Treutwein Bernhard
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

Keyboard layouts (was Re: GRUB 1.99~rc2 released)

2011-04-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
> 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

keyboard layouts

2010-03-19 Thread Carles Pina i Estany
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

keyboard layouts

2010-02-09 Thread Carles Pina i Estany
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.

Re: keyboard layouts

2010-01-13 Thread Vladimir 'φ-coder/phcoder' Serbinenko
> * 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

Re: keyboard layouts

2010-01-13 Thread Yves Blusseau
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

Re: keyboard layouts

2010-01-12 Thread Colin Watson
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

Re: keyboard layouts

2010-01-12 Thread Carles Pina i Estany
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

Re: keyboard layouts

2010-01-12 Thread Colin Watson
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

keyboard layouts

2010-01-12 Thread Carles Pina i Estany
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