xorg: залипают кнопки
Добавлено: 24 июн 2009, 04:23
На ноутбуке Thinkpad Z61m , при постоянной ежедневной работе работе в Иксах (debian 2.6.25-2-686, xserver-xorg 1:7.3+18 ), примерно 2 раза в неделю возникает залипание клавиш. Как это проявляется? Внезапно при нажатии на любую кнопку нужный эффект достигается не сразу, а после около 2х секунд. И генерится двойное нажатие. Причем, если переключиться в консольный режим , то есть 2 секунды держать Ctrl, Alt, F1, то в консольном режиме клавиатура работает замечательно. Но после обратного переключения в иксы залипание возобновляется. Странно, но помогает логаут\логин в kdm. Иксы ведь при этом не рестартятся?
Вот конфиг иксов:
Вот конфиг иксов:
Код: Выделить всё
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
EndSection
Section "Module"
Load "GLcore"
Load "glx"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "by(latin),by(winkeys),ru(winkeys)"
Option "XkbOptions" "grp:caps_toggle,grp_led:scroll"
Option "AutoRepeat" "500 40"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
option "SHMConfig" "on"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 64.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Device"
Driver "radeon"
Option "VideoOverlay" "on"
Identifier "Generic Video Card"
Option "OpenGLOverlay" "on"
Option "TexturedVideo" "True"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1280x800"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection