From: Plamen Tanovski <pgt@arcor.de>
To: gentoo-user-de@lists.gentoo.org
Subject: Re: [gentoo-user-de] XkbLayout "de" will nicht
Date: Thu, 9 Jun 2011 09:21:48 +0200 [thread overview]
Message-ID: <20110609072148.GA9948@mail.tanovski.de> (raw)
In-Reply-To: <Pine.LNX.4.64.1106090816540.5409@woffs.server-login.name>
On Thu, Jun 09, 2011 at 08:49:44AM +0200, Roman Czyborra wrote:
> Liebe Leute, ich habe folgendes Problem: ich musste upgraden von einem
> Acer mit US-amerikanischer QWERTY-Tastatur auf einen ThinkPad Z60m mit
> deutscher QWERTZ-Einheitssauce. Ich habe keine Probleme, mittels loadkeys
> de-latin1 bzw. Eintragung in file:/etc/conf.d/keymaps /dev/tty[1-6] in
> Einklang mit der Tastenbeschriftung zu bekommen, aber im xorg-server will
> es nicht gelingen. Ich habe hierzu mit Xorg -configure eine xorg.conf
> erstellt, in die ich dann die empfohlene Option "XkbLayout" "de"
> eingetragen habe. Nachdem ich im Logfile die Schreibweise "xkb_layout"
> sah, hab ich auch die probiert, siehe http://czyborra.com/gentoo/xorg.conf
> immer nur amerikanische Belegung unter X, vielleicht erkennt ja jemand den
> Grund in http://czyborra.com/gentoo/Xorg.0.log - schlussendlich habe ich
> noch ohne Frucht den hald nachinstalliert und angeschmissen, der
> propagiert aber auch nicht die de-latin1.kmap in die X-Oberflaeche.
Ich hatte gestern das gleiche Problem auf einem alten Gericom. evdev
muss erstmal kompiliert oder als Modul verfügbar sein. HAL ist *zum
Glück* nicht erforderlich. Geklappt hat es mit dem Beispiel aus dem
Gentoo Xorg-Anleitung:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
EndSection
Ja, der Eintrag fürs Keyboard fehlt. Dann kommt
Section "InputClass"
Identifier "keyboard-all"
Driver "evdev"
Option "XkbLayout" "de"
#Option "XkbModel" "pc98"
Option "XkbRules" "xorg"
Option "XkbVariant" "nodeadkeys"
MatchIsKeyboard "on"
EndSection
Beste Grüße
next prev parent reply other threads:[~2011-06-09 7:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-09 6:49 [gentoo-user-de] XkbLayout "de" will nicht Roman Czyborra
2011-06-09 7:21 ` Plamen Tanovski [this message]
2011-06-09 20:18 ` Roman Czyborra
2011-06-09 20:57 ` Plamen Tanovski
2011-06-09 10:08 ` Felix Schuster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110609072148.GA9948@mail.tanovski.de \
--to=pgt@arcor.de \
--cc=gentoo-user-de@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox