How to use Xvfb in Ubuntu 14.04 with/without RandR?
- by Itchy
I try to run Unit-Tests with Selenium running Firefox on my Ubuntu 14.04 Server. And I'm using Xvfb as described in this blog to simulate a virtual display to show Firefox in.
But Xvfg somehow doesn't load/work with RandR. Because whenever I try this:
sudo Xvfb :10 -ac &
export DISPLAY=:10
firefox
I get an Xlib: extension "RandR" missing…