hi,
und gleich mein nächstes problem:
ich habe Xorg auf meinem Rechner. Wenn ich in der xorg.conf bei "XkbRules" "xfree86" einstelle dann kommt ein Fehler, wenn ich "xorg" einstelle nicht. Aber: wenn ich "xfree86" eingestellt habe ist meine Tastatur deutsch, wie ich es eingestellt habe und bei "xorg" englisch...
Fehlermeldung:
Dazugehörig das result von xprop -root | grep XKB:
und das von gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb:
und zu guter letzt noch meine xorg.conf:
und gleich mein nächstes problem:
ich habe Xorg auf meinem Rechner. Wenn ich in der xorg.conf bei "XkbRules" "xfree86" einstelle dann kommt ein Fehler, wenn ich "xorg" einstelle nicht. Aber: wenn ich "xfree86" eingestellt habe ist meine Tastatur deutsch, wie ich es eingestellt habe und bei "xorg" englisch...
Fehlermeldung:
Code:
Error activating XKB configuration.
Probably internal X server problem.
X server version data:
The X.Org Foundation
60700000
If you report this situation as a bug, please include:
- The result of xprop -root | grep XKB
- The result of gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb
Dazugehörig das result von xprop -root | grep XKB:
Code:
_XKB_RULES_NAMES_BACKUP(STRING) = "xfree86", "pc105", "de", "nodeadkeys", ""
_XKB_RULES_NAMES(STRING) = "xfree86", "pc105", "de", "nodeadkeys", ""
und das von gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb:
Code:
layouts = [us]
model = pc105
overrideSettings = false
options = []
und zu guter letzt noch meine xorg.conf:
Code:
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection