Sponsored Content
Operating Systems Linux [archLinux] keymap not applied? Post 302946317 by sea on Monday 8th of June 2015 07:04:40 AM
Old 06-08-2015
[archLinux] keymap not applied?

Heyas

-Just- installed Arch, and having difficulties to understand why my keyboard layout still is en_US, eventhough i had set it to be de_CH. *UTF-8 obviously*
This applies to console AND X.

* https://wiki.archlinux.org/index.php...ont_and_keymap
* https://wiki.archlinux.org/index.php/Locale
* https://wiki.archlinux.org/index.php...default_locale
* https://wiki.archlinux.org/index.php...wrong_language

However, its (the fonts) not been a -manual- installation as from a tarball, but using AUR (pacman).

Arch:
Code:
0 ~ $ localectl
   System Locale: LANG=de_CH.UTF-8
       VC Keymap: ch
      X11 Layout: n/a

0 ~ $ grep -v '#' /etc/{locale,vconsole}.conf 
/etc/locale.conf:LANG=de_CH.UTF-8
/etc/vconsole.conf:KEYMAP=ch
/etc/vconsole.conf:FONT=eurlatgr

grep -v '#' /etc/locale.gen 
de_CH.UTF-8 UTF-8  
en_US.UTF-8 UTF-8

Fedora: (this was just taken as reference to be sure i used the same settings, as they work there)
Code:
# localectl output was copypasted before rebooting
    System Locale: LANG=de_CH.UTF-8
       VC Keymap: ch
      X11 Layout: ch

tmp/etc/locale.conf:LANG="de_CH.UTF-8"
tmp/etc/vconsole.conf:KEYMAP="ch"
tmp/etc/vconsole.conf:FONT="eurlatgr"

Dont tell me its the quotes, there are no quotes in the wiki.
Any ideas please? (aka; what did i miss?)
Thank you in advance.

NOTE:
I've been trying to install system-config-language, but there is no such package in AUR ( pacman -Q sys) (i used to use that tool on my fedora installation using awesome wm)

Even having LANG=de_CH.UTF-8 awesome & in xinitrc doesnt help to get my keymap loaded Smilie

Any ideas / advice please?

---------- Post updated at 13:04 ---------- Previous update was at 11:09 ----------

Err, please note that the -ch- is invalid for Arch, though, its set in Fedora and seems to work.
Set it back to -sg-, and having swiss german on console again, yay login/decrypt password Smilie

But still, in X i'm confronted with that annoying en_US layout.
 

6 More Discussions You Might Find Interesting

1. Linux

Changing keymap in Xfce4?

How can I do that? I just changed it in the console but apparently it doesn't change the X system. I'm using Arch. /Richard (0 Replies)
Discussion started by: riwa
0 Replies

2. UNIX and Linux Applications

Where is UNIX applied presently

Can any one of you post the applications of UNIX? (6 Replies)
Discussion started by: chinni1888
6 Replies

3. UNIX for Dummies Questions & Answers

Rdesktop failed to open keymap common#015

Hi everybody... I have installed qrdesktop(is a tool similar to rdesktop used to access remote desktop) on Ubuntu 8.10. when i am accessing the remote desktop some of the keyboard keys are not working on remote desktop like up arrow ,down arrow, left, right, delete etc. the output of tail... (5 Replies)
Discussion started by: lokeshsingla
5 Replies

4. SuSE

HOSTNAME not being applied

I have set up my hostname in dhcp and my dns server, but I cannot get the client to pick up the hostname that is listed for the ip. IE. 10.32.23.4 hostname should be client4 Anyone know why? It was working before and just stopped working (1 Reply)
Discussion started by: 3junior
1 Replies

5. Linux

ArchLinux - GUI (DE) set to boot up

Okay I'am not using ArchLinux but one of girlfreinds needs it (or it recommend by her work) and she need a desktop - so how do we do so the computer boot up with GUI instead of console ? - I'am a newbie to Arch so I have no idea, is it like SlackWare where you change the inittab file or is it some... (10 Replies)
Discussion started by: looop
10 Replies

6. UNIX for Beginners Questions & Answers

Rdesktop - ERROR: Failed to open keymap en-us

I just updated my rdesktop to 1.8.3 from source ( on Slackware 11 ) and had troubles with arrow keys/page up/page down not working. I see this on the console: ERROR: Failed to open keymap en-us The fix is a permission change. I initially looked at /usr/share/rdesktop/keymaps and everything... (1 Reply)
Discussion started by: agentrnge
1 Replies
VCONSOLE.CONF(5)						   vconsole.conf						  VCONSOLE.CONF(5)

NAME
vconsole.conf - configuration file for the virtual console SYNOPSIS
/etc/vconsole.conf DESCRIPTION
The /etc/vconsole.conf file configures the virtual console, i.e. keyboard mapping and console font. The basic file format of the vconsole.conf is a newline-separated list environment-like shell-compatible variable assignments. It is possible to source the configuration from shell scripts, however, beyond mere variable assignments no shell features are supported, allowing applications to read the file without implementing a shell compatible execution engine. Note that the kernel command line options vconsole.keymap=, vconsole.keymap.toggle=, vconsole.font=, vconsole.font.map=, vconsole.font.unimap= may be used to override the console settings at boot. Depending on the operating system other configuration files might be checked for configuration of the virtual console as well, however only as fallback. OPTIONS
The following options are understood: KEYMAP=, KEYMAP_TOGGLE= Configures the key mapping table of for they keyboard. KEYMAP= defaults to us if not set. The KEYMAP_TOGGLE= can be used to configured a second toggle keymap and is by default unset. FONT=, FONT_MAP=, FONT_UNIMAP= Configures the console font, the console map and the unicode font map. FONT= defaults to latarcyrheb-sun16. EXAMPLE
Example 1. German keyboard and console /etc/vconsole.conf: KEYMAP=de-latin1 FONT=latarcyrheb-sun16 SEE ALSO
systemd(1), loadkeys(1), setfont(8), locale.conf(5) AUTHOR
Lennart Poettering <lennart@poettering.net> Developer systemd 10/07/2013 VCONSOLE.CONF(5)
All times are GMT -4. The time now is 09:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy