Tiny Core Linux

General TC => International Talk => Topic started by: paskali on December 10, 2011, 04:05:11 PM

Title: [SOLVED] us international keyboard map: how to load it at startup
Post by: paskali on December 10, 2011, 04:05:11 PM
Hi all international users of tinycore: as well as a lot of you, i need to know how to (if it is possible) to load at startup us international keyboard map because i am italian (i need accents) and because i have a notebook with us layout keyboard.
Is it possible to load different layout as kernel parameter? (e.g. "kmap=us-int" or similar)
Or must i do to load an extension and/or to change any startup scripts?
Thanks!
Title: Re: us international keyboard map: how to load it at startup
Post by: floppy on December 10, 2011, 04:46:36 PM
a) load the kmaps.tcz on boot
b) use a bootcode like mine (put your italian stuff instead of my german setup)  "kmap=qwertz/de-latin1"
Title: Re: us international keyboard map: how to load it at startup
Post by: paskali on December 11, 2011, 06:48:20 AM
a) load the kmaps.tcz on boot
b) use a bootcode like mine (put your italian stuff instead of my german setup)  "kmap=qwertz/de-latin1"
Thanks floppy, i am yet newbie about tinycore and now i am getting start to understand it and its working mode.
Title: Re: us international keyboard map: how to load it at startup
Post by: floppy on December 12, 2011, 01:32:42 PM
Im a newbie too. Just with a bit more listed posts..!
So, keep asking (no reason to get a red face for it); we will answer.
And in few months you can perhaps become a TCL developper?
Title: Re: us international keyboard map: how to load it at startup
Post by: JGNiDK on October 12, 2025, 07:22:57 AM
So, keep asking (no reason to get a red face for it); we will answer.

Totally 101, how do I get Dansih keyboard then?
Title: Re: [SOLVED] us international keyboard map: how to load it at startup
Post by: Juanito on October 12, 2025, 07:51:41 AM
For the console:
Code: [Select]
tce-load -i kmaps
loadkmap < /usr/share/kmap/dk.kmap

For Xorg, something analgous to this:
Code: [Select]
cat /usr/local/share/X11/xorg.conf.d/10-keyboard.conf
Section "InputClass"
    Identifier "keyboard defaults"
    MatchIsKeyboard "on"

    Option "XkbModel" "pc104alt"
    Option "XkbLayout" "gb"
    Option "XKbOptions" ""
EndSection