Topic: How to solve the garbled lock-screen(cb-lock)?

len@myhost:~$ locale
LANG=en_US.UTF-8
LANGUAGE=en_HK:en
LC_CTYPE=zh_CN.UTF-8
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

My lock-screen is garbled..it's all a mess..how can i solve that?
thx in advance.

Last edited by len (2012-02-04 11:32:32)

┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳
┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻
┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳
Future is like a WALL.

Re: How to solve the garbled lock-screen(cb-lock)?

Hi len, are you logging in via gdm (2011/1 #!) or slim (2011/11 #!)?
If gdm, you have a menu to choose your locale before logging in, which you could try - it might straighten things out.
If slim, I'm afraid I can't help you. neutral

John
------------------------
( a boring Japan blog , and idle twitterings )
“Good morning sir, which way up would you like your reality today?”  "As it comes, Jeeves, as it comes..."

Re: How to solve the garbled lock-screen(cb-lock)?

@johnraff it's 2011/11 #!...but thx all the same..

┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳
┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻
┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳
Future is like a WALL.

Re: How to solve the garbled lock-screen(cb-lock)?

anyone can help?

┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳
┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻
┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳
Future is like a WALL.

Re: How to solve the garbled lock-screen(cb-lock)?

Locale
Manually

sudo geany /etc/locale.gen and remove the comment (#) from your locale settings (one set per line), e.g.:

de_DE.UTF-8 UTF-8
de_DE ISO-8859-1
de_DE@euro ISO-8859-15

The supported locales are listed in /usr/share/i18n/SUPPORTED.
For take a look:
cat /usr/share/i18n/SUPPORTED

sudo locale-gen

To verify the list of available locales:
locale -a

To use the new settings with your programs, log out and back in.

I hope this fix your problem.

Note:
Now i'm using crunchbang for livecd.

Re: How to solve the garbled lock-screen(cb-lock)?

alexdebian2012 wrote:

Locale
Manually

sudo geany /etc/locale.gen and remove the comment (#) from your locale settings (one set per line), e.g.:

de_DE.UTF-8 UTF-8
de_DE ISO-8859-1
de_DE@euro ISO-8859-15

The supported locales are listed in /usr/share/i18n/SUPPORTED.
For take a look:
cat /usr/share/i18n/SUPPORTED

sudo locale-gen

To verify the list of available locales:
locale -a

To use the new settings with your programs, log out and back in.

I hope this fix your problem.

Note:
Now i'm using crunchbang for livecd.

thx, but this doesn't seem to work..

┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳
┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻
┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳
Future is like a WALL.