PDA

View Full Version : Keyboard layout boot options



PsycoX
05-26-2003, 01:04 PM
Hi! I remastered Knoppix so it would accept a "lang=pt" (Portuguese keyboard) option on boot time. I edited /etc/init.d/knoppix-autoconfig and inserted these lines:

LANGUAGE="pt"
COUNTRY="pt"
LANG="pt"
KEYTABLE="pt-latin1"
XKEYBOARD="pt"
KDEKEYBOARD="pt"
CHARSET="iso8859-15"
# Additional KDE Keyboards
KDEKEYBOARDS="us,de,fr"
;;

Everything works fine on the console, but X starts with a diferent keyboard layout! How can I tell X to start with a Portuguese keyboard (pt) from the boot prompt? (without saving configuration on configs.tbz)

Are the following lines on /etc/init.d/knoppix-autoconfig right?!:

XKEYBOARD="pt"
KDEKEYBOARD="pt"
CHARSET="iso8859-15"

Thank you.
PX.

ncarvalho
04-22-2004, 12:57 PM
Hy PsycoX

I have done de same as you (even before i read your post :) ).
And I think I've got the same problem as you do!

knoppix-autoconfig - exactly like yours ;

In Console the Keyboard works fine.

in KDE 3 or 4 keys don't work as excpected!! [ Ç ] [ + * ]

Do you know how to resolve this!!!???


Thanks
NCarvalho