This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Recipe on running Unity (or any OpenGL based application) offscreen on your local Linux machine. | |
# Requirement: X server, NVIDIA drivers installed and working correctly. | |
# Tested on Ubuntu14.04. | |
# Summary: install XDummy and VirtualGL, configure virtual framebuffer, run your application via VirtualGL | |
# install XDummy | |
sudo apt-get update | |
sudo apt-get install xorg-video-abi-15 xserver-xorg-video-dummy |