Hello,

The error message 60802000 popping up seems to be a problem between the GNOME keyboard settings and Xorg. I'm running a practically default install of Arch 0.7 with a German keyboard.

Once a message box asked if I wanted to use the X or the GNOME keyboard setup, I clicked "Don't show this message again.." and chose GNOME.

In any case, what works for now is to configure your keyboard completely (including deadkeys, etc.) in your xorg.conf, then open up GNOME's Desktop->Preferences->Keyboard and, erasing the Layouts you see there, click Reset to Defaults. Then restart your X server and you should have no XKB-related dialogs popping up.

Cheers

Oleg

p.s. my xorg.conf section and some output:

Section "InputDevice"
   Identifier    "Keyboard1"
   Driver "kbd"
   Option "AutoRepeat"  "500 30"
   Option "XkbRules"    "xorg"
   Option "XkbModel"    "pc105"
   Option "XkbLayout"   "de_CH"
EndSection

$ xprop -root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "pc105", "de_CH", "", ""
_XKB_RULES_NAMES(STRING) = "xorg", "pc105", "de_CH", "", ""

$ gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd
layouts = [de_CH]
model = pc105
overrideSettings = false
options = [grp grp:alts_toggle]

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to