Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sterin
sterin / opengl-ubuntu-ec2-install.md
Created September 14, 2017 00:10 — forked from dgoguerra/opengl-ubuntu-ec2-install.md
Set up OpenGL on a Ubuntu 16.04 g2.2xlarge EC2 machine (following https://stackoverflow.com/q/19856192)

Steps from https://stackoverflow.com/q/19856192 with minor changes to work on Ubuntu 16.04.

# Install the Nvidia driver
sudo apt-add-repository ppa:ubuntu-x-swat/updates
sudo apt-get update
sudo apt-get install nvidia-current

# Driver installation needs reboot
sudo reboot now