usb mouse and xorg
Sergey V. Dyatko
sergey.dyatko at gmail.com
Tue Sep 10 12:16:31 UTC 2013
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@ 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
More information about the freebsd-current
mailing list