Installing or running SAMSON on Ubuntu 17.04 and later versions
-
It seems that your system does not have a dedicated GPU. You should be able to run SAMSON with Intel (with built-in graphics), but you may lack some SAMSON features, which relies on GPU.
Could you, please, check the result of the following command in your terminal:
glxinfo | grep OpenGLIf you see "The program 'glxinfo' is currently not installed", you will need to install the
mesa:sudo apt-get install build-essential mesa-utils libgl1-mesa-devAfter the installation, try the
glxinfo | grep OpenGLcommand again in the terminal. -
Hi,
Sorry for delay.After installing mesa also I'm getting same error.Please give some suggestions to avoid this issues.
Thank in advance
Subhajit -
Please, post the output of the following command:
glxinfo | grep OpenGL -
I'm getting following
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Haswell Desktop
OpenGL core profile version string: 3.3 (Core Profile) Mesa 17.2.8
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 17.2.8
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 17.2.8
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions: -
Could you please run the following command in the terminal and post it here:
locate libOpenGL.soIf you see in the result, for example,
/usr/lib/x86_64-linux-gnu/libOpenGL.sobut nolibOpenGL.so.0, you will need to create a symlink. -
Hi,
Thank you for your reply.Could you please tell me how will I create a symlink. -
Does the command
locate libOpenGL.soshow youlibOpenGL.soor not?
The symlink can be created in the terminal as follows:ln -s target linkname -
After giving command 'locate libOpenGL.so' i'm not getting any output.
-
Could you, please, double-check whether
libgl1-mesa-devis installed:sudo apt-get install build-essential mesa-utils libgl1-mesa-devPlease, check the troubleshooting section of the SAMSON Installation guide.
You can do a symlink to thelibQt5OpenGL.soshipped together with SAMSON:ln -s $HOME/NANO-D/SAMSON/0.7.0/Binaries/SAMSONQtLibs/libQt5OpenGL.so $HOME/NANO-D/SAMSON/0.7.0/Binaries/SAMSONQtLibs/libOpenGL.so.0or you can install
compizand create symlink to its OpenGL:sudo apt-get install compiz-dev sudo ln -s /usr/lib/x86_64-linux-gnu/compiz/libopengl.so $HOME/NANO-D/SAMSON/0.7.0/Binaries/SAMSONQtLibs/libOpenGL.so.0 -
Hi
Thank you for your help.It worked fine.But Now I have another problem.In SAMSON installer tab I 'm not able to write samson key after giving my email address,
So installation is not being started. -
Installation is done.