On Fri, 2007-06-22 at 11:16 +0300, Ville Syrjälä wrote: > On Thu, Jun 21, 2007 at 10:15:55PM -0700, Zac Wheeler wrote: > > I'm working on getting the basics of DirectFB working under > > qemu-system-arm. I've gotten the input drivers "working" with the > > linuxinput drivers, but encountered an interesting issue. The keyboard > > portion of df_input works fine. The mouse buttons respond correctly. The > > problem is the mouse pointer's movements, which always just headed to > > the bottom right corner. I commented out the joystick section. > > > > I added printf statements for each mouse movement and it verified that > > the "relative" statements were being executed. I also verified that they > > were always positive, resulting in the crosshairs rocketing to the lower > > right as soon as I move the mouse pointer. > > > > It doesn't matter what the physical input device is - I have a laptop > > and it performs the same regardless of the underlying hardware. > > What hardware does qemu emulate? >
It is emulating an ARM926EJ-S core. I did some more searching and it falls back to a qemu issue that can be resolved by setting SDL_VIDEO_X11_DGAMOUSE=0 before launching. God knows why (I wasn't aware of SDL's involvement), but it does the trick. _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
