Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2005 18:48:35 +0100
From:      Dejan Lesjak <dejan.lesjak@ijs.si>
To:        Matthias Muthmann <mmuthmann@gmx.net>
Cc:        freebsd-sparc64@freebsd.org
Subject:   Re: Problems with X..
Message-ID:  <200502281848.36373.dejan.lesjak@ijs.si>
In-Reply-To: <1109520399.19005.4.camel@localhost>
References:  <200502240244.03104.dejan.lesjak@ijs.si> <200502262246.43689.dejan.lesjak@ijs.si> <1109520399.19005.4.camel@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 27 of February 2005 17:06, Matthias Muthmann wrote:
> On Sa, 2005-02-26 at 22:46 +0100, Dejan Lesjak wrote:
> > Hmm, can you try patch at http://www.ijs.si/~lesi/xorg/patch-bsd_kbd.c in
> > addition to previous one. These are copied over from old keyboard driver
> > code. The keys you've mentioned - do they not work at all or do they
> > produce weird codes?
> >
> >
> > Dejan
>
> Your 2nd patch does'nt seem to do anything... but I could be wrong
> because I cant't do very much without the last row of letters. They
> still don't work: The don't do anything - no strange letters, no beeps
> no other effects. I hope this helped - and thanks for your efforts! If I
> have time I will try out any other patches for the keyboard driver.

Gah, I was afraid of that. This was so far copy-pasted from old keyboard 
driver. Well at least some keys work...:)
Could you get X server up and then run xev(1) from console and see if the keys 
that are not working produce any events. The ones we're looking for are 
KeyPress and KeyRelease and from those, keycode and keysym are interesting. 
Unfortunately syscons doesn't work on my Ultra5 so I can't check myself. If 
keycodes do come we'll have to make them translate to proper keysyms. If 
there are no events sent at all, you could also try this without any patches 
and see if those break getting keycodes (in which case I've botched 
copy-paste in the first place)...


Dejan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502281848.36373.dejan.lesjak>