From owner-freebsd-stable@freebsd.org Fri Jul 31 20:11:12 2020 Return-Path: Delivered-To: freebsd-stable@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 EB4383A1E4B for ; Fri, 31 Jul 2020 20:11:12 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ultimatedns.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BJJM43lhGz3ddy for ; Fri, 31 Jul 2020 20:11:11 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by udns.ultimatedns.net (8.15.2/8.15.2) with ESMTPS id 06VKBbYu065056 (version=TLSv1.2 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Fri, 31 Jul 2020 13:11:43 -0700 (PDT) (envelope-from bsd-lists@BSDforge.com) X-Mailer: Cypht MIME-Version: 1.0 From: Chris Reply-To: bsd-lists@BSDforge.com To: freebsd-stable Subject: How to get mouse configured in X(org)? Date: Fri, 31 Jul 2020 13:11:43 -0700 Message-Id: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4BJJM43lhGz3ddy X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US]; local_wl_ip(0.00)[24.113.41.81] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2020 20:11:13 -0000 Greetings all, I just installed a copy of 12@363433 from the install media=2E I then pkg installed everything I intended to use=2E After installing Xorg-server,nvidia-driver,xf86-input-keyboard, xf86-input-mouse=2E I fired Xorg -configure examined the output in both /var/Xorg=2Eo=2Elog && ~/xorg=2Econf=2Enew everything appeared to be in order=2E So I fired off a Xorg -config ~/xorg=2Econf=2Enew -retro While I got the familiar background mesh (-retro), and the keyboard functioned correctly=2E The mouse doesn't work=2E >From Xorg=2E0=2Elog: [85=2E337] (II) config/udev: Adding input device IntelliMouse Explorer (/dev/= input/event4) [85=2E337] (II) No input driver specified, ignoring this device=2E [85=2E337] (II) This device may have been added with another device file=2E Relevant excerpt from xorg=2Econf=2Enew: Section "InputDevice" =09Identifier "Mouse0" =09Driver "mouse" =09Option=09 "Protocol" "auto" =09Option=09 "Device" "/dev/sysmouse" =09Option=09 "ZAxisMapping" "4 5 6 7" EndSection I appear to have covered all the bases in the entry of the handbook at: https://www=2Efreebsd=2Eorg/doc/handbook/x-config=2Ehtml Thanks in advance for any assistance=2E --Chris