Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2020 12:54:09 +0200
From:      Morten Bo Johansen <listmail@mbjnet.dk>
To:        freebsd-questions@freebsd.org
Subject:   Re: Touchpad stopped working after pgk upgrade
Message-ID:  <slrnr98h6i.189.listmail@asmtp.unoeuro.com>
References:  <slrnr98aq3.45q.listmail@asmtp.unoeuro.com> <660f79c9-147e-98f2-de28-2a0299170257@nethead.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2020-04-13 Per olof Ljungmark wrote:

> Hello Morten,
>
> Latest xorg changed in how devices are configured and you are not alone. 
> There are several threads on the lists and on the forum about it.
>
> Try,
> https://www.google.com/search?q=freebsd+xorg+upgrade+keyboard+mouse&source=lnt&tbs=qdr:m&sa=X&ved=2ahUKEwiR5LmtkeXoAhWQzMQBHfanDlgQpwV6BAhlEB0&biw=1691&bih=919


Thanks for these pointers, Per. Problem with keyboard is solved now by adding

  setxkbmap -model pc105 -layout dk
  
to my ~/.xinitrc

and the problem with the touchpad is solved by adding

  kern.evdev.rcpt_mask=12
  
to /etc/sysctl.conf

Thanks,
Morten




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