You are not logged in.

#1 2014-12-11 17:26:43

kabbalah
Banned
Registered: 2011-08-23
Posts: 150

Problems with keyboard settings (Solved)

Yesterday I made a new installation on a Dell-Latitude-2100 netbook but I had problems to configure the Latin American keyboard.
I get Czech and English keyboard.

[root@arch julio]# localectl status
   System Locale: LANG=es_CO.UTF-8
       VC Keymap: la-latin1
      X11 Layout: n/a
       X11 Model: pc104
     X11 Variant: ,la-latin1
     X11 Options: grp:alt_shift_toggle

[root@arch julio]# nano /etc/vconsole.conf
KEYMAP=la-latin1
FONT=
FONT_MAP=

[root@arch julio]# nano /etc/X11/xorg.conf.d/00-keyboard.con
# Read and parsed by systemd-localed. It's probably wise not to edit this file
# manually too freely.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" ""
        Option "XkbModel" "pc104"
        Option "XkbVariant" ",la-latin1"
        Option "XkbOptions" "grp:alt_shift_toggle"
EndSection



Sorry do not know how to use BBCode, but those are the results of following the wiki, but only appear Czech and English in the bar Gnome 3.14

Thanks

Last edited by kabbalah (2014-12-12 15:01:35)

Offline

#2 2014-12-11 17:58:30

ugjka
Member
From: Latvia
Registered: 2014-04-01
Posts: 1,875
Website

Re: Problems with keyboard settings (Solved)

Use code tags for console output:

[code]like this.[/code]

https://ugjka.net
"It is easier to fool people, than to convince them that they've been fooled" ~ Dr. Andrea Love

Offline

#3 2014-12-12 10:47:42

ackt1c
Banned
From: Visalia, California
Registered: 2012-10-10
Posts: 241

Re: Problems with keyboard settings (Solved)

Locale

Last edited by ackt1c (2022-11-05 13:01:08)

Offline

#4 2014-12-12 15:01:59

kabbalah
Banned
Registered: 2011-08-23
Posts: 150

Re: Problems with keyboard settings (Solved)

The fix from Center settings in Region and Language

Offline

#5 2015-02-18 01:12:50

ferthelet
Member
From: Santiago
Registered: 2015-02-18
Posts: 10
Website

Re: Problems with keyboard settings (Solved)

I had this problem also and I did *twice* everything to set permanently my latam layout keyboard, no success. As I'm using OB, I tried to check some config files and there is one,  ~/.config/openbox/autostart ("Configure autostarted apps" option name in config menu) which had this setxkbmap overriding my previous intents. I just commented it out and then voilà :-)

# Enable as required
#xbacklight -set 100 &
#/usr/bin/synclient TouchpadOff=1 &
#xxkb &
#setxkbmap es &

Maybe you're having a similar problem, user configs overriding general ones ;-(


--
Fer
Antergos + OB + Numix
Linux version 4.1.6-1-ARCH (builduser@tobias) (gcc version 5.2.0 (GCC) ) #1 SMP PREEMPT Mon Aug 17 08:52:28 CEST 2015

Offline

Board footer

Powered by FluxBB