Skip to content

Commit

Permalink
Use CUSTOM_XVFB_WxHxD for initial screen resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
markfirmware authored and jankeromnes committed Feb 24, 2021
1 parent 0b7bf83 commit 7d03671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full-vnc/start-vnc-session.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DISP=${DISPLAY:1}

Xvfb -screen $DISP 1920x1080x16 -ac -pn -noreset &
Xvfb -screen $DISP ${CUSTOM_XVFB_WxHxD:=1920x1080x16} -ac -pn -noreset &

$WINDOW_MANAGER &

Expand Down

0 comments on commit 7d03671

Please sign in to comment.