Code: Select all
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymapCode: Select all
equery l xf86-input
Code: Select all
[ebuild N ] kde-base/kdebase-pam-7 0 kB
[ebuild N ] kde-base/kdepasswd-3.5.7-r1
[ebuild N ] kde-base/kwin-3.5.7
[ebuild N ] kde-base/kreadconfig-3.5.6
[ebuild N ] kde-base/ksmserver-3.5.7
[ebuild N ] kde-base/ksplashml-3.5.7
[ebuild N ] kde-base/kpersonalizer-3.5.7
[ebuild N ] sys-apps/lm_sensors-2.10.1
[ebuild N ] kde-base/kdebugdialog-3.5.6
[ebuild N ] kde-base/kscreensaver-3.5.7
[ebuild N ] kde-base/klipper-3.5.7
[ebuild N ] kde-base/ksystraycmd-3.5.5
[ebuild N ] kde-base/ktip-3.5.7
[ebuild N ] kde-base/knetattach-3.5.7
[ebuild N ] kde-base/kstart-3.5.6
[ebuild N ] kde-base/kxkb-3.5.7
[ebuild N ] kde-base/kappfinder-3.5.7
[ebuild N ] kde-base/kate-3.5.7-r1
[ebuild N ] kde-base/nsplugins-3.5.7
[ebuild N ] app-text/psutils-1.17
[ebuild N ] app-text/enscript-1.6.4-r3
[ebuild N ] kde-base/kdcop-3.5.7
[ebuild N ] kde-base/kpager-3.5.7
[ebuild N ] kde-base/kmenuedit-3.5.7
[ebuild N ] x11-apps/xsetroot-1.0.1
[ebuild N ] sys-devel/gdb-6.6-r2
[ebuild N ] kde-base/konsole-3.5.7
[ebuild N ] kde-base/kcheckpass-3.5.7
[ebuild N ] kde-base/ksysguard-3.5.7
[ebuild N ] kde-base/kdeprint-3.5.7
[ebuild N ] kde-base/drkonqi-3.5.7
[ebuild N ] kde-base/kdesktop-3.5.7
[ebuild N ] kde-base/kdm-3.5.7-r2
[ebuild N ] kde-base/kdebase-startkde-3.5.7
[ebuild N ] kde-base/kdebase-meta-3.5.7Code: Select all
# cat /var/log/Xorg.0.log | grep XKB
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymapThanks, that sounds familiar to me...labba wrote:...
Keyboard-LEDs don't work for me either but this seems to be another bug:
http://forums.gentoo.org/viewtopic-t-58 ... s+led.html
...
Code: Select all
ln -s /var/lib/xkb /usr/share/X11/xkb/compiledCode: Select all
# cat /var/log/Xorg.0.log | grep XKB
#Code: Select all
ls -alh /var/lib/xkb
total 12K
drwxr-xr-x 2 root root 4.0K Sep 26 19:42 .
drwxr-xr-x 16 root root 4.0K Sep 25 05:28 ..
-rw-r--r-- 1 root root 0 Sep 26 03:32 .keep_x11-apps_xkbcomp-0
-rw-r--r-- 1 root root 644 Feb 19 2007 README.compiled
lrwxrwxrwx 1 root root 12 Sep 26 19:28 xkb -> /var/lib/xkbCode: Select all
# xmodmap -pke >> .XmodmapCode: Select all
$ xmodmap /home/user/.Xmodmap
Thanks - I was pulling my hair out over this as I had by ill chance just connected a new keyboard and thought this was the source of the problem.labba wrote:Ok, finally solved this. This got me to the right point: http://www.freebsd.de/archive/de-bsd-qu ... /0071.html (german, sorry)
Just didand everything is fine again (keyboard works, no more warnings in xorg.log). But I really wonder WHY this happend and WHICH package caused this mess...Code: Select all
ln -s /var/lib/xkb /usr/share/X11/xkb/compiled
Thanks, this one helped.BashOrk wrote:Rebuilt xkbcomp, xkeyboard-config, xorg-server, xf86-input-evdev in that order, now it works again.
Previously I couldn't log into X anymore, probably because of a wrong keymaping (couldn't type PW correctly, I assume).
Excuse me, but wouldn'tPithlit wrote:Code: Select all
# cat /var/log/Xorg.0.log | grep XKB #
Code: Select all
grep XKB /var/log/Xorg.0.log
Thanks. I ll give it a shot.BashOrk wrote:Rebuilt xkbcomp, xkeyboard-config, xorg-server, xf86-input-evdev in that order, now it works again.
Previously I couldn't log into X anymore, probably because of a wrong keymaping (couldn't type PW correctly, I assume).