#!/bin/bash

set -x

DISPLAY=$1
XVFB_BINARY=$(type -p Xvfb)

${XVFB_BINARY} -nolisten TCP :${DISPLAY} 1>/dev/null 2>/dev/null &
echo $$