Tiny Core Base > CorePlus

german keyboard layout: looking for a ToDo

<< < (2/2)

volkerp:
Alternatively add


--- Code: ---loadkmap < /usr/share/kmap/qwertz/de-latin1-nodeadkeys.kmap
--- End code ---

to /opt/bootlocal.sh and reboot.

After that the German keyboard should work.

Capodastro:
thanks, friends! I will use all that and let you know.
gerald, perhaps you misunderstand me: the charm of this distro is that is tiny. In order to keep it tiny is necessary to configure by editing configuration files. The dependencies are a problem for the same reason, they can't be the same for everybody: I have as example an "optimus laptop", what means a major and a minor graphic card, with all consequences. If I simply install nouveau or Xorg3D,  my X server will be compromised and I can quietly start a new install. By the way, optimus laptops are beginning to be common.
OK I am sure you understand me :)
 

gerald_clark:
I did not misunderstand you at all.

--- Code: ---. The reason seems to be in a missing dependency and I can't figure out the package/s to add.
--- End code ---
You won't get help without showing us the errors you get.
Intuition is not needed, just the proper application of the existing tools.  Apps can show you which application contains any specific file.
tce-load -i will tell you if a dep is missing.

Capodastro:
Hi gerald,
Belive me, you and the other advanced users did help mi decisively! In this forum there are great people. So, let me inform you.
The only way to install a working german layout was by putting in the 10-keyboard.conf file, like to say the keyboard section  Xorg.conf. All that makes sense, but I needed an evidence to get sure about what happens. So I reinstalled the OS from scratch, but this time with a bit more knowledge and experience.

 - I have a lot of trouble with the initial tiny core configuration which starts approx. every tenth time. In order to get a stable OS I need to use xorg instead the "native" vesa.
- In such circumstances I needed some patience by experimenting but I acknowledged that under xvesa "loadkmap < /usr/share/kmap/qwertz/de-latin1-nodeadkeys.kmap" works even as kernel parameter, of course in the form "kmap=qwertz/de-latin1-nodeadkeys". No need of installing packages, for example kmap or however sounds the proper name.
- After installig xorg the x server recognizes only xorg instructions exactly like most people who doesn't speak foreign lenguages. :)
- I didn't find out how to put in a persistent file, however I didn't yet study with attention the remastering panel. On the moment I am planning just "cp 10-keyboard.conf /usr/local/share/X11/xorg.conf.d" and let see.

OK Jerry, what I didn't put down is my laptop model:
MSI 60 2PC Apache, 8 Gb RAM, Nvidia GTX850M,
Optimus technology, installed succesfully under SuSE and Mint :)

Once more thanks for the great help. On the end, I am planning a recapitulation post for your attention and corrections.



Capodastro:
OK, done!
Assuming Xorg is installed:

- To get the german layout in text modus (init 3) add as kernel parameter in the bootloader:
  "kmap=qwertz/de-latin1-nodeadkeys"

- To get the german layout in graphic modus (init 5)

   1) make a "10-keyboard.conf" file containing:

Section "InputClass"
   Identifier       "Keyboard Defaults"
   MatchIsKeyboard  "yes"
   Option           "XkbLayout"   "de"
   Option           "XkbVariant"  "nodeadkeys"
   Option           "XkbOptions"  "terminate:ctrl_alt_bksp"
EndSection

   2)  Copy the file (as root) to "/usr/local/share/X11/xorg.conf.d"

   3)  To make this change persistent-like edit as root "/opt/.filetool.lst" and add a new line containing:
         "usr/local/share/X11/xorg.conf.d/10-keyboard.conf".
          Remark there is no slash on the begin.

  4) Reboot with selected  "Safe" by backup options.


Navigation

[0] Message Index

[*] Previous page

Go to full version