The installer is only ~50 Mb. The application will download additional data (the download size is depending on your machine's GPU capabilites, 40-180 Mb).
$ chmod +x gfxbench_gl-linux-qt-4.0.0+community_64bit.sh$ ./gfxbench_gl-linux-qt-4.0.0+community_64bit.shThe necessary packages out of the box has been installed on Ubuntu 14.04 Trusty. On Fedora 23 Workstation Edition, the libpng12 package has to be installed: $ sudo dnf install libpng12
$ cd gfxbench_gl-linux-qt-4.0.0+community$ ./start.shOn AMD Radeon Car Chase may contain rendering artifacts.
Workaround for crash on Debian 8 (Intel GPU). Create a file /etc/X11/xorg.conf.d/20-intel.conf with the following content:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
EndSection
and restart X.