So far I have tried but not succeeded in finding any exact information
on the Internet. Is there anyone that can provide some hints on which
file/s to modify?
Maybe /etc/xorg.conf
--
flori
Vim-Hilfe auf Deutsch http://www.florianrehnisch.de/vimhelp/
Modifying /etc/X11/xorg.conf does not help...
/Bengt
> Modifying /etc/X11/xorg.conf does not help...
I believe there is a knoppix mailing list. Maybe you should ask
there. Many mailing lists are archived at http;//gmane.org/.
BTW: you don't need to quote the signature. And many folks filter
out posts from google-groups. newsoffice.de or a real newsreader
are alternatives.
Well, it wouldn't. Keyboard settings occur much earlier in the boot
process, particularly so that international keyboards can be used to
type grub passwords. (There's nothing like the dodging '$' symbol to
muck up passwords on different keyboards!!!)
However, there's an interesting note at
http://www.linuxquestions.org/questions/linux-from-scratch-13/lfs-how-to-configure-linux-console-for-uk-keyboard-670667/
about the use of /etc/sysconfig/console. I'm not sure where the KEYMAP
is set in Knoppix, but I'd bet that a 'grep -rl KEYMAP /etc/' would
give you a good hint where it might normally be set.
Now, that doesn't get it set for the raw boot process where different
options are enabled. To get at those, you may have to take apart and
rebuild the bootable image. Different installation CD's and DVD's name
that different things, but I'd look into the documents on creating a
bootable Knoppix CD.
I am remastering Knoppix and have succeeded in setting the keyboard
when I start with runlevel 3 (loadkeys command in /etc/init.d/rc).
When switching to runlevel 5 I get an other keyboard layout. When
switching back to runlevel 3 the initial keyboard layout is back
again.
My assumption is that there is some KDE initialization setting that
has to be managed, but I have not yet found out where.
/Bengt
/Bengt
Finally this issue was solved by putting "...xkeyboard=se..." into
relevant lines of the isolinux.cfg file during the remastering
process.
There are probably more elegant ways to define the keyboard but I can
survive with this.
Thank you all who bothered to assist me.
/Bengt