From nobody Mon Jan 29 19:55:06 2024 X-Original-To: x11@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TNzY95zd8z59Jlk for ; Mon, 29 Jan 2024 19:55:09 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.evolve.de (mail.evolve.de [213.239.217.29]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail.evolve.de", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TNzY90F8Lz4GMf for ; Mon, 29 Jan 2024 19:55:08 +0000 (UTC) (envelope-from freebsd@grem.de) Authentication-Results: mx1.freebsd.org; none Received: by mail.evolve.de (OpenSMTPD) with ESMTP id 05336b8b; Mon, 29 Jan 2024 19:55:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=grem.de; h=content-type :content-transfer-encoding:mime-version:subject:from:in-reply-to :date:cc:message-id:references:to; s=20180501; bh=kAeSnsBt5Agpo5 P+erj7zOOgxlo=; b=j4vKtvQ75o/WuRn+8fuvSLc1Q9gyDre7XeGEziLKIdrB+I RSsfDOb7VKw0QDCLxihJD0zjXGPoFKZWuarBINylKCJ4j1/gs2UtA5FOCWvLrM/N OPGKc7V9/l+WQ9qQY+cDTLiDbf7UXkgmLAcXk7YCa3fOsyxYF5ljTcAwFbut/3/G azircs7kygq4GsnOpQwDMKlWdjvbRdvKffghHUCNJobe1TR+Yf735HuPmSDlH2cY B03hPLbgIa3XcjyX74Da/Pjz46w3VH6TswjEBzrk0f07JVdrkVV7Xx3GfGmfC/fI 7vogFx3hwC+/PYSHOjVhYaKmPHD1WfGpvjvFyX9w== DomainKey-Signature: a=rsa-sha1; c=nofws; d=grem.de; h=content-type :content-transfer-encoding:mime-version:subject:from:in-reply-to :date:cc:message-id:references:to; q=dns; s=20180501; b=Y1R5944d rb/rHY3yqmC7COGuR/9QmfVear+3Uy1p0KlNTspx6gtOrlWRVv65NLn2k5TQTPht ughiSa9NDGq3ctZMQQM/6dz9ptyJZxa9WsfHWigrq6qTplcgvLkMOpn/CGdusapg WnR3aoVeN9/c+Q4K27SKVxYAkgqU4YeIXI90sE+FH/FGSnUbvnwifZZJ/oiCjmI3 9Aivrzjws2m9PQ8rgCpcy3j63+zdXe0580tyNOxH/avXzZIkzP7ymhjUvgVVclOI GdtXSgpk1TP5gARvj6SNdcjGTwuD4ec/FigZ417JBRomEYjH0azYe+Zdv2+smv/2 rLs7WK8OkKqpcw== Received: by mail.evolve.de (OpenSMTPD) with ESMTPSA id 338e54e1 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 29 Jan 2024 19:55:07 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: X11 List-Archive: https://lists.freebsd.org/archives/freebsd-x11 List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org Mime-Version: 1.0 (1.0) Subject: Re: libinput recognizies my keyboard, but not its arrow keys From: Michael Gmelin In-Reply-To: <20240129194602.GA1286@dell4> Date: Mon, 29 Jan 2024 20:55:06 +0100 Cc: x11@freebsd.org Message-Id: <59E6BF71-7D81-4099-AABD-F39D43571D1C@grem.de> References: <20240129194602.GA1286@dell4> To: William Bulley X-Mailer: iPhone Mail (20H240) X-Rspamd-Queue-Id: 4TNzY90F8Lz4GMf X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:213.239.192.0/18, country:DE] > On 29. Jan 2024, at 20:46, William Bulley wrote: >=20 > =EF=BB=BFAccording to Michael Gmelin on Mon, 01/29/24 at= 14:17: >>=20 >> Could you try these commands in xterm and see if any of them >> helps: >>=20 >> setxkbmap -model pc105 -layout us >>=20 >> if it does not work, try: >>=20 >> setxkbmap -model pc104 -layout us >>=20 >> if it does not work, try: >>=20 >> setxkbmap -model hhk -layout us >=20 > Thanks for your reply and suggestions. >=20 > I tried those in that order, each time shutting down my x11 session > and starting it up again. Did you try if it works directly after running each of the commands or did y= ou restart x11? These settings change the running x11 session and take imme= diate effect, restating x11 will start with your defaults and is not require= d for this test. If this doesn=E2=80=99t help, I would suggest to start without any specific x= org.conf file(a) (just move it out of the way) and see if the defaults (in c= ombination with one of setxkbmap commands) does the trick. Sharing you xorg log won=E2=80=99t hurt either. -m > No difference, sorry, but my arrow keys > still are not functioning. >=20 > BTW, those suggestions about do not explain why this same keyboard > works just find on a different, slightly older system (13.2 vs 14.0) > where my arrow keys work just fine (plus the ports tree on both > systems have been updated to the same -- up-to-date -- level). >=20 > I tried these things before sending my email asking for help: >=20 > 1) I removed the 'Driver "libinput"' line, keyboard failed to work >=20 > 2) I replaced "Keyboard0" with "KeyboardDefaults", ditto >=20 > 3) I replaced the 'Driver "libinput"' with 'Driver "kbd"', ditto >=20 > Any other ideas? >=20 > --=20 > William Bulley > E-MAIL: web@umich.edu >