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

Re: keyboard layouts

2010-01-13 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Yves Blusseau wrote: > Hi > > Le 12/01/2010 22:47, Carles Pina i Estany a écrit : >> 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

Re: keyboard layouts

2010-01-13 Thread Yves Blusseau
Hi Le 12/01/2010 22:47, Carles Pina i Estany a écrit : 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 replacin

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