journeyer
unread,Dec 9, 2010, 2:53:09 AM12/9/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android-x86
Hello,
I have been trying to develop some special set-top-box system with
donut-x86.
Because the target system is set-top-box, I need to know the rendering
architecture of donut-x86(latest better).
Could someone help me to understand how android-x86 renders it's
graphics to the monitor?
What is i915 driver? I guess i915 is some kernel module which provides
KMS feature. And the screen size it supports is up-to 1280 by 800.
I need to make a set-top-box which is able to render graphics on a
screen 1920 by 1080 (HD).
In an architectural point of view, there goes an application on
opencore engine, the opencore engine outputs the movie to the surface
flinger, surface flinger should use the frame buffer memory on a GPU
(Intel maybe).
Then is i915 the frame buffer driver? If not, then, what is the driver
for the graphic HW(should be Intel)?
Please guide me...
Thank you very much.