Tasten funktionieren nicht

Software besorgen und anwenden
Post Reply
Message
Author
Tobi1987
Posts: 14
Joined: 31. Jul 2007 8:53

Tasten funktionieren nicht

#1 Post by Tobi1987 »

Hallo,
bei meiner Distribution funktioniert die Größer- bzw. Kleinertaste nicht.
Ich glaube, ich muss ein anderes Tastaturlayout laden.

Wie mache ich das oder muss ich doch anders an die Problemstellung herangehen?

mfg tobi

sith

#2 Post by sith »

welches hast du denn. pc105 sollte eigentlich passen.

sith

#3 Post by sith »

> Wie mache ich das
in die xorg.conf eintragen.

Tobi1987
Posts: 14
Joined: 31. Jul 2007 8:53

#4 Post by Tobi1987 »

und wo muss ich des in der xorg.conf genau eintragen? welche sektion?
kenn mich in der xorg.conf net so aus.

mfg

sith

#5 Post by sith »

da wo jetzt wahrscheinlich etwas ähnliches bzw. anderes steht:

Code: Select all

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "nodeadkeys"
EndSection

mal sehen ob's daran liegt, wirklich sicher bin ich mir da nicht.

Tobi1987
Posts: 14
Joined: 31. Jul 2007 8:53

#6 Post by Tobi1987 »

hat leider net funktioniert...
gibts evl noch etwas anderes des auch klappt??

mfg

sith

#7 Post by sith »

mach dann bitte mal ein paar mehr angaben zu deinem prob.
wie sieht das in der konsole aus (strg + alt + f1). kde, gnome oder etwas anderes?

Tobi1987
Posts: 14
Joined: 31. Jul 2007 8:53

#8 Post by Tobi1987 »

also,
ich verwende das dekstop-system kde.
ausschnitt aus der xorg.conf:

Code: Select all

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"kbd"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

# Set the keyboard auto repeat parameters.  Not all platforms implement
# this.

#    Option     "AutoRepeat"    "500 5"

# Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1)).

#    Option     "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.

#    Option     "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a European
# keyboard, you will probably want to use one of:
#
#    Option     "XkbModel"      "pc102"
     Option     "XkbModel"      "pc105"
#
# If you have a Microsoft Natural keyboard, you can use:
#
#     Option     "XkbModel"      "microsoft"
#
# If you have a US "windows" keyboard you will want:
#
#    Option     "XkbModel"      "pc104"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#
#    Option     "XkbLayout"     "de"
#
# or:
#
#    Option     "XkbLayout"     "de"
#    Option     "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#
#    Option     "XkbOptions"    "ctrl:swapcaps"


# These are the default XKB settings for X.Org
#
#    Option     "XkbRules"      "xorg"
#    Option     "XkbModel"      "pc101"
#    Option     "XkbLayout"     "us"
#    Option     "XkbVariant"    ""
#    Option     "XkbOptions"    ""

EndSection


mfg tobi

sith

#9 Post by sith »

kommentier die mal aus:

Code: Select all

#    Option     "XkbLayout"     "de"
#    Option     "XkbVariant"    "nodeadkeys" 
und dann nochmal die frage: hast du in der konsole gross/kleinschreibung.

Post Reply