Summary: | xorg-server-1.5.0 and wrong keyboard | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michał Kudła <m1k0> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | leio |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Xorg.0.log
xorg.conf my fdi file |
Description
Michał Kudła
2008-09-11 19:41:09 UTC
laptok ~ # cat /var/log/kdm.log X.Org X Server 1.5.0 Release Date: X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.26-gentoo i686 Current Operating System: Linux laptok 2.6.26-gentoo #6 SMP Tue Aug 26 14:45:34 CEST 2008 i686 Build Date: 08 September 2008 10:24:04PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Sep 11 21:11:32 2008 (==) Using config file: "/etc/X11/xorg.conf" The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols > Ignoring extra symbols Errors from xkbcomp are not fatal to the X server expected keysym, got XF86Info: line 914 of inet expected keysym, got XF86Info: line 914 of inet expected keysym, got XF86Info: line 914 of inet The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols > Ignoring extra symbols Errors from xkbcomp are not fatal to the X server The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols > Ignoring extra symbols Errors from xkbcomp are not fatal to the X server [config/dbus] couldn't register object path Created attachment 165213 [details]
Xorg.0.log
Created attachment 165215 [details]
xorg.conf
What do you mean under not being able to set proper keyboard? Do you mean keyboard layout? Do you have a /etc/hal/fdi/policy/10-x11-input.fdi file? If so, please attach it This file is empty laptok ~ # cat /etc/hal/fdi/policy/10-x11-input.fdi laptok ~ # ls -al /etc/hal/fdi/policy/10-x11-input.fdi -rw-r--r-- 1 root root 0 VIII 16 18:41 /etc/hal/fdi/policy/10-x11-input.fdi Created attachment 165258 [details]
my fdi file
In that case make it less empty.
This is my file, for xorg-server 1.5.0.
Your should probably be the same.
BTW., this is bugzilla, not a support forum.
I have a similar, or perhaps the same problem, with 1.5.0. When my machine comes to the graphical login, the keyboard will not work except to ctl-alt-f1 to another terminal, where the keyboard works (http://bugs.gentoo.org/show_bug.cgi?id=237219) I'm getting the feeling some folks don't want to bother with bugs, which strikes me as odd. All that work developing cool open-source stuff and users get told to bug off? Uh.... We're just tryin' to help. :-) Thanks Rafal, now, I have laptok ~ # cat /etc/hal/fdi/policy/10-x11-input.fdi <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <!-- <match key="info.capabilities" contains="input.keys"> <append key="info.callouts.add" type="strlist">hal-setup-keymap</append> </match> --> <match key="info.capabilities" contains="input.keys"> <!-- <merge key="input.xkb.model" type="string">pc104</merge> --> <!-- <merge key="input.xkb.rules" type="string">evdev</merge> --> <merge key="input.x11_options.XkbRules" type="string">base</merge> <merge key="input.x11_options.XkbModel" type="string">evdev</merge> <merge key="input.x11_options.XkbLayout" type="string">pl</merge> <append key="input.x11_options.XkbOptions" type="strlist">altwin:menu</append> <!-- <merge key="input.xkb.layout" type="string">pl</merge> <append key="input.xkb.options" type="strlist">altwin:menu</append> --> </match> </device> </deviceinfo> but keyboard still don't work This really isn't a support forum. Did you restart hal after adding that file. Check what `hal-device <device name>` prints for your keyboard. update xorg-x11 from 7.2 up to 7.4 helps me. |