public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
From: Sven Eden <sven.eden@gmx.de>
To: gentoo-user-de@lists.gentoo.org
Subject: Re: [gentoo-user-de] x (kde) start probleme
Date: Fri, 03 Mar 2017 16:46:56 +0100	[thread overview]
Message-ID: <1552704.LY0HXQMSRQ@sed-notebook> (raw)
In-Reply-To: <4917541.52Yd4Bgyko@l1-gentoo>

[-- Attachment #1: Type: text/plain, Size: 1290 bytes --]

Am Freitag, 3. März 2017, 15:29:20 CET schrieb Sebastian:
> Mit den Spracheinstellung hatte ich auch meine Probleme und vieleicht ist
> das noch nicht korrekt. Für Deutsch war kein erkennbares UTF8 Layout
> vorhanden so habe ich eines erstellt mit locale-gen (ohne recht zu
> verstehen was dabei genau passiert) und mit eselect gesetzt.

Das sieht auch gut aus.

Und was steht in /etc/conf.d/keymaps?

Bei mir steht:

 ~ $ grep "^[^#]" /etc/conf.d/keymaps 
keymap="de-latin1"
windowkeys="YES"
extended_keymaps=""
dumpkeys_charset=""
fix_euro="NO"

Da braucht man allerdings noch einen UTF-8 Font für die Konsole:

 ~ $ grep "^[^#]" /etc/conf.d/consolefont 
consolefont="lat9w-10"
consoletranslation="8859-15_to_uni"
unicodemap="lat9w"

(Hinweis: lat9w-10 ist recht klein.)

Damit bei mir alles rund läuft, habe ich mir eine generelle Konfiguration für X 
gebaut, die allerdings nicht auf meinem Mist gewachsen ist:

 ~ $ cat /etc/X11/xorg.conf.d/00-keyboard.conf 
Section "InputClass" 
        Identifier  "keyboard-all_de" 
        Driver      "evdev" 
        Option      "XkbLayout"  "de" 
        Option      "XkbOptions" "compose:rwin altwin:meta_alt"
        MatchIsKeyboard "on" 
EndSection


Vielleicht hilft dir das etwas.

Gruß

Sven

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2017-03-03 15:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-14 17:22 [gentoo-user-de] X start probleme Sebastian
2017-02-14 17:37 ` Harald Weiner
2017-02-15 13:58   ` Sebastian
2017-02-15 14:46   ` Sebastian
2017-02-17 19:40     ` [gentoo-user-de] x (kde) " Sebastian
2017-02-18 11:09       ` Randy Andy
2017-03-03 14:29         ` Sebastian
2017-03-03 15:46           ` Sven Eden [this message]
2017-03-03 16:43             ` Sebastian
2017-03-04 22:21           ` Michael Schier

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=1552704.LY0HXQMSRQ@sed-notebook \
    --to=sven.eden@gmx.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