<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Remote_Visualisation</id>
	<title>Remote Visualisation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Remote_Visualisation"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Remote_Visualisation&amp;action=history"/>
	<updated>2026-05-05T01:23:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Remote_Visualisation&amp;diff=1439&amp;oldid=prev</id>
		<title>Michael: Created page with &quot;&#039;&#039;&#039;Note&#039;&#039;&#039;: Tested on a standard compute node in HPC 3.0. Node already has CUDA 4.0 installed with a number GL based RPMs. Not sure if these are required:  &lt;syntaxhighlight&gt; yum install ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Remote_Visualisation&amp;diff=1439&amp;oldid=prev"/>
		<updated>2012-12-07T12:23:56Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Note&amp;#039;&amp;#039;&amp;#039;: Tested on a standard compute node in HPC 3.0. Node already has CUDA 4.0 installed with a number GL based RPMs. Not sure if these are required:  &amp;lt;syntaxhighlight&amp;gt; yum install ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Note&amp;#039;&amp;#039;&amp;#039;: Tested on a standard compute node in HPC 3.0. Node already has CUDA 4.0 installed with a number GL based RPMs. Not sure if these are required: &lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
yum install libXi-devel libXmu-devel gcc kernel-devel gcc-c++ freeglut.i386 freeglut.x86_64 freeglut-devel glibc-devel kernel-source&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Installation Prerequisites =====&lt;br /&gt;
* Required libXaw and libXv&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# For turbovnc and virtualgl rpms&lt;br /&gt;
yum install libXv libXaw&lt;br /&gt;
&lt;br /&gt;
# for a desktop environment&lt;br /&gt;
yum groupinstall &amp;quot;GNOME Desktop Environment&amp;quot; &amp;quot;X Windows System&amp;quot;&lt;br /&gt;
yum install xorg-x11-server-Xorg xterm firefox&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
* Change runlevel to 5 and reboot. GDM needs to be running for vnc sessions to start up correctly.&lt;br /&gt;
* Setup xorg.conf using &amp;#039;&amp;#039;&amp;#039;nvidia-xconfig&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Install turbovnc and virtualgl =====&lt;br /&gt;
* Copies on PDD Applications (&amp;lt;file&amp;gt;\\srv-vfs2\PDD_DATA\Product Development\High Performance Computing\HPC Benchmarking\Applications|PDD Link&amp;lt;/file&amp;gt;) or http://www.virtualgl.org/Downloads&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
rpm -ivh turbovnc-1.0.1.x86_64.rpm VirtualGL-2.2.1.x86_64.rpm&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
vglserver_config +glx&lt;br /&gt;
usermod -a -G vglusers david&lt;br /&gt;
/opt/VirtualGL/bin/glxinfo -display :0 -c&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Setting up remote access =====&lt;br /&gt;
Use ssh for port forwarding:&lt;br /&gt;
* In this example&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;vhpchead&amp;#039;&amp;#039;&amp;#039; is the headnode used to access the cluster&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;viscomp000&amp;#039;&amp;#039;&amp;#039; is the node running vncserver which is used for remote visualisation&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;10001&amp;#039;&amp;#039;&amp;#039; is the port listening on your local desktop&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;5901&amp;#039;&amp;#039;&amp;#039; is the port listening for vnc connections on &amp;#039;&amp;#039;&amp;#039;viscomp000&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# On one terminal&lt;br /&gt;
ssh -L 10001:viscomp000:5901 vhpchead&lt;br /&gt;
&lt;br /&gt;
# Then on another local terminal&lt;br /&gt;
vncviewer localhost:10001&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===== HP RGS vs VirtualGL/TurboVNC =====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;RGS limitations:&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
*	HP hardware only (a problem for customers who want to keep things ‘open’)&lt;br /&gt;
*	Only supported on Windows &amp;amp; RHEL (not SLES)&lt;br /&gt;
*	Single session per server  &lt;br /&gt;
*	No dynamic resolution&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;VirtualGL limitations:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*	Does not fully support the OGL standard&lt;br /&gt;
*	No dynamic resolution&lt;br /&gt;
*	The way it is run (requires “virtualgl” in front of the application command&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
</feed>