From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C3KRp-00075o-JE for qemu-devel@nongnu.org; Fri, 03 Sep 2004 16:14:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C3KRo-00075c-2K for qemu-devel@nongnu.org; Fri, 03 Sep 2004 16:14:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C3KRn-00075Z-VD for qemu-devel@nongnu.org; Fri, 03 Sep 2004 16:14:12 -0400 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1C3KMW-00023r-K9 for qemu-devel@nongnu.org; Fri, 03 Sep 2004 16:08:44 -0400 Message-ID: <4138CEBB.7010901@gmx.com> Date: Fri, 03 Sep 2004 22:06:19 +0200 From: "Bochnig, Martin" MIME-Version: 1.0 Subject: Re: [Qemu-devel] Keyboard problem in qemu 0.6.0-2 References: <200409031738.i83HcZLj023692@tiger2.tools.intra> In-Reply-To: <200409031738.i83HcZLj023692@tiger2.tools.intra> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: bochnig@pool.math.tu-berlin.de, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Juergen, hey, great: I knew you would have the detailed answer :) You make Sol_x86 user's life easier! I use your audio drivers (the old 137x as well as the newer audioemu ones) for three years now. > Yep, I noticed that problem, too. On a Solaris9_x86 host / Xsun. Solaris*9* host? But how did you manage to get around these symbol resolution errors related to 'fesetround', 'lrint' and 'llrint'? Simply copying over the required libraries from Solaris10:/lib/[required libs] to /lib didn't solve the problem. Do I have to modify ld's database or something like that? Thank you, Martin > Yep, I noticed that problem, too. On a Solaris9_x86 host / Xsun. > > > The root cause is probably the sdl.c:sdl_keyevent_to_keycode() subroutine > that assumes X11 keycodes can be converted to PC scancodes by substracting > 8 from the X11 keycode (for keycodes in the range 8..96): > >