February 14, 2015

How to run an X program on a headless Linux server



# apt-get install xvfb

# Xvfb -shmem -screen 0 1280x1024x24

 To test it you can run a following command:

# DISPLAY=:0 xdpyinfo


No comments:

Post a Comment