neural-blend-shapes icon indicating copy to clipboard operation
neural-blend-shapes copied to clipboard

Instructions to run Blender Eevee under a headless machine

Open fire opened this issue 4 years ago • 0 comments

  1. sudo apt install -y -q xvfb unzip wget flatpak
  2. sudo flatpak remote-add --if-not-exists flathub https://flathub.org repo/flathub.flatpakrepo
  3. sudo flatpak install flathub org.blender.Blender -y
  4. sudo flatpak override org.blender.Blender --talk-name=org.freedesktop.Flatpak
DRI_PRIME=0 xvfb-run --auto-servernum flatpak run org.blender.Blender --background --python `pwd`/run.py -- `pwd

Tested on Ubuntu 18.04

fire avatar Jul 14 '21 06:07 fire