GL O.B.S. : GL Open Benchmark Suite
Here's a nice HOWTO on installing GL O.B.S. : GL Open Benchmark Suite on Ubuntu. Though it's still in the alpha phase it's quiet stable and runs remarkable well. It's recommended to use the latest version of Nvidia's binary driver both for GL O.B.S. and for 3D stuff in general.
Before Installing
Make sure that the 3D graphic driver is set up properly and your sourcelist is also set up correctly before installing GL O.B.S.
Next thing is to download the compiling tools and the libs to compile, build and install GL O.B.S.
Open the terminal and type;
sudo aptitude update && sudo aptitude upgrade
sudo aptitude install build-essential subversion scons
sudo aptitude install libsdl-image1.2-dev libsqlite0-dev libsqlite3-0 libsqlite3-dev python-gnome2-dev python-gobject-dev python-gtk2-dev python2.4-opengl x11proto-gl-dev libgtk2.0-dev python2.4-pysqlite2 freeglut3-dev python-numeric epydoc-doc
Now you're ready to compile, build and install GL O.B.S.
Installing
Now to the compiling and installing, type the following commands;
cd && cd Desktop
svn co https://svn.sourceforge.net/svnroot/globs/globs/trunk globs
svn co https://svn.sourceforge.net/svnroot/globs/benchmarks/trunk globs/src/benchmarks
cd globs
scons
sudo scons install prefix=/usr
sudo python patchdir.py prefix=/usr
sudo python setup.py install --prefix=/usr
Last step is making an application launcher;
sudo rm -f /usr/share/applications/globs.desktop
sudo nano /usr/share/applications/globs.desktop
Add the following;
[Desktop Entry]
Name=GL O.B.S.
Comment=OpenGL Benchmark Utility
Exec=globs %F
Icon=/usr/share/globs/pixmaps/globs.png
Terminal=false
Type=Application
Categories=Application;System;
Save & Exit
You can now start GLobs in the Application tab ---> System Tools or type globs in the terminal.
More about GL O.B.S.: http://globs.sourceforge.net







