[SOLVED] Re: console keymap and console-setup

2007-05-31 Thread Tyler Smith
On 2007-05-31, Tyler Smith <[EMAIL PROTECTED]> wrote: > On 2007-05-31, Florian Kulzer <[EMAIL PROTECTED]> wrote: >> >> I think that in the end console-setup uses the definitions in >> /etc/default/console-setup, which have a syntax similar to the keyboard >> section in xorg.conf, e.g. >> >> XKBMODE

Re: console keymap and console-setup

2007-05-31 Thread Tyler Smith
On 2007-05-31, Florian Kulzer <[EMAIL PROTECTED]> wrote: > > I think that in the end console-setup uses the definitions in > /etc/default/console-setup, which have a syntax similar to the keyboard > section in xorg.conf, e.g. > > XKBMODEL="" > XKBLAYOUT="es" > XKBVARIANT="nodeadkeys" > XKBOPTIONS="

Re: console keymap and console-setup

2007-05-31 Thread Florian Kulzer
On Wed, May 30, 2007 at 19:34:10 +, Tyler Smith wrote: > On 2007-05-30, Mumia W.. > wrote: > > On 05/30/2007 11:26 AM, Tyler Smith wrote: > >> > >> [...] I copied the custom keymap to /etc/console-setup/ and > >> rebooted, but it still doesn't load. It works when I run > >> /etc/console-setu

Re: console keymap and console-setup

2007-05-30 Thread Tyler Smith
On 2007-05-30, Mumia W.. <[EMAIL PROTECTED]> wrote: > On 05/30/2007 11:26 AM, Tyler Smith wrote: >> >> [...] I copied the custom keymap to /etc/console-setup/ and >> rebooted, but it still doesn't load. It works when I run >> /etc/console-setup/boottime.kmap.gz, but I have to do that manually >> f

Re: console keymap and console-setup

2007-05-30 Thread Mumia W..
On 05/30/2007 11:26 AM, Tyler Smith wrote: [...] I copied the custom keymap to /etc/console-setup/ and rebooted, but it still doesn't load. It works when I run /etc/console-setup/boottime.kmap.gz, but I have to do that manually for each boot. Thanks, Tyler Perhaps you could create a custom

Re: console keymap and console-setup

2007-05-30 Thread Tyler Smith
On 2007-05-30, Florian Kulzer <[EMAIL PROTECTED]> wrote: >> >> sets the appropriate keymap, so whatever is going on during boot up, >> /etc/console/boottime.kmap.gz is *not* getting loaded. > > I never actually tried to play around with this myself, but I think the > keymap should be loaded from >

Re: console keymap and console-setup

2007-05-30 Thread Wayne Topa
Tyler Smith([EMAIL PROTECTED]) is reported to have said: > Hi, > > I'm a little confused as to how to set my console keymap. I've got a > custom keymap that suits me, and running > > loadkeys /usr/share/keymaps/i386/qwerty/custom.kmap > > gets it installed and running just fine. I tried to mod

Re: console keymap and console-setup

2007-05-30 Thread Florian Kulzer
On Wed, May 30, 2007 at 13:09:21 +, Tyler Smith wrote: [...] > As a quick update, I deterimined that running > > loadkeys /etc/console/boottime.kmap.gz > > sets the appropriate keymap, so whatever is going on during boot up, > /etc/console/boottime.kmap.gz is *not* getting loaded. I never

Re: console keymap and console-setup

2007-05-30 Thread Russell L. Harris
* Tyler Smith <[EMAIL PROTECTED]> [070530 08:28]: > On 2007-05-30, Russell L. Harris <[EMAIL PROTECTED]> wrote: > > > > Before "dvorak-classic" became a standard offering in Debian, the > > approach which I used was to execute the command: > > > > # install-keymap dvorak-classic.kmap.gz > > > >

Re: console keymap and console-setup

2007-05-30 Thread Tyler Smith
I wrote: +--+ Ok, so I ran install-keymap /usr/share/keymaps/i386/qwerty/custom.kmap and then rebooted. The keymap was not installed, and I got the same problems as usual. However, I then ran loadkeys /usr/share/keymaps/i386/qwerty/custom.kmap and got the proper keymap goi

Re: console keymap and console-setup

2007-05-30 Thread Tyler Smith
On 2007-05-30, Russell L. Harris <[EMAIL PROTECTED]> wrote: > > Before "dvorak-classic" became a standard offering in Debian, the > approach which I used was to execute the command: > > # install-keymap dvorak-classic.kmap.gz > > sometime during installation and configuration of the system -- >

Re: console keymap and console-setup

2007-05-29 Thread Russell L. Harris
* Tyler Smith <[EMAIL PROTECTED]> [070529 23:42]: > Hi, > > I'm a little confused as to how to set my console keymap. I've got a > custom keymap that suits me, and running > > loadkeys /usr/share/keymaps/i386/qwerty/custom.kmap > > gets it installed and running just fine. I tried to modify > /

console keymap and console-setup

2007-05-29 Thread Tyler Smith
Hi, I'm a little confused as to how to set my console keymap. I've got a custom keymap that suits me, and running loadkeys /usr/share/keymaps/i386/qwerty/custom.kmap gets it installed and running just fine. I tried to modify /etc/init.d/keymap.sh to load it automatically, but this fails. I thi