LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to emulate display? (https://www.linuxquestions.org/questions/linux-software-2/how-to-emulate-display-4175427191/)

guest 09-14-2012 02:54 AM

How to emulate display?
 
We're running http://simile.mit.edu/wiki/Crowbar and it's telling us we need a display.. how do we get around this? I'm thinking display emulation.

Does anyone have experience with this script?

Here's what happens:
[root]# xulrunner application.ini
Error: no display specified

414N 09-14-2012 03:32 AM

Seems like an X server is indeed needed to start the application.
Searching on Google for "headless xul applications" I've come across some comments which suggest to use Xvfb (read here and here for some tips) which is an X server with no graphical output (all graphics only go to memory).

guest 09-15-2012 04:31 AM

I've tried this already as well.. still the same output..

pan64 09-15-2012 04:56 AM

no display specified means the variable DISPLAY is not set. So you need to start an x server and set DISPLAY accordingly


All times are GMT -5. The time now is 07:39 AM.