Summary: | reconnected mouse events are not exported, keyboard's events works | ||
---|---|---|---|
Product: | xorg | Reporter: | CIJOML CIJOMLovic CIJOMLov <cijoml> |
Component: | Input/evdev | Assignee: | Peter Hutterer <peter.hutterer> |
Status: | RESOLVED INVALID | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | major | ||
Priority: | medium | Keywords: | NEEDINFO |
Version: | git | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | 16454 | ||
Bug Blocks: |
Description
CIJOML CIJOMLovic CIJOMLov
2008-09-20 06:04:58 UTC
On Sat, Sep 20, 2008 at 06:04:59 -0700, bugzilla-daemon@freedesktop.org wrote: > Section "InputDevice" > Identifier "Logitech diNovo Keyboard" > Driver "evdev" > Option "Device" "/dev/input/logkeyb" > Option "XkbRules" "xorg" > Option "XkbModel" "logidinovo" > Option "XkbLayout" "cz" > EndSection > > Section "InputDevice" > Identifier "Logitech MX1000" > Driver "evdev" > #Option "Vendor" "0x046d" > #Option "Product" "0xb003" > #Option "Name" "Logitech Bluetooth Mouse" > #Option "Uniq" "00:07:61:3E:70:E0" > Option "Device" "/dev/input/mx1000" #rename by udev > rule > Option "Buttons" "12" > Option "Resolution" "800" > Option "RelHWHEELMapTo" "Buttons 7 6" > Option "CorePointer" > EndSection > Don't do that if you want to be able to hotplug the devices. Configure them through hal instead of xorg.conf. See http://who-t.blogspot.com/2008/07/input-configuration-in-nutshell.html Cheers, Julien julien come on...it is same situation like with dev input mice...i can unplug wired mouse and plug it again and it works... > --- Comment #2 from CIJOML CIJOMLovic CIJOMLov <cijoml@volny.cz> 2008-09-20 09:56:05 PST ---
> julien come on...it is same situation like with dev input mice...i can unplug
> wired mouse and plug it again and it works...
no, it's not. /dev/input/mice is handled by the kernel, not by X.
when you're removing the device, X shuts it down. but without the appropriate
HAL config, it never gets the notification that the device is added again (or
it does, but with the wrong parameters).
Anything in xorg.conf is _NOT_ hotpluggable.
(the keyboard most likely works because the X server is still loading the kbd
driver)
Than I must reopen, because I use evdev for keyboard too...check the config. And keyboard also disconnects and connects again to save batteries... Is that your complete config? Also - we'd need your Xorg.log to debug what is happening. ping? Hello Peter, what do you mean complete config? It is complete part of config related to input devices, of course there are video options etc... yes, your xorg.conf (the whole file), and your Xorg.log please. Even parts that appear unrelated can sometimes have important information. NEEDINFO for more than two months -> INVALID If the problem still persists, please reopen after supplying the requested information. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.