From c6909317a9b5d2484f52de793e185839e8e68da2 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Wed, 27 Apr 2016 00:50:28 +0200 Subject: [PATCH] add missing OpenGL driver in order to enable the GPU acceleration --- Dockerfile | 2 +- README.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be95be7..480fa31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 4d31eec..ae39fe0 100644 --- a/README.md +++ b/README.md @@ -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