From owner-freebsd-questions@freebsd.org Mon Apr 13 10:54:21 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 56F862BA6F0 for ; Mon, 13 Apr 2020 10:54:21 +0000 (UTC) (envelope-from freebsd-questions@m.gmane-mx.org) Received: from ciao.gmane.io (ciao.gmane.io [159.69.161.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49158r2cS1z4RgR for ; Mon, 13 Apr 2020 10:54:20 +0000 (UTC) (envelope-from freebsd-questions@m.gmane-mx.org) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jNwjJ-000SHi-Le for freebsd-questions@freebsd.org; Mon, 13 Apr 2020 12:54:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: freebsd-questions@freebsd.org To: freebsd-questions@freebsd.org From: Morten Bo Johansen Subject: Re: Touchpad stopped working after pgk upgrade Date: Mon, 13 Apr 2020 12:54:09 +0200 Message-ID: References: <660f79c9-147e-98f2-de28-2a0299170257@nethead.se> Reply-To: mbj@mbjnet.dk User-Agent: slrn/1.0.3 (FreeBSD) Mail-Copies-To: Never X-Rspamd-Queue-Id: 49158r2cS1z4RgR X-Spamd-Bar: / X-Spamd-Result: default: False [-0.20 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[mbj@mbjnet.dk]; NEURAL_HAM_MEDIUM(-0.80)[-0.802,0]; FROM_HAS_DN(0.00)[]; DMARC_POLICY_QUARANTINE(1.50)[mbjnet.dk : SPF not aligned (relaxed), No valid DKIM,quarantine]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; REPLYTO_DOM_EQ_FROM_DOM(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.76)[-0.760,0]; RCVD_TLS_LAST(0.00)[]; IP_SCORE(-0.14)[ip: (0.97), ipnet: 159.69.0.0/16(-0.08), asn: 24940(-1.58), country: DE(-0.02)]; FORGED_SENDER(0.30)[listmail@mbjnet.dk,freebsd-questions@m.gmane-mx.org]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:159.69.0.0/16, country:DE]; FROM_NEQ_ENVFROM(0.00)[listmail@mbjnet.dk,freebsd-questions@m.gmane-mx.org]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2020 10:54:21 -0000 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