[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#608227: console-setup: XKBLAYOUT always get a "_" suffix



Package: console-setup
Version: 1.65
Severity: normal

Hi,

I get the following warning during boot:

WARNING: Can not find "de_" in "nokia_vndr/rx-51"

I fixed it by adding the following line in
/usr/bin/ckbcomp, after line 2540:

$consequent_values[$i] =~ s/_\)/\)/g;

Apart from this I get lots of messages about
unsupported keycodes (> 600 lines printed to the tty),
all starting with XF86.

-- Sebastian

-- /etc/default/keyboard:

# Check /usr/share/doc/keyboard-configuration/README.Debian for
# documentation on what to do after having modified this file.

# The following variables describe your keyboard and can have the same
# values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
# in /etc/X11/xorg.conf.

XKBMODEL="nokiarx51"
XKBLAYOUT="de"
XKBRULES="evdev"
XKBVARIANT=""
XKBOPTIONS=""

# If you don't want to use the XKB layout on the console, you can
# specify an alternative keymap.  Make sure it will be accessible
# before /usr is mounted.
# KMAP=/etc/console-setup/nokia-n900.kmap.gz



Reply to: