On Sat, Oct 11, 2014 at 3:59 AM, kongling <[email protected]> wrote: > Hi, everyone > I found that crosswalk seems like using drm. > My device have no "/dev/dri". Could crosswalk use framebuffer?
Not that I know , since crosswalk (same for Qt quick2) uses hardware OpenGL ES for rendering ... But If you manage to setup a software renderer You may to at least display xwalk buffer but I'm unsure how usable will it it be Hints : https://en.wikipedia.org/wiki/File:Gallium3D_vs_DRI_graphics_driver_model.svg http://dri.freedesktop.org/doxygen/gallium/softpipe.html Then try overide the mesa default renderer like this change for using Gallium driver under VMWare : https://review.tizen.org/gerrit/#/c/28504/1/src/generic-adaptation/generic-adaptation.sh -- mailto:[email protected] -- gpg:0x467094BC xmpp:[email protected] https://dockr.eurogiciel.fr/blogs/embedded/author/pcl/ . _______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
