Bug 123893
Summary: | Error activating XKB configuration. Probably internal X server problem. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michael Weske <mweske> |
Component: | xorg-x11 | Assignee: | Mike A. Harris <mharris> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 2 | CC: | john.d.maclean, philip.r.schaffner |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i586 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-02-21 19:03:25 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Michael Weske
2004-05-21 13:21:20 UTC
I get the same messages. Select Close and it comes back. Selecting Close again gets rid of the message. Same output from xprop and gconftool. When I try changing the keyboard model (doesn't matter which one I select), the error will reappear immediately. The keyboard, however, is functional. Take a look at bug 122454. It has more information and links to other bugs that have fixes. Looks like you need to remove the line 'option Xkbrules "xfree86"' from your XF86Config file. FYI, I had the same issue on two very different home-grown PCs (one motherboard is ASUS and the other ABIT) that had been upgraded from FC1 to FC2. When I applied the above suggestion to /etc/X11/XF86Config, both PCs ceased showing that error popup. Thanks. Encountered this bug after FC1/FC2 upgrade on IBM A21p, manual creation of xorg.conf from XF86Config after system-config-display failed, and applying /dev/input/mice workaround for BZ 120859. The XKB popup error window appeared 9 times on first attempt to "startx" into Gnome from runlevel 3. No errors in KDE. The removal of 'Option "Xkbrules" "xfree86"' workaround made the errors go away. *** This bug has been marked as a duplicate of 120858 *** I just installed FC2 on my machine and am having this problem. The /etc/X11/xorg.conf does not contain the XKbrules "xfree86" line it. I see the error only when I log in as a non root user. I'm up to date as far as yum is concerned. Here is the output requested on the error screen: -- [root@localhost root]# xprop -root | grep XKB _XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "pc105", "us", "", "" _XKB_RULES_NAMES(STRING) = "xorg", "pc105", "us", "", "" [root@localhost root]# gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb layouts = [us] model = pc105 overrideSettings = false options = [] [root@localhost root]# -- And here are the relevant uncommented lines from my xorg.conf: -- Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection -- So what else could be causing this? Bug #120858 is the master bug report tracking this issue. Full details of the problem(s) and their solutions are present in that bug, or one of the other bugs marked as duplicates of it. If you still have this problem after following the guidelines in that bug report, you may wish to subscribe to the fedora-list mailing list for assistance. Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |