<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Setting up VNC in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/setting-up-vnc/m-p/2611302#M846</link>
    <description>How do you set-up VNC server on Linux? Sorry, I am really new at this so please bear with me. (I will respond in kind with points) Thanks.</description>
    <pubDate>Sat, 10 Nov 2001 00:39:48 GMT</pubDate>
    <dc:creator>Frederick Maulion</dc:creator>
    <dc:date>2001-11-10T00:39:48Z</dc:date>
    <item>
      <title>Setting up VNC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setting-up-vnc/m-p/2611302#M846</link>
      <description>How do you set-up VNC server on Linux? Sorry, I am really new at this so please bear with me. (I will respond in kind with points) Thanks.</description>
      <pubDate>Sat, 10 Nov 2001 00:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setting-up-vnc/m-p/2611302#M846</guid>
      <dc:creator>Frederick Maulion</dc:creator>
      <dc:date>2001-11-10T00:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up VNC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setting-up-vnc/m-p/2611303#M847</link>
      <description>Actually, it's really quite simple. Obtain the source or binary packages for the architecture you want from: &lt;BR /&gt;&lt;A href="http://www.uk.research.att.com/vnc/index.html" target="_blank"&gt;http://www.uk.research.att.com/vnc/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you are compiling source code, do so from the recommended directory as a non-root user and install as root. &lt;BR /&gt;&lt;BR /&gt;The binaries come with RedHat distributions now, so you may already have them.&lt;BR /&gt;To start the server, enter &lt;BR /&gt;&lt;BR /&gt;&lt;PATH_TO_THE_EXECUTABLE&gt;/vncserver :&lt;DISPLAY_NUMBER&gt;&lt;BR /&gt;&lt;BR /&gt;Be aware that whichever user runs this command, that's the desktop that will be displayed for the one connecting to the session. &lt;BR /&gt;&lt;BR /&gt;To change the desktop settings, checkout /usr/share/apps/switchdesk/Xclients.&lt;WINDOW manager=""&gt; --or whereever your distribution has these things located.&lt;BR /&gt;&lt;BR /&gt;This should get you started.&lt;/WINDOW&gt;&lt;/DISPLAY_NUMBER&gt;&lt;/PATH_TO_THE_EXECUTABLE&gt;</description>
      <pubDate>Sat, 10 Nov 2001 01:34:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setting-up-vnc/m-p/2611303#M847</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2001-11-10T01:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up VNC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setting-up-vnc/m-p/2611304#M848</link>
      <description>Hello Frederick,&lt;BR /&gt;&lt;BR /&gt;VNC is composed of two parts: The server and the client. I'm assuming here you want to install both, so, let's go:&lt;BR /&gt;&lt;BR /&gt;1) Download VNC from &lt;A href="http://www.uk.research.att.com/vnc/download.html." target="_blank"&gt;http://www.uk.research.att.com/vnc/download.html.&lt;/A&gt; You can download the 'binary' version for your operating system to make your life easier. I'll assume you're downloading the Linux version. Choose the 'tar.gz' version.&lt;BR /&gt;&lt;BR /&gt;2) Install VNC. That's a very easy step since you downloaded the binary package. Just login as root and type:&lt;BR /&gt;&lt;BR /&gt;cd /usr/local&lt;BR /&gt;&lt;BR /&gt;tar zxvf the_vnc_tar_file_you_downloaded.tar.gz&lt;BR /&gt;&lt;BR /&gt;You should have now a subdirectory under /usr/local (something like vnc_x86_linux_20)&lt;BR /&gt;&lt;BR /&gt;3) Under this directory you will find both the server the the client. You'll want to start the server first. Locate the 'vncserver' file and run it with something like:&lt;BR /&gt;&lt;BR /&gt;cd /usr/local/vnc_x86_linux_20&lt;BR /&gt;./vncserver :5&lt;BR /&gt;&lt;BR /&gt;(You may omit the :5. This is just an arbitrary X display number. Remember that if you already have a X display running on that machine, it'll probably be 0, so avoid :0)&lt;BR /&gt;&lt;BR /&gt;4) It's time to test now your vncserver. Try (from that directory):&lt;BR /&gt;&lt;BR /&gt;./vncviewer localhost&lt;BR /&gt;&lt;BR /&gt;This should open a window with your Xvnc server on it.&lt;BR /&gt;&lt;BR /&gt;Later, you may want to start your vncserver automatically and assign a password.&lt;BR /&gt;&lt;BR /&gt;PS: I'm typing these instructions in the absence of my Linux box to verify the correct operation. Details may be missing. Anyway, I believe it will give you an idea to keep going in the right direction.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Nov 2001 01:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setting-up-vnc/m-p/2611304#M848</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-10T01:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up VNC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setting-up-vnc/m-p/2611305#M849</link>
      <description>I already did the deed as you suggested. But the Linux box won't even connect to itself, let alone allow an external PC (Win95) to connect to it.&lt;BR /&gt;&lt;BR /&gt;Here was the message displayed after I typed in:&lt;BR /&gt;&lt;BR /&gt;/vncviewer localhost&lt;BR /&gt;vncviewer:ConnectToTcpAddr: connect: Connection refused&lt;BR /&gt;Unable to connect to VNC server&lt;BR /&gt;&lt;BR /&gt;Help!!!</description>
      <pubDate>Sat, 10 Nov 2001 03:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setting-up-vnc/m-p/2611305#M849</guid>
      <dc:creator>Frederick Maulion</dc:creator>
      <dc:date>2001-11-10T03:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up VNC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setting-up-vnc/m-p/2611306#M850</link>
      <description>Hello Frederick!&lt;BR /&gt;&lt;BR /&gt;Did you start your vncserver correctly? vncserver *needs* Xvnc on its path or else it won't work.&lt;BR /&gt;&lt;BR /&gt;Login as root and try:&lt;BR /&gt;(I'm supposing you installed vnc on /usr/local/vnc_x86_linux_2.0)&lt;BR /&gt;&lt;BR /&gt;export PATH=$PATH:/usr/local/vnc_x86_linux_2.0&lt;BR /&gt;cd /usr/local/vnc_x86_linux_2.0&lt;BR /&gt;./vncserver&lt;BR /&gt;&lt;BR /&gt;Make sure you see no error messages. After that, do&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep -i xvnc&lt;BR /&gt;&lt;BR /&gt;and make sure Xvnc is running.&lt;BR /&gt;&lt;BR /&gt;Try ./vncviewer 127.0.0.1 and let me know what happens.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Nov 2001 04:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setting-up-vnc/m-p/2611306#M850</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-10T04:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up VNC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setting-up-vnc/m-p/2611307#M851</link>
      <description>Tried as you suggested. Xvnc is running. ./vncserver went without a hitch. But&lt;BR /&gt;./vncviewer 127.0.0.1 still generated an error of "vncviewerUnable to connect to VNC server".&lt;BR /&gt;&lt;BR /&gt;Frederick</description>
      <pubDate>Sat, 10 Nov 2001 06:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setting-up-vnc/m-p/2611307#M851</guid>
      <dc:creator>Frederick Maulion</dc:creator>
      <dc:date>2001-11-10T06:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up VNC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setting-up-vnc/m-p/2611308#M852</link>
      <description>Hello Frederick:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;One point: Try to start vncserver in the same way as described above, but using the same user that started the current X environment (not root). Also, VNCserver writes a log to your ~/.vnc. Take a look there and send me anything you find relevant.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Nov 2001 16:23:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setting-up-vnc/m-p/2611308#M852</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-10T16:23:28Z</dc:date>
    </item>
  </channel>
</rss>

