Please not that the distribution by the OPM Project will be updated some time after the release of a new version on GitHub.
On the command line do:
sudo apt-get update
sudo apt-get install software-properties-common
sudo apt-add-repository ppa:opm/ppa
sudo apt-get update
sudo apt-get install resinsight
sudo apt-get install octave-resinsight
Launch the application using the command ResInsight
For further installation details, see the ResInsight distribution on Opm Project Downloading and Installing.
The binary distributions does not support ABAQUS odb files. For building ResInsight with ABAQUS support, see Build Instructions.
If you are using a version of Qt that is not available in system path, you need to do the following to make runtime Qt paths available to ResInsight
export LD_LIBRARY_PATH=/path_to_qt
export QT_PLUGIN_PATH=/path_to_qt/plugins:$QT_PLUGIN_PATH
By default, icons are not visible in menus in the GNOME desktop environment. ResInsight has icons for many menu items, and icons can be set visible by issuing the following commands (Tested on RHEL6) :
gconftool-2 --type boolean --set /desktop/gnome/interface/buttons_have_icons true
gconftool-2 --type boolean --set /desktop/gnome/interface/menus_have_icons true
This fix was taken from reply number 11 in this thread
octave-cli
Uncheck Settings->Display->Enable 3D Acceleration. Disabling this option will cause OpenGL operations to be executed in software, so the the performance of graphics operations in ResInsight will be slower, but will not crash.
Here is a pointer addressing the issue with Virtual Box, this is not testes by us:
https://superuser.com/questions/541537/how-to-solve-issues-with-shader-model-in-virtualbox