Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2010 07:06:55 +0200
From:      Polytropon <freebsd@edvax.de>
To:        Anselm Strauss <amsibamsi@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: USB keyboard: mode switch / numlock freezes
Message-ID:  <20100427070655.e1b363ac.freebsd@edvax.de>
In-Reply-To: <i2i29722c131004251533jae1ad75n3e0a693da8418271@mail.gmail.com>
References:  <i2i29722c131004251533jae1ad75n3e0a693da8418271@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 26 Apr 2010 00:33:28 +0200, Anselm Strauss <amsibamsi@gmail.com> wrote:
> Could it be a numlock issue? Any idea how to address this?

A good tool for diagnostics always is the xev program. See
if something like

KeyPress event, serial 24, synthetic NO, window 0x1c00001,
    root 0x73, subw 0x0, time 1034406899, (-570,493), root:(12,632),
    state 0x10, keycode 77 (keysym 0xff7f, Num_Lock), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 27, synthetic NO, window 0x1c00001,
    root 0x73, subw 0x0, time 1034406949, (-570,493), root:(12,632),
    state 0x10, keycode 77 (keysym 0xff7f, Num_Lock), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

comes out when pressing the Num key.

You can always remap the Num Lock functionality onto another
key that doesn't fail after the 4th use - see xmodmap.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100427070655.e1b363ac.freebsd>