Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Some troubles with keybaord
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Nesmero
n00b
n00b


Joined: 26 Dec 2008
Posts: 1
Location: Russia, Novosibirsk

PostPosted: Fri Dec 26, 2008 3:58 pm    Post subject: Some troubles with keybaord Reply with quote

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!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum