View previous topic :: View next topic |
Author |
Message |
Kabraxis Apprentice
Joined: 30 Sep 2003 Posts: 150
|
Posted: Fri May 15, 2009 6:57 am Post subject: [mouse] strange behaviour |
|
|
My mouse: Logitech VX Nano
I can observe very strange behaviour my mouse. When i click left button and hold this button moving cursor on the screen it look like mouse have random time auto click I thought my mouse is damage but i tried the sam mouse with the same notebook on Windows Vista and mouse work corretly.
I dont remember when it started but i am sure 1-3 days ago. What changed... i am not sure, mayby i emerged new packages... Simply i dont remember. Kernel image is still the same like before.
Bug extended description:
Mouse work corretly with other system (Windows Vista). With gentoo, mouse has one bug (other functions work corretly). If i click down left button (and hold this button down, not up after click) and example try mark this text i can see like mouse has random time break with signal and its look aufo-fire left button mouse. I cant mark text, i cant moving window on the screen, i cant do nothing when you use long left mouse click. I cant work...
Now i am trying with the same mouse but with right button: work corretly.
Now i am trying with other mouse: other mouse work corretly.
xorg.conf
Quote: | Section "InputDevice"
Identifier "VXNano"
Driver "evdev"
Option "Name" "Logitech USB Receiver"
Option "Dev Phys" "usb-0000:00:1a.1-1/input0"
Option "Buttons" "9"
Option "WHEELRelativeAxisButtons" "4 5"
Option "HWHEELRelativeAxisButtons" "7 6"
EndSection
|
Last edited by Kabraxis on Fri May 15, 2009 3:06 pm; edited 2 times in total |
|
Back to top |
|
|
i92guboj Bodhisattva
Joined: 30 Nov 2004 Posts: 10315 Location: Córdoba (Spain)
|
Posted: Fri May 15, 2009 7:48 am Post subject: |
|
|
Mind that the newest xorg versions use hal and autoconfigure the input devices, so the entries in xorg.conf are no longer relevant.
It all starts here:
Code: | cp /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi /etc/hal/fdi/policy/ |
Then you have to edit that file to configure your input devices adequately and restart hal:
Code: | /etc/init.d/hald restart |
Try this and supply us with the /var/log/Xorg.0.log after you have restarted Xorg with the new configuration so we can see if it's picking it correctly. It might also be woth to check this guide and the links it contains:
http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml |
|
Back to top |
|
|
Kabraxis Apprentice
Joined: 30 Sep 2003 Posts: 150
|
Posted: Fri May 15, 2009 8:05 am Post subject: |
|
|
10-x11-input.fdi - it work, thanks.
I did emerge world after 6-12 months. 500 packages emerged. It had to happen then. To many informaion on the screen and i miss this change. |
|
Back to top |
|
|
i92guboj Bodhisattva
Joined: 30 Nov 2004 Posts: 10315 Location: Córdoba (Spain)
|
Posted: Fri May 15, 2009 8:15 am Post subject: |
|
|
Kabraxis wrote: | 10-x11-input.fdi - it work, thanks.
I did emerge world after 6-12 months. 500 packages emerged. It had to happen then. To many informaion on the screen and i miss this change. |
I am glad that it was that. At least it was relatively simple to fix.
See you around |
|
Back to top |
|
|
Kabraxis Apprentice
Joined: 30 Sep 2003 Posts: 150
|
Posted: Fri May 15, 2009 12:49 pm Post subject: |
|
|
I said problem is solved too fast...
Mouse work coretly only if i restart hald after runed xorg/xfce. 10-x11-input.fdi dont change this. Simply i have to restart hald after run X. Only in this way, if i restart hald and then run X mouse not work. I have to be logon into X before restart hald.
I will check this today later and write what i find.
Added:
Eh... problem still exist. It happen very rare but still..... Its raelly strange. |
|
Back to top |
|
|
Kabraxis Apprentice
Joined: 30 Sep 2003 Posts: 150
|
Posted: Fri May 22, 2009 10:40 am Post subject: |
|
|
Any idea how solve this problem?
Still i have problem what i describe before and sometimes when i click left button it look like i double click left button...
All this problem very irritation me, i cant work with that. |
|
Back to top |
|
|
i92guboj Bodhisattva
Joined: 30 Nov 2004 Posts: 10315 Location: Córdoba (Spain)
|
Posted: Fri May 22, 2009 10:47 am Post subject: |
|
|
I don't know enough about hal to tell you where to start debugging this, but it seems that's hal the problem.
The only thing I could suggest (bear in mind, it's not a solution) is to compile the xorg-server with USE=-hal, then revert to your old configuration with the kbd and mouse driver in your xorg.conf instead of the hal/evdev stuff. As said, not a solution, but if the problem is hal maybe disabling it disables also the problem. And hopefully hal will be more mature in the future so you can migrate without trouble. |
|
Back to top |
|
|
krinn Watchman
Joined: 02 May 2003 Posts: 7470
|
|
Back to top |
|
|
|