run xvfb w/o sudo

This commit is contained in:
andreika-git 2022-05-21 18:15:29 +03:00
parent eabaf06be7
commit 7ef7b566dd
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ fi
# start virtual framebuffer (should be already installed)
export DISPLAY=:99.0
sudo Xvfb :99 -screen 0 640x480x24 &
Xvfb :99 -screen 0 640x480x24 &
echo "Processing ${board_prefix} board..."
if ! $python_bin bin/process_board.py ${board_prefix} ${project_base} ${frame_name} ${frame_rev} ${bom_replace} ${comp_img_offset}; then