Openspades maxed out video:
Free open-source voxel called Openspades with visuals maxed. - YouTube
OS: Xubuntu 16.04
Kernel 4.6.2 compiled by me using -O3 -march=bdver2
Nvidia driver 367.18 (367.27 had some performance issues so I downgraded)
For those who have never compiled anything in Linux, it's really easy and typically goes like this for Openspades:
mkdir source
cd source
git clone GitHub - yvt/openspades: Compatible client of Ace of Spades 0.75 && cd openspades
mkdir build
cd build
cmake … -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -march=native" -DCMAKE_C_FLAGS="-O3 -march=native" -DCMAKE_X_CFLAGS="-O3 -march=native"
** When you first run cmake, you're going to see a lot of missing dependancies. Use Synaptic to install each one until cmake runs without errors **
make -jgetconf _NPROCESSORS_ONLN
sudo checkinstall --install=no
sudo dpkg -i *.deb
DONE!