Florian Kulzer wrote:
On Fri, Mar 13, 2009 at 20:56:03 -0400, charlie derr wrote:
I have a machine that's quite old and underpowered that I've been running as Debian unstable for several years. A week or so ago, after upgrading a bunch of packages (including lots of xserver-xorg* and the kernel) I found that my keystrokes were not being properly registered (but only in X -- the command line and remote SSH sessions work fine). Basically I found that on the gdm login screen when I hit a key nothing would happen, but the second time I hit it, the character would be rendered on my screen. Going on a hunch I tried to login by typing every character in both my username and password twice and it succeeded. Once logged in (to KDE) things were worse (keystrokes were obviously being mapped to strange things, as I couldn't even get any letters to render in a konsole session).

[...]



How is your keyboard configured? Please post the output of these two
commands (you can run them in a non-X terminal, e.g. CTRL+ALT+F1):

Thank you very much for the response.


awk '/Section "InputDevice"/,/EndSection/' /etc/X11/xorg.conf


n...@dibble:~$ awk '/Section "InputDevice"/,/EndSection/' /etc/X11/xorg.conf
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option "XkbRules" "xfree86"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "us"

EndSection
Section "InputDevice"
        Identifier  "Serial Mouse"
        Driver      "mouse"
        Option      "Protocol" "Microsoft"
        Option      "Device" "/dev/ttyS1"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents"  "true"
EndSection
Section "InputDevice"
        Identifier  "PS/2 Mouse"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option          "ZAxisMapping"          "4 5"
        Option      "Device" "/dev/psaux"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents"  "true"
EndSection
Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
#        Option          "Device"                "/dev/input/mice"
        Option          "Device"                "/dev/psaux"
        Option          "SendCoreEvents"        "true"
        Option          "Protocol"              "auto"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection


grep -i keyboard /var/log/Xorg.0.log



n...@dibble:~$ grep -i keyboard /var/log/Xorg.0.log
(**) |-->Input Device "Keyboard0"
(II) Initializing built-in extension XKEYBOARD
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Keyboard0: Protocol: standard
(**) Keyboard0: XkbRules: "xfree86"
(**) Keyboard0: XkbModel: "pc105"
(**) Keyboard0: XkbLayout: "us"
(**) Keyboard0: CustomKeycodes disabled
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)



Thanks to anyone for any suggestions (or more requests for information).

        ~c


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to