summaryrefslogtreecommitdiff
path: root/liveJoin.js
diff options
context:
space:
mode:
Diffstat (limited to 'liveJoin.js')
-rw-r--r--liveJoin.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/liveJoin.js b/liveJoin.js
index d999980..eaf241e 100644
--- a/liveJoin.js
+++ b/liveJoin.js
@@ -4,7 +4,10 @@ var exec = require('child_process').exec;
const fs = require('fs');
const homedir = require('os').homedir();
-var xvfb = new Xvfb({silent: true});
+var xvfb = new Xvfb({
+ silent: true,
+ xvfb_args: ["-screen", "0", "1280x800x24", "-ac", "-nolisten", "tcp", "-dpi", "96", "+extension", "RANDR"]
+});
var width = 1280;
var height = 720;
var options = {