[android-porting] Accelerated 3D effects on Adroid are coming

2009-12-26 Thread Jim Huang
Hello list, Our developer, olv (Chia-I Wu), is working on MESA's OpenGL|ES and Android integrations for a long time. It is time to show the progress recently. The following two videos demonstrated fully accelerated 3D on Intel-based hardware graphics using the existing Linux Kernel GEM + MESA +

Re: [android-porting] hi,how to use mouse in Android

2009-12-26 Thread Yi Sun
The mouse should work on Android-x86.org out of box. Where did you get your source code for your android-x86? Yi On Wed, 2009-12-23 at 12:44 +0100, hedwin wrote: Meant to say is that it did not work because android thinks the screen is off. Will provide the details when I am back home.

Re: [android-porting] hi,how to use mouse in Android

2009-12-26 Thread hedwin
www.android-x86.org Reason it doesn't work is that android thinks the screen is off. Issue 62 contains the solution to get it working. Hedwin On Sat, Dec 26, 2009 at 6:52 PM, Yi Sun beyo...@gmail.com wrote: The mouse should work on Android-x86.org out of box. Where did you get your source

Re: [android-porting] hi,how to use mouse in Android

2009-12-26 Thread Yi Sun
I don't know why you need all these changes and what were changed in your kernel config (you posted a file instead of a diff). I'm using a usb mouse with my PC and my mouse works inside qemu without any issues. Yi On Sat, 2009-12-26 at 19:13 +0100, hedwin wrote: www.android-x86.org Reason it

Re: [android-porting] hi,how to use mouse in Android

2009-12-26 Thread Yi Sun
BTW-- the patch does not look like a fix but a hack when we don't know what really went wrong. Would it possible for you to find out why the Android thinks that the screen is not on in your case. We may have a bug somewhere else. boolean screenIsOn() { synchronized (mLocks) { +

Re: [android-porting] hi,how to use mouse in Android

2009-12-26 Thread hedwin
agree, so consider it a workaround. I will take a further look into this Hedwin On Sat, Dec 26, 2009 at 7:29 PM, Yi Sun beyo...@gmail.com wrote: BTW-- the patch does not look like a fix but a hack when we don't know what really went wrong. Would it possible for you to find out why the

Re: [android-porting] hi,how to use mouse in Android

2009-12-26 Thread Yi Sun
Thanks for the help. FYI-- in my env, I did not really add -serial stdio -usb -usbdevice mouse for my usb mouse to work with qemu. I'm not sure why you need it. I may have to check on the qemu manual. Yi On Sat, 2009-12-26 at 19:32 +0100, hedwin wrote: agree, so consider it a workaround. I will

Re: [android-porting] hi,how to use mouse in Android

2009-12-26 Thread hedwin
The serial is just added to see the kernel boot an have access to the console later on. I use a slight older qemu, the one supplied with fedora. Newer qemu versions use usb per default. That might be the reason why you did no have to provide the usb arguments. Hedwin On Sat, Dec 26, 2009 at 7:39

Re: [android-porting] hi,how to use mouse in Android

2009-12-26 Thread Yi Sun
If you use the latest qemu, would you still need these changes? Yi On Sat, 2009-12-26 at 20:14 +0100, hedwin wrote: The serial is just added to see the kernel boot an have access to the console later on. I use a slight older qemu, the one supplied with fedora. Newer qemu versions use usb per

Re: [android-porting] Re: make Android to support multi displays architecture

2009-12-26 Thread hongxue.ren
Hi, Sanjay You means that your device is with multi displays(usually multi framebuffers), or one display which is divided into multi parts(only one framebuffer)? If your device is like the later, I don't think I can help you. If the former, I think one screen divided into 4 parts is difficult to