Tasten funktionieren nicht

Software besorgen und anwenden
Antworten
Nachricht
Autor
Tobi1987
Beiträge: 14
Registriert: 31. Jul 2007 8:53

Tasten funktionieren nicht

#1 Beitrag von Tobi1987 » 31. Jul 2007 11:17

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 Beitrag von sith » 31. Jul 2007 13:06

welches hast du denn. pc105 sollte eigentlich passen.

sith

#3 Beitrag von sith » 31. Jul 2007 13:08

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

Tobi1987
Beiträge: 14
Registriert: 31. Jul 2007 8:53

#4 Beitrag von Tobi1987 » 31. Jul 2007 13:37

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 Beitrag von sith » 31. Jul 2007 15:44

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

Code: Alles auswählen

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
Beiträge: 14
Registriert: 31. Jul 2007 8:53

#6 Beitrag von Tobi1987 » 31. Jul 2007 17:39

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

mfg

sith

#7 Beitrag von sith » 31. Jul 2007 22:01

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
Beiträge: 14
Registriert: 31. Jul 2007 8:53

#8 Beitrag von Tobi1987 » 01. Aug 2007 10:53

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

Code: Alles auswählen

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 Beitrag von sith » 01. Aug 2007 12:49

kommentier die mal aus:

Code: Alles auswählen

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

Antworten