Tiny Core Base > CorePlus

Greek keyboard layout

<< < (5/13) > >>

patrikg:
What platform do you use??
PC
Raspberry PI

If picore edit your config file like this.
I use nano as editor for easiness.
And all text should be at one line...i start nano with -w to disable linewrap.


--- Code: (bash) ---tce-load -wi nano.tcz
mount /mnt/mmcblk0p1
sudo nano -w /mnt/mmcblk0p1/cmdline.txt

--- End code ---

If PC read "Chapter 10. Bootcodes explained" in book.

Misalf:
Apart from using bash, an appropriate locale and a capable terminal emulator, it may also be necessary to configure the terminal emulator to use a font which provides requested characters.
--
Note,  tce-load -wi ...  doesn't load the extension if it's already present locally.
So  tce-load -w ... ; tce-load -i ...  is more reliable in such cases.

andfree:
The book says:


--- Quote ---If using extlinux, the file is called extlinux.cfg, and the codes are stored in the APPEND line:

--- Code: ---APPEND initrd=/boot/core.gz quiet showapps
--- End code ---

--- End quote ---

I don't find an extlinux.cfg, but a /mnt/sda1/tce/boot/extlinux/extlinux.conf file.


--- Code: ---sudo editor /mnt/sda1/tce/boot/extlinux/extlinux.conf
--- End code ---


--- Code: ---DEFAULT core
LABEL core
KERNEL /tce/boot/vmlinuz
APPEND initrd=/tce/boot/core.gz quiet  waitusb=5:UUID="b7c9ae56-0223-4d78-9cfb-9ece1ebe91e2" tce=UUID="b7c9ae56-0223-4d78-9cfb-9ece1ebe91e2"
--- End code ---

I change it like this:
 

--- Code: ---DEFAULT core
LABEL core
KERNEL /tce/boot/vmlinuz
APPEND initrd=/tce/boot/core.gz quiet  waitusb=5:UUID="b7c9ae56-0223-4d78-9cfb-9ece1ebe91e2" tce=UUID="b7c9ae56-0223-4d78-9cfb-9ece1ebe91e2" kmap=qwerty/gr lang=el.GR
--- End code ---

I reboot, but greek characters are still displayed as "?" in lxterminal.

Misalf:
I can't get lxterminal to display Greek characters either. Not even German umlauts.
URxvt using Bash works.

andfree:
I installed urxvt. But greeks aren't displayed there at all and the cursor doesn't move at all when I type greeks.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version