From owner-freebsd-stable@freebsd.org Tue Jun 16 01:35:44 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 3269A349783 for ; Tue, 16 Jun 2020 01:35:44 +0000 (UTC) (envelope-from darius@dons.net.au) Received: from midget.dons.net.au (midget.dons.net.au [IPv6:2403:5800:5101:0:ea:1cff:fefa:f00]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "dons.net.au", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49m9kj0Gz9z45d3 for ; Tue, 16 Jun 2020 01:35:40 +0000 (UTC) (envelope-from darius@dons.net.au) Received: from midget.dons.net.au (localhost [127.0.0.1]) by midget.dons.net.au (8.15.2/8.15.2) with ESMTPS id 05G1ZF2v078287 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Tue, 16 Jun 2020 11:05:22 +0930 (ACST) (envelope-from darius@dons.net.au) Received: (from mailnull@localhost) by midget.dons.net.au (8.15.2/8.15.2/Submit) id 05G1ZCBZ078247 for ; Tue, 16 Jun 2020 11:05:12 +0930 (ACST) (envelope-from darius@dons.net.au) X-MIMEDefang-Relay-be813b1f1da6d6b27d681222cb70cc4f5b642383: 2001:44b8:1d2:8900:fd5a:aa7:6379:bf08 Received: from [IPv6:2001:44b8:1d2:8900:fd5a:aa7:6379:bf08] ([IPv6:2001:44b8:1d2:8900:fd5a:aa7:6379:bf08] [2001:44b8:1d2:8900:fd5a:aa7:6379:bf08]) by midget.dons.net.au (envelope-sender ) (MIMEDefang) with ESMTP id 05G1Z6Eg078100; Tue, 16 Jun 2020 11:05:12 +0930 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: IPMI KVM mouse in absolute/tablet mode? From: "O'Connor, Daniel" In-Reply-To: <380F4C03-C3AF-4B99-9328-D65739C6BA8F@lassitu.de> Date: Tue, 16 Jun 2020 11:05:06 +0930 Cc: freebsd-stable Content-Transfer-Encoding: quoted-printable Message-Id: <88217D30-DE08-4604-9426-CB41EAF52A78@dons.net.au> References: <380F4C03-C3AF-4B99-9328-D65739C6BA8F@lassitu.de> To: Stefan Bethke X-Mailer: Apple Mail (2.3608.80.23.2.2) X-Spam-Score: 0.3 () No, score=0.3 required=5.0 tests=HELO_MISC_IP, HELO_NO_DOMAIN, T_SPF_PERMERROR autolearn=no autolearn_force=no version=3.4.2 X-Scanned-By: MIMEDefang 2.83 on 10.0.2.1 X-Rspamd-Queue-Id: 49m9kj0Gz9z45d3 X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.13 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.984]; R_DKIM_ALLOW(-0.20)[dons.net.au:s=default]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.004]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[dons.net.au:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[dons.net.au,quarantine]; NEURAL_HAM_SHORT(-0.65)[-0.647]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:4764, ipnet:2403:5800:5000::/36, country:AU]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] 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: Tue, 16 Jun 2020 01:35:44 -0000 > On 16 Jun 2020, at 06:13, Stefan Bethke wrote: > When I switch from "Absolute Mouse Mode" to "Relative Mouse Mode", the = pointer moves, and the dmesg shows X, Y, and Z: > ugen0.6: at = usbus0 (disconnected) > ukbd0: at uhub2, port 5, addr 5 (disconnected) > ukbd0: detached > ums0: at uhub2, port 5, addr 5 (disconnected) > ums0: detached > ugen0.6: at = usbus0 > ukbd0 on uhub2 > ukbd0: on usbus0 > kbd2 at ukbd0 > ums0 on uhub2 > ums0: on usbus0 > ums0: 3 buttons and [XYZ] coordinates ID=3D0 >=20 > I couldn't immediately find anything about support for the = absolute/tablet mode. Currently ums doesn't grok absolute mice, however you can use utouch = instead - check out the misc/utouch-kmod port. I've successfully used it with Supermicro IPMI - good luck :) -- Daniel O'Connor "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum