View previous topic :: View next topic |
Author |
Message |
dfisco n00b
Joined: 04 Jul 2007 Posts: 39
|
Posted: Sat Jun 07, 2008 5:12 pm Post subject: Dual mouse gone on xf86-input-evdev 1.2 -> 1.99.2 upgrade |
|
|
Last night I upgraded my laptop from x11-drivers/xf86-input-evdev from 1.2 to 1.99.2. All was working fine under 1.2.
Now I am unable to use my external Logitech MX310 USB mouse as it freezes X.
I'm trying to let HAL handle everything but the Synaptics touchpad. I know HAL is working as it sets my keyboard to Dvorak perfectly in X. I have enabled evdev debugging output in the kernel and all looks fine there.
When I plug in the USB mouse, Xorg.log gets:
Code: | (**) Logitech USB-PS/2 Optical Mouse: always reports core events
(**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event7"
(II) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
(II) Logitech USB-PS/2 Optical Mouse: Found mouse buttons
(II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
(II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE) |
then X freezes. If I plug in my USB mouse before startx, X will not start.
Relevant xorg.conf areas:
Code: | Section "ServerLayout"
Identifier "Layout[all]"
...
InputDevice "Synaptics Touchpad" "SendCoreEvents"
...
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
Option "UseShm" "true"
EndSection |
No other InputDevice sections in xorg.conf.
I even tried re-compiling xorg-server.
I've done so much diagnostics, I'm inclined to file a bug report unless someone has other ideas. |
|
Back to top |
|
|
Sadako Advocate
Joined: 05 Aug 2004 Posts: 3792 Location: sleeping in the bathtub
|
Posted: Sat Jun 07, 2008 7:40 pm Post subject: |
|
|
From the changelog for the 1.99.2 bump; Quote: | Bump. This reverts a lot of code and goes back to a driver based off the 1.1 series. It's apparently intended to now satisfy the basic input needs instead of doing everything and replacing drivers like synaptics. |
I think that would kind of explain what you're experiencing (although it shouldn't lock up X), and also there is a reason the ebuild was masked...
See if you get the same behaviour with evdev 1.1.5? _________________ "You have to invite me in" |
|
Back to top |
|
|
dfisco n00b
Joined: 04 Jul 2007 Posts: 39
|
Posted: Sat Jun 07, 2008 7:49 pm Post subject: Solved, sort of... |
|
|
Portage reverted back to 1.2 in ~amd64. 1.99.2 really didn't like the USB mouse. |
|
Back to top |
|
|
Edweirdo Guru
Joined: 28 Jan 2003 Posts: 353 Location: Boston, Mass, USA
|
Posted: Mon Jun 09, 2008 12:41 pm Post subject: |
|
|
I have a daul display (laptop with monitor plugged in). With the 1.99.2-r1 I lose access to the second screen. I reverted back to 1.2 and it was restored. _________________ Life is too short and too important to { take seriously | use Windows }. |
|
Back to top |
|
|
|