From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IaAhV-0007Wr-Cg for qemu-devel@nongnu.org; Tue, 25 Sep 2007 09:43:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IaAhU-0007WR-Ox for qemu-devel@nongnu.org; Tue, 25 Sep 2007 09:43:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaAhU-0007WL-Di for qemu-devel@nongnu.org; Tue, 25 Sep 2007 09:43:44 -0400 Received: from fk-out-0910.google.com ([209.85.128.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IaAhU-0001O0-14 for qemu-devel@nongnu.org; Tue, 25 Sep 2007 09:43:44 -0400 Received: by fk-out-0910.google.com with SMTP id 19so3381192fkr for ; Tue, 25 Sep 2007 06:43:41 -0700 (PDT) Message-ID: <46F9108A.3040307@qumranet.com> Date: Tue, 25 Sep 2007 15:43:38 +0200 MIME-Version: 1.0 Subject: Re: [Qemu-devel] vmmouse with Fedora-6 64bit guest References: <20070920133626.GA9380@karma.qumranet.com> <20070920134132.GA19029@redhat.com> <20070925120356.GA4727@karma.qumranet.com> <20070925122941.GB4727@karma.qumranet.com> In-Reply-To: <20070925122941.GB4727@karma.qumranet.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Dor Laor Reply-To: dor.laor@qumranet.com, 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 Dan Kenigsberg wrote: > Frustrated with evtouch, I wanted to try vmmouse's absolute mode, supported by > Liguori's patch http://thread.gmane.org/gmane.comp.emulators.qemu/16083 . > > My guest has vmmouse_drv.so, and I configured its xorg.conf to load it. > However, for some reason I get > (EE) VMWARE(0): vmmouse enabled failed > > On the host side, after define DEBUG_VMMOUSE, I see vmmouse_init and > nothing else. > > Any idea what I am doing wrong? > > Regards, > Dan. > > > > Please dive further into this by debugging the emulator(qemu)/driver themselves. good luck :)