From owner-freebsd-current@FreeBSD.ORG Fri Jun 6 19:25:13 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04137633; Fri, 6 Jun 2014 19:25:13 +0000 (UTC) Received: from mail-vc0-x22c.google.com (mail-vc0-x22c.google.com [IPv6:2607:f8b0:400c:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A49342590; Fri, 6 Jun 2014 19:25:12 +0000 (UTC) Received: by mail-vc0-f172.google.com with SMTP id lf12so3627637vcb.17 for ; Fri, 06 Jun 2014 12:25:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5hngT6YZ3zoJBICaxuwLFpoGiQTlh1M9GhLz8kH0KBI=; b=ASN1E3bNKtC65KcllvHb6ORJ39hm/BtKLqpTSYbGVCv3NXQSeJdgAt6OaD7vMkXqlS /zIgufz/6y5C9NL9zmd/9geN+a3WmqnR10iMikAgvM4rtWj9dGJawDhgDH4I5ts+N98x uqaRBmozsrgBhl47jqV47VgKcp5utpIfraKNcE0bM6AcYSnXamZJPFOQN33aTLXlPlX6 UZmu22AfoqpvtNUEJvbwZb5/bjPMQljuS9nyXMgbVS9Ab3TbB1sRiRP11FoRuirWqjeq RSPD9tUC8b9Ivsu1DJL+bXftMZBAKdkjoHgGlso6nRoU8mdaBewQL4NkCHTUH7elhUAA RWMA== MIME-Version: 1.0 X-Received: by 10.220.190.197 with SMTP id dj5mr7945739vcb.19.1402082711609; Fri, 06 Jun 2014 12:25:11 -0700 (PDT) Received: by 10.58.155.164 with HTTP; Fri, 6 Jun 2014 12:25:11 -0700 (PDT) In-Reply-To: References: Date: Fri, 6 Jun 2014 21:25:11 +0200 Message-ID: Subject: Re: Numeric Keypad does not works in 11.0-CURRENT amd64 r266916 From: "Ranjan1018 ." <214748mv@gmail.com> To: FreeBSD CURRENT , freebsd-x11@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 19:25:13 -0000 2014-06-01 11:00 GMT+02:00 Ranjan1018 . <214748mv@gmail.com>: > I have upgrade to FreeBDS CURRENT amd64, with vt (newcons), version > r266916 from r266536 and some keys on the keypad do not work: running the > xev command I receive no output for the =E2=80=98/=E2=80=99, =E2=80=98*= =E2=80=99 and =E2=80=98-=E2=80=99 keys, but even > for the =E2=80=98+=E2=80=99 key I have some strange output: > > r266916: > > ButtonPress event, serial 38, synthetic NO, window 0x2a00001, > > root 0x9d, subw 0x0, time 708649, (79,90), root:(117,172), > > state 0x0, button 3, same_screen YES > > ButtonRelease event, serial 38, synthetic NO, window 0x2a00001, > > root 0x9d, subw 0x0, time 708649, (79,90), root:(117,172), > > state 0x400, button 3, same_screen YES > > ButtonPress event, serial 38, synthetic NO, window 0x2a00001, > > root 0x9d, subw 0x0, time 708649, (79,90), root:(117,172), > > state 0x0, button 3, same_screen YES > > ButtonRelease event, serial 38, synthetic NO, window 0x2a00001, > > root 0x9d, subw 0x0, time 708650, (79,90), root:(117,172), > > state 0x400, button 3, same_screen YES > > > r266536, as expected: > > KeyPress event, serial 38, synthetic NO, window 0x2c00001, > > root 0x9d, subw 0x0, time 368450, (114,90), root:(1233,135), > > state 0x0, keycode 86 (keysym 0xffab, KP_Add), same_screen YES, > > XLookupString gives 1 bytes: (2b) "+" > > XmbLookupString gives 1 bytes: (2b) "+" > > XFilterEvent returns: False > > KeyRelease event, serial 38, synthetic NO, window 0x2c00001, > > root 0x9d, subw 0x0, time 368654, (114,90), root:(1233,135), > > state 0x0, keycode 86 (keysym 0xffab, KP_Add), same_screen YES, > > XLookupString gives 1 bytes: (2b) "+" > > XFilterEvent returns: False > > Regards > Maurizio > I have upgraded to r267068 and the problem is gone: the keyboard works as expected. Maurizio