Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE will und will einfach nicht deutsche Tastatur
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Nighthawk
Apprentice
Apprentice


Joined: 16 Jan 2003
Posts: 232
Location: Köln

PostPosted: Fri Dec 29, 2006 5:24 am    Post subject: KDE will und will einfach nicht deutsche Tastatur Reply with quote

Ich bin am durchdrehen.
Console in Deutscher Tastatur mit € zeichen. ob x ob gnome ob kde die wollen alle keine deutsche tastatur.


Habe die Lokalisierung befolgt. Keymaps geändert. 02locales angelegt. in der xorg.conf das de layout hinzugefügt. keymaps im boot

meine /etc/locale.gen

Code:


#en_US.UTF-8 UTF-8
#ja_JP.EUC-JP EUC-JP
#ja_JP.UTF-8 UTF-8
#ja_JP EUC-JP
#en_HK ISO-8859-1
#en_PH ISO-8859-1
de_DE ISO-8859-1
de_DE@euro ISO-8859-15
#es_MX ISO-8859-1
#fa_IR UTF-8
#fr_FR ISO-8859-1
#fr_FR@euro ISO-8859-15
#it_IT ISO-8859-1



/etc/env.d/02locale
Code:


LC_ALL="de_DE@euro"
LANG="de_DE@euro"



make.conf
Code:

CFLAGS="-march=i686 -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS=""
ACCEPT_KEYWORDS=""
USE=" X alsa arts avi berkdb bitmap-fonts cairo cdr cli crypt cups dbus dlloade$
FEATURES=""
LINGUAS="de"




# /etc/conf.d/keymaps

Code:

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

KEYMAP="de"
KEYMAP="de-latin1"
KEYMAP="de-latin1-nodeadkeys"


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

SET_WINDOWKEYS="no"


# The maps to load for extended keyboards.  Most users will leave this as is.

EXTENDED_KEYMAPS=""

#EXTENDED_KEYMAPS="backspace keypad euro"


# 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=""
SET_WINDOWSKEYS="Yes"



xorg.conf
Code:


Section "InputDevice"
        Identifier      "Keyboard0"
        Driver  "kbd"
#       Option  "CoreKeyboard"
#       Option  "XkbRules" "xorg"
        Option  "XKbLayout"     "de"
        Option  "XKbModel" "pc105"
#       Option  "XkbOptions" "grp:toggle,grp_led:scroll"
        Option  "XKbVariant" "nodeadkeys"
EndSection
[quote]




locale-gen wurde auch ausgeführt.

Solltet ihr auch keinen rat haben, dann koennte isch jemand vieleicht mal mit ssh einloggen?[/quote]

_________________
Asus Qh0026, Centrino, 1GB, radeon x700 2.6 genkernel (unkonfiguriert, stündlich neue Probleme)
Core2Duo, 2GB, raid 5 über Hardware S-Ata, asus 7990GT, XFI Fatal1ty, 2.6x kernel und windows xp pro sp2
AMD XP 64, 2GB, Aes 256, 6800, Audiogy 4, 2.6x ker
Back to top
View user's profile Send private message
blice
Guru
Guru


Joined: 12 Feb 2005
Posts: 598
Location: D- 26188

PostPosted: Fri Dec 29, 2006 12:59 pm    Post subject: Reply with quote

bei pc105 geht bei mir auch nix, versuchs mal mit
Code:

        Option  "XKbModel" "pc102"
        Option  "XKbLayout"     "de"
        Option  "XKbVariant" "nodeadkeys"


Wenn Du kde hast, kannst du auch im kontrollzentrum mit den diversen Keyoardlayouts probieren, und nebenbei nen xterm offenhalten, wo du dann |,€,@ testen kannst.
_________________
Gentoo seit 2004.3
Skype: bodokhan
SecondLife: Bodokhan Fall
Email: blice@gmx.de
Back to top
View user's profile Send private message
nikaya
Veteran
Veteran


Joined: 13 May 2006
Posts: 1471
Location: Germany

PostPosted: Fri Dec 29, 2006 1:28 pm    Post subject: Reply with quote

blice wrote:
bei pc105 geht bei mir auch nix, versuchs mal mit
Code:

        Option  "XKbModel" "pc102"
        Option  "XKbLayout"     "de"
        Option  "XKbVariant" "nodeadkeys"


pc105 ist eigentlich die einzig richtige Option.Die xorg.conf sieht eigentlich i.O. aus.
Hast Du schon mal einen reboot gemacht.Ich habe es auch manchmal dass ein Neustart des X-Servers nichts bringt sondern erst ein reboot.
_________________
Notes on Dhamma
How to waste your time: look for an explanation of consciousness, ask to know what feeling is. (Nanavira Thera)
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Fri Dec 29, 2006 4:00 pm    Post subject: Re: KDE will und will einfach nicht deutsche Tastatur Reply with quote

Code:

        Option  "XKbLayout"     "de"
        Option  "XKbModel" "pc105"
        Option  "XKbVariant" "nodeadkeys"

Ich weiß ja nicht, in wie weit die xorg.conf auf Groß/Kleinschreibung Wert legt:
Bei mir heißt das XkbLayout, also mit kleinem "k", und es funktioniert auch alles ;)

Um das über kcontrol / kickerapplet einstellen zu können, benötigst du noch kde-base/kxkb. Das klappt bei mir auch hervorragend.

Grüße
Franz
Back to top
View user's profile Send private message
nikaya
Veteran
Veteran


Joined: 13 May 2006
Posts: 1471
Location: Germany

