Search found 1 match
- Sun Oct 11, 2020 9:35 pm
- Forum: Questions
- Topic: Headless command line mode?
- Replies: 2
- Views: 2723
Re: Headless command line mode?
You can use cloudcompare headless by running it in xvfb, which implements the X server protocol, and to the cloudcompare executable, makes it look like there is an active X server. xvfb can be installed with apt like so: sudo apt-get install xvfb and you can run your command like like so: xvfb-run C...