Re: x (kde) start probleme
Sven Eden <[email protected]> Fri, 03 Mar 2017 16:46:56 +0100
| Newsgroups | gmane.linux.gentoo.user.german |
|---|---|
| Organization | PrydeWorX |
| Message-ID | <1552704.LY0HXQMSRQ@sed-notebook> |
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
signature.asc
(application/pgp-signature, 488 B)
-----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEDE3xENSdkRxZMFC/X8HfnOx0ukgFAli5j/AACgkQX8HfnOx0 ukiuBQf/RoD/mhlJywO0rdenwUMI634GXWV42pwrf6FAbrRKDsNSEQJAs9SLPIJc QoMrOwbegcGGHcpy+4oFPYwVKYY9IAjT6UloqMvBmn3upmb0aBHi432sQPemIJJB KqyS4caXYrMjByBMRCq7cY7LPgqspyzTdV03qp2zEV5/JiLVrGS4W7lJuH7mrkaA dA6knGd+UL4euD8ZFCX5pUZ3aB55pgIzehC8Q8Wgiw4XdoBsUzETgor/Ov1xwn1g i1aKfB+G0WMkEPKh0okwebtaIU2yB3FgHGFbzD/dFjp66yElP/igZNBiEHmdVBWV JQ+DkegApE7tMq+vcfyvN4heg91e3A== =GaJ0 -----END PGP SIGNATURE-----