You are not logged in.

#1 2006-07-19 08:13:11

sydney
Member
Registered: 2005-11-25
Posts: 63

xorg and keyboard err (KDE) [SOLVED]

Hi,

i cant use my german Keyboard Layout.
I just see a icon (err) in the Tray.

xorg.conf

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "keyboard"
    Option      "XkbModel"      "pc105"
    Option      "XkbLayout"     "de"
    Option      "XkbRules"      "xorg"
    Option      "XkbVariant"    "nodeadkeys"
EndSection

kde-i18n-de is installed.

rc.conf

LOCALE="en_US.UTF-8"
HARDWARECLOCK="localtime"
TIMEZONE="Germany/Europe"
KEYMAP="de-latin1-nodeadkeys.map.gz"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
setxkbmap -model pc105 -layout us,de -variant ,nodeadkeys
Error loading new keyboard description

thank you for any help smile

Offline

#2 2006-07-19 17:42:09

luca
Member
From: Rome
Registered: 2005-10-30
Posts: 280

Re: xorg and keyboard err (KDE) [SOLVED]

Hi,
I think that the rc.con file should be:

KEYMAP="de-latin1-nodeadkeys" 

without .map.gz

Offline

#3 2006-07-19 17:51:44

Titus
Member
From: Izmir
Registered: 2006-05-11
Posts: 120
Website

Re: xorg and keyboard err (KDE) [SOLVED]

what abaout your locale.gen file have you ever set it up de_DE lines seen below:

#de_DE.UTF-8    UTF-8
#de_DE  ISO-8859-1


In a world without walls,who need windows?

Offline

#4 2006-07-20 07:48:21

sydney
Member
Registered: 2005-11-25
Posts: 63

Re: xorg and keyboard err (KDE) [SOLVED]

Luka: I am remove the map.gz <- Doesent Work.


Titus:

[root@midgard sydney]# locale -a
C
POSIX
de_DE.utf8
en_US.utf8

Funny on terminal i can use "umlaute".

Please need any solution.[/search]

Offline

#5 2006-07-21 08:45:40

sydney
Member
Registered: 2005-11-25
Posts: 63

Re: xorg and keyboard err (KDE) [SOLVED]

Someone help me smile

Offline

#6 2006-07-21 09:34:45

headhunter
Member
Registered: 2006-07-18
Posts: 38

Re: xorg and keyboard err (KDE) [SOLVED]

Hi,

I can't help you, but I can tell you that I have exactly the same issue.

In Console and GTK-Apps (or rather: Non-KDE-Apps) Umlauts work, but not in KDE apps.

Pretty nasty, I posted a topic in the Newbie forum.
Since you also have this issue this might be a bug??

Offline

#7 2006-07-21 15:43:30

headhunter
Member
Registered: 2006-07-18
Posts: 38

Re: xorg and keyboard err (KDE) [SOLVED]

Hi,

finally I can type Umlauts in KDE.

Don't ask me what I did exactly, here are my relevant configs.
I got German keyboard layout (everywhere) and English texts.

Maybe they work for you too? (If so - put them on the Wiki wink :

rc.conf:
LOCALE="en_US.utf8"
HARDWARECLOCK="localtime"
TIMEZONE="Europe/Berlin"
KEYMAP="de-latin1"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

/etc/profile:
export LANG="en_US.utf8"
export LC_COLLATE="C"

xorg.conf:
    Option "XkbRules"    "xorg"
    Option "XkbModel"    "pc105"
    Option "XkbLayout"    "de"
    Option      "XkbVariant"    "nodeadkeys"

KDE Keyboard config:
- Language is English
- Layout: setxkbmap -model pc104 -layout de -variant nodeadkeys

locale -a:
C
POSIX
en_US.utf8

Hope this helps you - you need more information, just ask smile

Offline

#8 2006-07-25 07:27:42

sydney
Member
Registered: 2005-11-25
Posts: 63

Re: xorg and keyboard err (KDE) [SOLVED]

Solved after pacman -Syu

Dont know wich paket was broken.
Now works fine.
:?

Offline

Board footer

Powered by FluxBB