From 3feaf68dc9c1f85be94ae7b6591d55ab30ab7b38 Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmail.com> Date: Sun, 25 Feb 2018 10:08:01 +0000 Subject: [PATCH] Update xvfb.sh --- xvfb.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xvfb.sh b/xvfb.sh index 6b3523e..62dc01e 100644 --- a/xvfb.sh +++ b/xvfb.sh @@ -1,3 +1,4 @@ +#!/bin/bash XVFB=/usr/bin/Xvfb XVFBARGS="$DISPLAY -ac -screen 0 1280x1024x24 +extension RANDR" PIDFILE=/var/xvfb_${DISPLAY:1}.pid -- GitLab