Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2013 15:16:27 +0300
From:      "Sergey V. Dyatko" <sergey.dyatko@gmail.com>
To:        Ruslan Makhmatkhanov <cvs-src@yandex.ru>
Cc:        current@freebsd.org, hselasky@freebsd.org
Subject:   Re: usb mouse and xorg
Message-ID:  <20130910151627.37af4cb9@laptop.minsk.domain>
In-Reply-To: <522F0ABA.2020803@yandex.ru>
References:  <20130910144202.0e68fbca@laptop.minsk.domain> <522F0ABA.2020803@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 10 Sep 2013 16:04:10 +0400
Ruslan Makhmatkhanov <cvs-src@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@ 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130910151627.37af4cb9>