[webkit-qt] How to enable WebGL in Qt 5.1.1?

Arunprasad Rajkumar ararunprasad at gmail.com
Wed Jun 19 23:31:28 PDT 2013


Do you have mesa or equivalent opengl library in your system?

else try by installing it,

sudo apt-get install libgl1-mesa-swx11
<http://packages.ubuntu.com/libgl1-mesa-swx11>


after installing use glxinfo to check the status.

BR,

On 20 June 2013 11:39, Min Sung <sharmelian at gmail.com> wrote:

> Hi, I'm try to get webgl to work under Ubuntu 13.04
>
> I'm following the instructions from
> http://qt-project.org/wiki/Building_Qt_5_from_Git
>
> and when I run ./QtTestBrowser -webgl -graphicsbased -gl-viewport <URL>
> and go to a webgl site, it says webgl is not supported.
>
> I also tried configuring Qt5 with --no-webkit and then going into the
> qtwebkit folder and doing
>
> qmake WebKit.pro WEBKIT_CONFIG+=webgl
> make -j 4
> make install
>
> and webgl still didn't work.
>
> Is there some configuration or a version I can roll back to to get webgl
> to work? Thanks.
>
>
> _______________________________________________
> webkit-qt mailing list
> webkit-qt at lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-qt
>
>


-- 
*Arunprasad Rajkumar*
http://in.linkedin.com/in/ararunprasad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-qt/attachments/20130620/3925d815/attachment.html>


More information about the webkit-qt mailing list