mouse is broken after update

Chris bsd-lists at BSDforge.com
Tue Mar 10 14:13:40 UTC 2020


On Mon, 9 Mar 2020 22:33:45 -0400 (EDT) AN andy at neu.net said

> After updating to xwayland 1.20.7_2,1 my mouse is broken, will not move. 
> Is anyone seeing issues with this?  Mouse works on console, but after 
> startx mouse does not work. Can anyone confirm this is working correctly 
> after the update? Any help is appreciated.
> 
> Section "ServerLayout"
> 
>     Identifier     "Layout0"
> 
>     Screen      0  "Screen0" 0 0
> 
>     InputDevice    "Keyboard0" "CoreKeyboard"
> 
>     InputDevice    "Mouse0" "CorePointer"
> 
> EndSection
> 
> 
> 
> Section "Files"
> 
> EndSection
> 
> 
> 
> Section "InputDevice"
> 
> 
> 
>     # generated from default
> 
>     Identifier     "Mouse0"
> 
>     Driver         "mouse"
> 
>     Option         "Protocol" "auto"
> 
>     Option         "Device" "/dev/sysmouse"
> 
>     Option         "Emulate3Buttons" "no"
> 
>     Option         "ZAxisMapping" "4 5"
> 
> EndSection

xorg.conf(5) has been depreciated for at least a year.
Those settings will only serve to confound your setup.
Please see: https://www.freebsd.org/doc/handbook/x-config.html
for further help / info.

HTH

--Chris




More information about the freebsd-x11 mailing list