[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#416503: <enter> behaves strange in vservers



Package: xserver-xorg-input-evdev
Version: 1:1.1.2-6

Hi.
I'm using vserver-enabled kernel on amd64 arch on my desktop and after
switching to evdev from kbd+mouse I found strange <enter> behavior in
vservers (after `vserver blahblah enter'): when I press enter it behaves
like enter was pressed many times (~ 50), so working in vservers almost
impossible.

I tried different terminals (xterm, rxvt, gnome-terminal) with same
result, but this bug doesn't exists in console (real console, tty*).
Without entering to vservers enter key also works ok.

$ uname -a
Linux zulu 2.6.18-4-vserver-amd64 #1 SMP Wed Feb 21 15:03:27 UTC 2007
x86_64 GNU/Linux

Here follow parts of my xorg.conf:
Section "InputDevice"
       Identifier      "keyboard"
       Driver          "evdev"
       Option          "evBits"  "+1"
       Option          "keyBits" "~1-255 ~352-511"
       Option          "Pass"    "3"
       Option          "XkbModel"      "evdev"
       Option          "CoreKeyboard"  "true"
EndSection

Section "InputDevice"
       Identifier      "mouse"
       Driver          "evdev"
       Option          "evBits"  "+1-2"
       Option          "keyBits" "~272-287"
       Option          "relBits" "~0-2 ~6 ~8"
       Option          "Pass"    "3"
       Option          "CorePointer"   "true"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "keyboard"
        InputDevice     "mouse"
EndSection





Reply to: