up vote 2 down vote favorite
share [g+] share [fb]

I want to run some xulrunner based program on EC2 - it will run automatically but it needs some display as far as I understand. That probably requires X11 with some dummy screen driver.

How can I do that? (or run xulrunner on EC2 otherwise).

link|improve this question

42% accept rate
feedback

migrated from stackoverflow.com Jan 20 '10 at 10:32

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 5 down vote accepted

Alternative solution: XVNC, which you can connect to with a VNC client if you want to see what is happening: http://www.csd.uwo.ca/~magi/doc/vnc/xvnc.html

link|improve this answer
feedback

Yes, a common solution to this is to run Xvfb, which is a X11 server with a virtual framebuffer. It doesn't actually display anything, but other than that it behaves exactly like any other X11 server.

link|improve this answer
feedback

Xvfb is an X server that does not actually connect to any hardware.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.