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
Tasten funktionieren nicht
da wo jetzt wahrscheinlich etwas ähnliches bzw. anderes steht:
mal sehen ob's daran liegt, wirklich sicher bin ich mir da nicht.
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.
also,
ich verwende das dekstop-system kde.
ausschnitt aus der xorg.conf:
mfg tobi
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
kommentier die mal aus:
und dann nochmal die frage: hast du in der konsole gross/kleinschreibung.
Code: Select all
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"