add missing OpenGL driver in order to enable the GPU acceleration

This commit is contained in:
Andy 2016-04-27 00:50:28 +02:00
parent a8188772a8
commit c6909317a9
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC
2 changed files with 14 additions and 1 deletions

View File

@ -11,7 +11,7 @@ RUN apt-get update && \
apt-get -fy install && \
apt-get -y install bzip2 libgtk-3-0 libdbus-glib-1-2 libxt6 \
libasound2 libgtk2.0-0 libpango1.0-0 libv4l-0 \
pulseaudio && \
pulseaudio libgl1-mesa-glx && \
rm -rf /var/lib/apt/lists
# Obtain the Mozilla Firefox

View File

@ -45,6 +45,19 @@ Check the codecs
https://www.youtube.com/html5
```
Be careful playing with the following settings!
http://www.sitepoint.com/firefox-enable-webgl-blacklisted-graphics-card/
```
about:config
layers.acceleration.force-enabled;true
gl.require-hardware;true
webgl.force-enabled;true
about:support
```
# Extra