<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Installing or running SAMSON on Ubuntu 17.04 and later versions]]></title><description><![CDATA[<p dir="auto">If you experience some problems installing or running SAMSON on Ubuntu 17.04 or later with Nvidia GPU, it might be due to problems between Nvidia driver and GNOME Display Manager (gdm3). This might be caused by Wayland. You may try to use the Xorg display server instead of Wayland. For that, at the login console choose Xorg server instead of Wayland, or uncomment the line <code>#WaylandEnable=false</code> in the file <code>/etc/gdm3/custom.conf</code>.</p>
<p dir="auto">Before installing Nvidia driver, <a href="http://www.nvidia.com/Download/index.aspx?lang=en-us" rel="nofollow ugc">check which Nvidia driver version is compatible with your GPU</a>. To check which GPU you have, run this command:</p>
<pre><code class="language-shell">lspci | grep VGA
</code></pre>
<p dir="auto">To install Nvidia driver, run the following command with the version that supports your GPU:</p>
<pre><code class="language-shell">sudo apt-get install nvidia-xxx
</code></pre>
<p dir="auto">If you still experience some problems with Nvidia drivers and GNOME Display Manager with Xorg server, you may try to switch to LightDM display manager (Canonical's solution for a display manager). To switch to lightdm, run the following command:</p>
<pre><code class="language-shell">sudo dpkg-reconfigure lightdm
</code></pre>
<p dir="auto">or if it was not previously installed run:</p>
<pre><code class="language-shell">sudo apt-get install lightdm
</code></pre>
<p dir="auto">and choose lightdm.</p>
<p dir="auto">To check which display manager is currently being used, run this command:</p>
<pre><code class="language-shell">cat /etc/X11/default-display-manager
</code></pre>
<p dir="auto">If you cannot install or run SAMSON because there is no <code>libOpenGL</code> or <code>libGLX</code>, check if they present in the system by running the following commands:</p>
<pre><code class="language-shell">sudo updatedb
locate libOpenGL.so
locate libGLX.so
</code></pre>
<p dir="auto">If a driver you installed does not provide <code>libOpenGL</code>, you may try to install <code>libopengl0</code> (a vendor-neutral dispatch layer):</p>
<pre><code class="language-shell">sudo apt-get install libopengl0
</code></pre>
<p dir="auto">If you have no <code>libGLX</code> installed, you may create a symbolic link to <code>libGL</code> provided by Nvidia driver (not by <code>mesa</code>):</p>
<pre><code class="language-shell">locate libGL.so
sudo ln -s /usr/lib/nvidia-xxx/libGL.so /usr/lib/x86_64-linux-gnu/libGLX.so.0 
</code></pre>
]]></description><link>https://forum.samson-connect.net/topic/37/installing-or-running-samson-on-ubuntu-17-04-and-later-versions</link><generator>RSS for Node</generator><lastBuildDate>Sat, 05 Sep 2026 23:57:58 GMT</lastBuildDate><atom:link href="https://forum.samson-connect.net/topic/37.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 29 Mar 2018 10:26:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Installing or running SAMSON on Ubuntu 17.04 and later versions on Fri, 08 Mar 2019 06:26:04 GMT]]></title><description><![CDATA[<p dir="auto">Installation is done.</p>
]]></description><link>https://forum.samson-connect.net/post/473</link><guid isPermaLink="true">https://forum.samson-connect.net/post/473</guid><dc:creator><![CDATA[Subhajig]]></dc:creator><pubDate>Fri, 08 Mar 2019 06:26:04 GMT</pubDate></item><item><title><![CDATA[Reply to Installing or running SAMSON on Ubuntu 17.04 and later versions on Fri, 08 Mar 2019 06:22:15 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
Thank you for your <a href="http://help.It" rel="nofollow ugc">help.It</a> worked fine.But Now I have another <a href="http://problem.In" rel="nofollow ugc">problem.In</a> SAMSON installer tab I 'm not able to write samson key after giving my email address,<br />
So installation is not being started.</p>
]]></description><link>https://forum.samson-connect.net/post/472</link><guid isPermaLink="true">https://forum.samson-connect.net/post/472</guid><dc:creator><![CDATA[Subhajig]]></dc:creator><pubDate>Fri, 08 Mar 2019 06:22:15 GMT</pubDate></item><item><title><![CDATA[Reply to Installing or running SAMSON on Ubuntu 17.04 and later versions on Thu, 07 Mar 2019 17:49:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.samson-connect.net/uid/173">@Subhajig</a></p>
<p dir="auto">Could you, please, double-check whether <code>libgl1-mesa-dev</code> is installed:</p>
<pre><code class="language-sh">sudo apt-get install build-essential mesa-utils libgl1-mesa-dev
</code></pre>
<p dir="auto">Please, check the <a href="https://documentation.samson-connect.net/users/latest/user_guide_getting_started.html#userGuideTroubleshooting" rel="nofollow ugc">troubleshooting section of the SAMSON Installation guide</a>.<br />
You can do a symlink to the <code>libQt5OpenGL.so</code> shipped together with SAMSON:</p>
<pre><code class="language-sh">ln -s $HOME/NANO-D/SAMSON/0.7.0/Binaries/SAMSONQtLibs/libQt5OpenGL.so $HOME/NANO-D/SAMSON/0.7.0/Binaries/SAMSONQtLibs/libOpenGL.so.0
</code></pre>
<p dir="auto">or you can install <code>compiz</code> and create symlink to its OpenGL:</p>
<pre><code class="language-sh">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
</code></pre>
]]></description><link>https://forum.samson-connect.net/post/470</link><guid isPermaLink="true">https://forum.samson-connect.net/post/470</guid><dc:creator><![CDATA[DmitriyMarin]]></dc:creator><pubDate>Thu, 07 Mar 2019 17:49:38 GMT</pubDate></item><item><title><![CDATA[Reply to Installing or running SAMSON on Ubuntu 17.04 and later versions on Thu, 07 Mar 2019 17:19:35 GMT]]></title><description><![CDATA[<p dir="auto">After giving command 'locate <a href="http://libOpenGL.so" rel="nofollow ugc">libOpenGL.so</a>'  i'm not getting any output.</p>
]]></description><link>https://forum.samson-connect.net/post/469</link><guid isPermaLink="true">https://forum.samson-connect.net/post/469</guid><dc:creator><![CDATA[Subhajig]]></dc:creator><pubDate>Thu, 07 Mar 2019 17:19:35 GMT</pubDate></item><item><title><![CDATA[Reply to Installing or running SAMSON on Ubuntu 17.04 and later versions on Thu, 07 Mar 2019 17:16:05 GMT]]></title><description><![CDATA[<p dir="auto">Does the command <code>locate libOpenGL.so</code> show you <code>libOpenGL.so</code> or not?<br />
The symlink can be created in the terminal as follows:</p>
<pre><code class="language-sh">ln -s target linkname
</code></pre>
]]></description><link>https://forum.samson-connect.net/post/468</link><guid isPermaLink="true">https://forum.samson-connect.net/post/468</guid><dc:creator><![CDATA[DmitriyMarin]]></dc:creator><pubDate>Thu, 07 Mar 2019 17:16:05 GMT</pubDate></item><item><title><![CDATA[Reply to Installing or running SAMSON on Ubuntu 17.04 and later versions on Thu, 07 Mar 2019 17:08:19 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
Thank you for your reply.Could you please tell me how will I create a symlink.</p>
]]></description><link>https://forum.samson-connect.net/post/467</link><guid isPermaLink="true">https://forum.samson-connect.net/post/467</guid><dc:creator><![CDATA[Subhajig]]></dc:creator><pubDate>Thu, 07 Mar 2019 17:08:19 GMT</pubDate></item><item><title><![CDATA[Reply to Installing or running SAMSON on Ubuntu 17.04 and later versions on Thu, 07 Mar 2019 16:46:43 GMT]]></title><description><![CDATA[<p dir="auto">Could you please run the following command in the terminal and post it here:</p>
<pre><code>locate libOpenGL.so
</code></pre>
<p dir="auto">If you see in the result, for example, <code>/usr/lib/x86_64-linux-gnu/libOpenGL.so</code> but no <code>libOpenGL.so.0</code>, you will need to create a symlink.</p>
]]></description><link>https://forum.samson-connect.net/post/466</link><guid isPermaLink="true">https://forum.samson-connect.net/post/466</guid><dc:creator><![CDATA[DmitriyMarin]]></dc:creator><pubDate>Thu, 07 Mar 2019 16:46:43 GMT</pubDate></item><item><title><![CDATA[Reply to Installing or running SAMSON on Ubuntu 17.04 and later versions on Thu, 07 Mar 2019 16:32:15 GMT]]></title><description><![CDATA[<p dir="auto">I'm getting following<br />
OpenGL vendor string: Intel Open Source Technology Center<br />
OpenGL renderer string: Mesa DRI Intel(R) Haswell Desktop<br />
OpenGL core profile version string: 3.3 (Core Profile) Mesa 17.2.8<br />
OpenGL core profile shading language version string: 3.30<br />
OpenGL core profile context flags: (none)<br />
OpenGL core profile profile mask: core profile<br />
OpenGL core profile extensions:<br />
OpenGL version string: 3.0 Mesa 17.2.8<br />
OpenGL shading language version string: 1.30<br />
OpenGL context flags: (none)<br />
OpenGL extensions:<br />
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 17.2.8<br />
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00<br />
OpenGL ES profile extensions:</p>
]]></description><link>https://forum.samson-connect.net/post/465</link><guid isPermaLink="true">https://forum.samson-connect.net/post/465</guid><dc:creator><![CDATA[Subhajig]]></dc:creator><pubDate>Thu, 07 Mar 2019 16:32:15 GMT</pubDate></item><item><title><![CDATA[Reply to Installing or running SAMSON on Ubuntu 17.04 and later versions on Thu, 07 Mar 2019 16:30:49 GMT]]></title><description><![CDATA[<p dir="auto">Please, post the output of the following command:</p>
<pre><code>glxinfo | grep OpenGL
</code></pre>
]]></description><link>https://forum.samson-connect.net/post/464</link><guid isPermaLink="true">https://forum.samson-connect.net/post/464</guid><dc:creator><![CDATA[DmitriyMarin]]></dc:creator><pubDate>Thu, 07 Mar 2019 16:30:49 GMT</pubDate></item><item><title><![CDATA[Reply to Installing or running SAMSON on Ubuntu 17.04 and later versions on Thu, 07 Mar 2019 16:28:04 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
Sorry for delay.After installing mesa also I'm getting same error.Please give some suggestions to avoid this issues.<br />
Thank in advance<br />
Subhajit</p>
]]></description><link>https://forum.samson-connect.net/post/463</link><guid isPermaLink="true">https://forum.samson-connect.net/post/463</guid><dc:creator><![CDATA[Subhajig]]></dc:creator><pubDate>Thu, 07 Mar 2019 16:28:04 GMT</pubDate></item><item><title><![CDATA[Reply to Installing or running SAMSON on Ubuntu 17.04 and later versions on Thu, 07 Mar 2019 10:02:09 GMT]]></title><description><![CDATA[<p dir="auto">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.</p>
<p dir="auto">Could you, please, check the result of the following command in your terminal:</p>
<pre><code class="language-sh">glxinfo | grep OpenGL
</code></pre>
<p dir="auto">If you see "The program 'glxinfo' is currently not installed", you will need to install the <code>mesa</code>:</p>
<pre><code class="language-sh">sudo apt-get install build-essential mesa-utils libgl1-mesa-dev
</code></pre>
<p dir="auto">After the installation, try the <code>glxinfo | grep OpenGL</code> command again in the terminal.</p>
]]></description><link>https://forum.samson-connect.net/post/462</link><guid isPermaLink="true">https://forum.samson-connect.net/post/462</guid><dc:creator><![CDATA[DmitriyMarin]]></dc:creator><pubDate>Thu, 07 Mar 2019 10:02:09 GMT</pubDate></item><item><title><![CDATA[Reply to Installing or running SAMSON on Ubuntu 17.04 and later versions on Thu, 07 Mar 2019 09:52:45 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for quick reply,<br />
My UBUNTU version is 16.04.4 LTS.<br />
After giving "1spci | grep VGA" i'm getting following<br />
"00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)"<br />
Thanks in advance.</p>
]]></description><link>https://forum.samson-connect.net/post/461</link><guid isPermaLink="true">https://forum.samson-connect.net/post/461</guid><dc:creator><![CDATA[Subhajig]]></dc:creator><pubDate>Thu, 07 Mar 2019 09:52:45 GMT</pubDate></item><item><title><![CDATA[Reply to Installing or running SAMSON on Ubuntu 17.04 and later versions on Thu, 07 Mar 2019 09:44:05 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.samson-connect.net/uid/173">@Subhajig</a> ,<br />
What Ubuntu version do you have?<br />
Do you have an Nvidia GPU? You can check it with the following command in the terminal:</p>
<pre><code class="language-sh">lspci | grep VGA
</code></pre>
]]></description><link>https://forum.samson-connect.net/post/460</link><guid isPermaLink="true">https://forum.samson-connect.net/post/460</guid><dc:creator><![CDATA[DmitriyMarin]]></dc:creator><pubDate>Thu, 07 Mar 2019 09:44:05 GMT</pubDate></item><item><title><![CDATA[Reply to Installing or running SAMSON on Ubuntu 17.04 and later versions on Thu, 07 Mar 2019 09:38:30 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I'm trying to install SAMSON on UBUNTU.After giving command  "../SAMSON-Setup.run" i'm getting the following error<br />
./InstallSAMSON: error while loading shared libraries: libOpenGL.so.0: cannot open shared object file: No such file or directory<br />
restoring context.<br />
Please advise how to avoid this error.</p>
<p dir="auto">Thank in advance.</p>
]]></description><link>https://forum.samson-connect.net/post/459</link><guid isPermaLink="true">https://forum.samson-connect.net/post/459</guid><dc:creator><![CDATA[Subhajig]]></dc:creator><pubDate>Thu, 07 Mar 2019 09:38:30 GMT</pubDate></item></channel></rss>