PostPosted: Fri Dec 29, 2006 4:06 pm    Post subject: Reply with quote

Super Franz,das wird der Fehler sein.
Das habe ich auch überlesen. :cry:
_________________
Notes on Dhamma
How to waste your time: look for an explanation of consciousness, ask to know what feeling is. (Nanavira Thera)
Back to top
View user's profile Send private message
Nighthawk
Apprentice
Apprentice


Joined: 16 Jan 2003
Posts: 232
Location: Köln

PostPosted: Sat Dec 30, 2006 7:49 am    Post subject: Reply with quote

Und ich habe es extra noch auf XKb korrigiert weil es so in einem Thrad stand probiere es gleich mal aus. Danke für die Hilfe.
_________________
Asus Qh0026, Centrino, 1GB, radeon x700 2.6 genkernel (unkonfiguriert, stündlich neue Probleme)
Core2Duo, 2GB, raid 5 über Hardware S-Ata, asus 7990GT, XFI Fatal1ty, 2.6x kernel und windows xp pro sp2
AMD XP 64, 2GB, Aes 256, 6800, Audiogy 4, 2.6x ker
Back to top
View user's profile Send private message
nikaya
Veteran
Veteran


Joined: 13 May 2006
Posts: 1471
Location: Germany

PostPosted: Sat Dec 30, 2006 8:05 am    Post subject: Reply with quote

Wenn das das Problem löst bitte ein [solved] in den Titel. :wink:
_________________
Notes on Dhamma
How to waste your time: look for an explanation of consciousness, ask to know what feeling is. (Nanavira Thera)
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Sat Dec 30, 2006 8:46 am    Post subject: Reply with quote

Mist :(
man xorg.conf wrote:
[...]
Config file keywords are case-insensitive, and "_" characters are ignored. Most strings (including Option names) are also case-insensitive, and insensitive to white space and "_" characters.
[...]

Heißt:
Das sollte das Problem nicht gewesen sein...
Back to top
View user's profile Send private message
nikaya
Veteran
Veteran


Joined: 13 May 2006
Posts: 1471
Location: Germany

PostPosted: Sat Dec 30, 2006 9:44 am    Post subject: Reply with quote

franzf wrote:
Mist :(
man xorg.conf wrote:
[...]
Config file keywords are case-insensitive, and "_" characters are ignored. Most strings (including Option names) are also case-insensitive, and insensitive to white space and "_" characters.
[...]

Heißt:
Das sollte das Problem nicht gewesen sein...

Hmmh,war aber imho nicht immer so.Ich meine dass die Schreibweise in der Vergangenheit schon einige Male die Fehlerursache in der xorg.conf war.
_________________
Notes on Dhamma
How to waste your time: look for an explanation of consciousness, ask to know what feeling is. (Nanavira Thera)
Back to top
View user's profile Send private message
Nighthawk
Apprentice
Apprentice


Joined: 16 Jan 2003
Posts: 232
Location: Köln

PostPosted: Sat Dec 30, 2006 9:51 am    Post subject: Reply with quote

hat auch nicht geholfen :-(
_________________
Asus Qh0026, Centrino, 1GB, radeon x700 2.6 genkernel (unkonfiguriert, stündlich neue Probleme)
Core2Duo, 2GB, raid 5 über Hardware S-Ata, asus 7990GT, XFI Fatal1ty, 2.6x kernel und windows xp pro sp2
AMD XP 64, 2GB, Aes 256, 6800, Audiogy 4, 2.6x ker
Back to top
View user's profile Send private message
blice
Guru
Guru


Joined: 12 Feb 2005
Posts: 598
Location: D- 26188

PostPosted: Sat Dec 30, 2006 11:56 am    Post subject: Reply with quote

Danke erstmal, mit der pc105 hatte ich früher immer probleme aber nun funzt es :) und jetzt hab ich sogar wieder die Windows/Super - keys ..

xorg.conf
Code:

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver "kbd"
        Option "XkbRules" "xorg"
        Option "SendCoreEvents" "true"
        Option "XkbModel"  "pc105"
        Option "XkbLayout" "de"
        Option "XkbVariant" "nodeadkeys"
EndSection

Code:

this bodo # cat /etc/conf.d/keymaps
# /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-latin1-nodeadkeys"


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

SET_WINDOWKEYS="yes"


# The maps to load for extended keyboards.  Most users will leave this as is.

EXTENDED_KEYMAPS=""
#EXTENDED_KEYMAPS="backspace keypad euro"


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


@NightHawk : schalte mal bei Dir die XkbRules wieder an, vielleicht hilft das?
_________________
Gentoo seit 2004.3
Skype: bodokhan
SecondLife: Bodokhan Fall
Email: blice@gmx.de
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Sun Dec 31, 2006 4:06 pm    Post subject: Re: KDE will und will einfach nicht deutsche Tastatur Reply with quote

Nighthawk wrote:
make.conf
Code:

CFLAGS="-march=i686 -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS=""
ACCEPT_KEYWORDS=""
USE=" X alsa arts avi berkdb bitmap-fonts cairo cdr cli crypt cups dbus dlloade$
FEATURES=""
LINGUAS="de"

Ist das wirklich die komplette make.conf?
Für xorg solltest du (wenn modular, und das nehm ich einfach mal an) Werte für INPUT_DEVICES und VIDEO_CARDS setzen.
Hier:
Code:
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="i810"

Vielleicht wars ja das...

Grüße
Franz

// Nachtrag:
Natürlich nach dieser Änderung an der make.conf ein
Code:
emerge -uDN world
nicht vergessen ;)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum