Re: usb mouse and xorg

From: Sergey V. Dyatko <sergey.dyatko_at_gmail.com>
Date: Tue, 10 Sep 2013 15:16:27 +0300
On Tue, 10 Sep 2013 16:04:10 +0400
Ruslan Makhmatkhanov <cvs-src_at_yandex.ru> wrote:

> Sergey V. Dyatko wrote on 10.09.2013 15:42:
> > Hi,
> >
> > after I update my HEAD box from 252xxx (i'm not sure) to r255393 USB
> > mouse(s) stop work for me on X.
> 
> Had the same. My usb/bt mouse isn't worked, while touchpad is. I
> fixed this by commenting off:
> 
> Section "ServerFlags"
> 	Option 		"AutoAddDevices" "false"
> EndSection
> 
> In xorg.conf. Now the mouse is working and touchpad isn't.
> 

I have working touchpad (it is work fine before) and mouse with hacked
devd.conf (doesn't try tip from gjb_at_ yet) 
from my xorg.conf: 

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags" 
        Option  "DontVTSwitch"  "off"
        Option  "AllowEmptyInput" "off"
        Option  "DontZap"       "off"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "synaptics"
        Option      "Protocol" "psm"
        Option      "Device" "/dev/psm0"
        Option          "SHMConfig"     "on"
        Option        "MinSpeed"              "7"
        Option        "MaxSpeed"              "9"
        Option        "AccelFactor"           "0.0015"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection
...

-- 
wbr, tiger
Received on Tue Sep 10 2013 - 10:16:31 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:41 UTC