PDA

View Full Version : Weird keyboard problem



sn0wflake
12-01-2003, 09:45 AM
I'm having a problem with the danish keyboard layout. I've tried the following commands:

keyboard=da
xkeyboard=da
lang=da

...but nothing works. Please help!

baldyeti
12-01-2003, 11:39 AM
I've got a 6-months old knoppix installed to HD, and da (or dk) is supported
in the /etc/init.d/knoppix-autoconfig script.
So it should work, but do not forget that you need to type a kernel name
before any "cheatcode". Try again, with "knoppix lang=dk" this time.

sn0wflake
12-01-2003, 12:47 PM
I forgot to mention the "knoppix" command. Whenever I run it, it says:

bash: knoppix: command not found

It's really weird. I don't know if it because I've installed Knoppix to harddisk. Please help ;/

baldyeti
12-01-2003, 01:05 PM
You mean you're typing this at a console bash prompt? That won't work!
Instead try "loadkeys dk" for the console sessiosn (I think you need to be
root for that). For your KDE session, use the KDE keyboard-selection tool,
or edit the /etc/X11/XF86Config-4 file, and replace the line
Option "XkbLayout" "us"
with
Option "XkbLayout" "dk"

As for locale, knoppix is setting the following for DK:
# Dansk version
COUNTRY="dk"
LANG="da_DK"
# Workaround: "dk" broken in gettext, use da:da_DK
LANGUAGE="da:da_DK"
CHARSET="iso8859-15"

sn0wflake
12-01-2003, 03:01 PM
It works! I'm happy again :)

sn0wflake
12-01-2003, 04:09 PM
Maybe I'm blind, but where's the subject/titles in this forum? The subject/title is displayed in the preview page, but not in the normal display.

BTW, it was solely the "XkbLayout" parameter that had to changed.

baldyeti
12-01-2003, 07:58 PM
I can see a title at the top of this very page. The locale stuff is if you want
the apps themselves to display localised messages.

sn0wflake
12-02-2003, 04:22 AM
I'm not referring to the HTML title. I wonder where the individual post subjects are.