<?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 Re: Open X display remotely in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/open-x-display-remotely/m-p/3628581#M85239</link>
    <description>Hi &lt;BR /&gt;&lt;BR /&gt;On the remote host you need to disable X access control list &lt;BR /&gt;set dispalay first, depends on the shell you use, the syntax will be different.&lt;BR /&gt;&lt;BR /&gt;setenv DISPALY localhost:0 (C shell)&lt;BR /&gt;set DISPLAY=localhost:0 (bash)&lt;BR /&gt;&lt;BR /&gt;# xhost +&lt;BR /&gt;&lt;BR /&gt;this will allow any X client to connect to local display</description>
    <pubDate>Sun, 18 Sep 2005 23:15:11 GMT</pubDate>
    <dc:creator>njia_1</dc:creator>
    <dc:date>2005-09-18T23:15:11Z</dc:date>
    <item>
      <title>Open X display remotely</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-x-display-remotely/m-p/3628579#M85237</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;is posible open X display remotly, if it's posible what is the procedure to this, thank's</description>
      <pubDate>Sun, 18 Sep 2005 11:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-x-display-remotely/m-p/3628579#M85237</guid>
      <dc:creator>Luis Lugo</dc:creator>
      <dc:date>2005-09-18T11:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Open X display remotely</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-x-display-remotely/m-p/3628580#M85238</link>
      <description>Two things to do.&lt;BR /&gt;&lt;BR /&gt;1) Make sure port 7000 is open on every firewall between the server and client.&lt;BR /&gt;&lt;BR /&gt;2)On server &lt;BR /&gt;&lt;BR /&gt;export DISPLAY=&lt;IPADDRES_OF_CLIENT&gt;:0.0&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=192.168.0.40&lt;BR /&gt;&lt;BR /&gt;Then fire up X.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/IPADDRES_OF_CLIENT&gt;</description>
      <pubDate>Sun, 18 Sep 2005 16:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-x-display-remotely/m-p/3628580#M85238</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-18T16:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Open X display remotely</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-x-display-remotely/m-p/3628581#M85239</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;On the remote host you need to disable X access control list &lt;BR /&gt;set dispalay first, depends on the shell you use, the syntax will be different.&lt;BR /&gt;&lt;BR /&gt;setenv DISPALY localhost:0 (C shell)&lt;BR /&gt;set DISPLAY=localhost:0 (bash)&lt;BR /&gt;&lt;BR /&gt;# xhost +&lt;BR /&gt;&lt;BR /&gt;this will allow any X client to connect to local display</description>
      <pubDate>Sun, 18 Sep 2005 23:15:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-x-display-remotely/m-p/3628581#M85239</guid>
      <dc:creator>njia_1</dc:creator>
      <dc:date>2005-09-18T23:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Open X display remotely</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-x-display-remotely/m-p/3628582#M85240</link>
      <description>If the X server is running on server then you can setup DISPLAY variable to make X display on client machine.&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=(ip-address):0.0&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=10.31.77.89:0.0&lt;BR /&gt;&lt;BR /&gt;where, 10.31.77.89 is your machine Ip-address&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Mon, 19 Sep 2005 02:07:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-x-display-remotely/m-p/3628582#M85240</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-19T02:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Open X display remotely</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-x-display-remotely/m-p/3628583#M85241</link>
      <description>My first post is in error.&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=192.168.0.40:0.0&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 19 Sep 2005 03:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-x-display-remotely/m-p/3628583#M85241</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-19T03:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Open X display remotely</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-x-display-remotely/m-p/3628584#M85242</link>
      <description>You can also use XDMCP, to do that, you can run gdmsetup, enable XDMCP, then in another box type:&lt;BR /&gt;&lt;BR /&gt;X -query IP_OF_SERVER -once</description>
      <pubDate>Mon, 19 Sep 2005 05:01:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-x-display-remotely/m-p/3628584#M85242</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-19T05:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Open X display remotely</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-x-display-remotely/m-p/3628585#M85243</link>
      <description>FWIW, just a couple of little quibbles:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1)&lt;BR /&gt;to set environment variable in BASH, use&lt;BR /&gt;'export DISPLAY=..'  (not 'set DISPLAY ...')&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)&lt;BR /&gt;In X window protocol, the client/server relationship is reversed from what we normally think of.  Technically, you set DISPLAY to the X "server", not the the X client.&lt;BR /&gt;&lt;BR /&gt;The X "client" is the program that is actually using the DISPLAY variable to find a graphical display. The "X server" or "X window server" is a piece of software that understands X protocol and also has access to a graphical display and can convert the X protocol commands and requests to output on the display.&lt;BR /&gt;&lt;BR /&gt;When you are sitting at a graphical console on , er, what we normally call a server ;&amp;gt;), then the X client and X server are the on the same box.&lt;BR /&gt;&lt;BR /&gt;However, if you have X server software running on your PC, e.g., ReflectionX, then your PC has the X *server*.  The program, e.g., 'sam', on the login server is the X client.&lt;BR /&gt;&lt;BR /&gt;So,&lt;BR /&gt;&lt;BR /&gt;. we normally log in to a ("computing"?, "application"?, "hp"?) "server".&lt;BR /&gt;&lt;BR /&gt;. when we want to run an X program like 'sam', it is the X "client".&lt;BR /&gt;&lt;BR /&gt;. we then set DISPLAY to point to the X "server" (actually,&lt;BR /&gt; X_server:his_display#.the_screen#.&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bv</description>
      <pubDate>Mon, 19 Sep 2005 07:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-x-display-remotely/m-p/3628585#M85243</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2005-09-19T07:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Open X display remotely</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-x-display-remotely/m-p/3628586#M85244</link>
      <description>also when using ssh you don't need to bother with a lot of stuff, for running a remote command with X display exported you just use it as followed: ssh -X &lt;HOST&gt; &lt;COMMAND&gt;&lt;/COMMAND&gt;&lt;/HOST&gt;</description>
      <pubDate>Tue, 27 Sep 2005 09:01:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-x-display-remotely/m-p/3628586#M85244</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2005-09-27T09:01:08Z</dc:date>
    </item>
  </channel>
</rss>

