Re: x (kde) start probleme

Sebastian <[email protected]> Fri, 03 Mar 2017 17:43:56 +0100
Newsgroups gmane.linux.gentoo.user.german
Message-ID <1768527.enTFrkVWRm@l1-gentoo>
Am Freitag, 3. März 2017, 16:46:56 schrieb Sven Eden:
> 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?

# Use keymap to specify the default console keymap.  There is a complete tree
# of keymaps in /usr/share/keymaps to choose from.
keymap="de"

# Should we first load the 'windowkeys' console keymap?  Most x86 users will
# say "yes" here.  Note that non-x86 users should leave it as "no".
# Loading this keymap will enable VT switching (like ALT+Left/Right)
# using the special windows keys on the linux console.
windowkeys="YES"

# The maps to load for extended keyboards.  Most users will leave this as is.
extended_keymaps=""
#extended_keymaps="backspace keypad euro2"

# Tell dumpkeys(1) to interpret character action codes to be
# from the specified character set.
# This only matters if you set unicode="yes" in /etc/rc.conf.
# For a list of valid sets, run `dumpkeys --help`
dumpkeys_charset=""

# Some fonts map AltGr-E to the currency symbol instead of the Euro.
# To fix this, set to "yes"
fix_euro="yes"


> 
> 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"

consolefont="default8x16"

> 
> (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

Danke da werde ich mal experimentieren.

Gruß
Sebastian