Nesmero n00b

Joined: 26 Dec 2008 Posts: 1 Location: Russia, Novosibirsk
|
Posted: Fri Dec 26, 2008 3:58 pm Post subject: Some troubles with keybaord |
|
|
For quite some time now there was a problem with the keyboard. When the processor is loaded: compilations of a kernel or other processes my keyboard ceases to work correctly. Letters appear on the screen only after long pressing of keys. Just in case I put the configuration file of the keyboard. Also, at loading it is deduced:
*device-mapper uses addon code which is deprecated
*andmay not be available in the future.
Code: |
cat /etc/hal/fdi/policy/10russian-layout.fdi
<?xml version="1.0" encoding="utf-8"?>
<!--
Section "InputDevice"
Driver "evdev"
Option "XkbLayout" "en_US,ru(winkeys)"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbOptions" "grp:alt_shift_toggle,altwin:left_meta_win,grp_led:scrool"
EndSection
-->
<deviceinfo version="0.2">
<match key="info.capabilities" contains="input.keys">
<merge key="input.xkb.layout" type="string">en_US,ru(winkeys)</merge>
<merge key="input.xkb.rules" type="string">xorg</merge>
<merge key="input.xkb.model" type="string">evdev</merge>
<merge key="input.xkb.options" type="strlist">grp:alt_shift_toggle</merge>
<append key="input.xkb.options" type="strlist">altwin:left_meta_win</append>
<append key="input.xkb.options" type="strlist">grp_led:scrool</append>
</match>
</deviceinfo>
|
Whether I do not know it is connected... But keys F3 have still ceased to work for me and F4 in mc after world updating... Judging by comments at other forums the problem arises because of glibc. In advance thanks! |
|