You are not logged in.

#1 2012-07-28 08:56:56

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

[SOLVED] Question about "loadkeys" from the install procedure

https://wiki.archlinux.org/index.php/In … ard_layout
https://wiki.archlinux.org/index.php/Be … the_keymap

# loadkeys ro_win

They show up as black squares... Even after generating these locales, as per the Beginner's Guide:

[root@archiso ~]# locale-gen
Generating locales...
  en_US.UTF-8... done
  ro_RO.UTF-8... done
  ro_RO.ISO-8859-2... done
Genetation complete.

What do?


PS: I noticed that they're activated with "Alt+Shift". There's no mention in the Install Guide or Beginner's Guide about this. Heh.

Last edited by DSpider (2012-08-24 14:45:34)


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#2 2012-07-28 11:35:36

89c51
Member
Registered: 2012-06-05
Posts: 741

Re: [SOLVED] Question about "loadkeys" from the install procedure

Could it be a font thing?

Offline

#3 2012-07-28 11:46:37

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: [SOLVED] Question about "loadkeys" from the install procedure

Well, it's the default from the install media... If the font is missing glyphs, then it's a bug and the next month's release should come with a different font. But I have a feeling that I need to re-generate the initramfs image after generating locales, for these squares to go away (which I obviously can't, since it's a LiveCD).


Hmmm... How do other countries (especially Asian ones) deal with this?


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#4 2012-07-29 06:20:33

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: [SOLVED] Question about "loadkeys" from the install procedure

Screenshot:
rJVhr.png

Black squares! Well... technically, white squares, I guess.


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#5 2012-07-31 19:14:40

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: [SOLVED] Question about "loadkeys" from the install procedure

I tried it on my (currently installed) system and instead of white squares, I get:
GEpJt.png

Sorry for the skewing. It was captured with a mobile phone.

The other screeenshot was from a VirtualBox session.


Here's my rc.conf:

http://sprunge.us/ACFU

Last edited by DSpider (2012-07-31 19:16:03)


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#6 2012-08-01 11:12:31

drobole
Member
From: Norway
Registered: 2012-07-23
Posts: 125

Re: [SOLVED] Question about "loadkeys" from the install procedure

Could be a UTF-8 thing maybe, by the smell of it...

Offline

#7 2012-08-01 12:57:59

brain0
Developer
From: Aachen - Germany
Registered: 2005-01-03
Posts: 1,382

Re: [SOLVED] Question about "loadkeys" from the install procedure

Sounds like a bug. Try booting with 'daemon_locale=yes'.

Offline

#8 2012-08-01 13:21:41

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: [SOLVED] Question about "loadkeys" from the install procedure

Yeah, but DAEMON_LOCALE="yes" is in my current rc.conf and those characters don't show up.


Maybe I need to re-generate my initramfs somehow, with a different option in mkinitcpio.conf? You know, try making it work on my current install and then see if I can apply it to the LiveCD... ?


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#9 2012-08-01 15:30:38

brain0
Developer
From: Aachen - Germany
Registered: 2005-01-03
Posts: 1,382

Re: [SOLVED] Question about "loadkeys" from the install procedure

But on the live CD, DAEMON_LOCALE defaults to 'no'. If you set it to yes using the kernel command line (which you can do on the ISO), it might just work (there have been a few bugs recently related to DAEMON_LOCALE and UTF8 characters).

Offline

#10 2012-08-24 14:44:38

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: [SOLVED] Question about "loadkeys" from the install procedure

From the LiveCD (in VirtualBox):

# nano x
<wrote these characters>
# cat x | curl -F "sprunge=<-" http://sprunge.us

And they show up fine: http://sprunge.us/MKBj

ăîşţâ

ĂÎŞŢÂ

Until a better explanation comes along, I've added this info to the BG:

Don't worry if some of the letters show up as white squares or as other symbols. It's probably just the console font missing those glyphs. The glyph codes are correct and if you press the correct keys they will show up fine when (or if) you set up a graphical environment later.

https://wiki.archlinux.org/index.php/Be … the_keymap

I guess I can mark it as solved...


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#11 2012-09-05 19:44:09

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: [SOLVED] Question about "loadkeys" from the install procedure

89c51 wrote:

Could it be a font thing?

It was actually nailed from the first reply.

# setfont Lat2-Terminus16

According to "/usr/share/kbd/consolefonts/README.Lat2-Terminus16", it claims to support "about 110 language sets". Romanian characters do not show up without it.


The install media should probably load it by default or something...

Last edited by DSpider (2012-09-05 19:52:00)


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

Board footer

Powered by FluxBB