<?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: x display on Linux AS 4.0 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/x-display-on-linux-as-4-0/m-p/3705155#M85673</link>
    <description>Why it is happening locally on my monitor connected direct to my server? &lt;BR /&gt;&lt;BR /&gt;You have to have X client software to load the X windows in DISPLAY variable set machine. &lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
    <pubDate>Tue, 10 Jan 2006 05:43:38 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2006-01-10T05:43:38Z</dc:date>
    <item>
      <title>x display on Linux AS 4.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/x-display-on-linux-as-4-0/m-p/3705152#M85670</link>
      <description>Hi Forumer,&lt;BR /&gt;&lt;BR /&gt;I login as user appuser locally and perform export DISPLAY=&lt;LOCAL ip=""&gt;:0.0&lt;BR /&gt;&lt;BR /&gt;But when running xclock it is prompting display not set.&lt;BR /&gt;&lt;BR /&gt;But when i run remotely from my laptop and having software X CLIENT REFLECTION started and i perform the same export DISPLAY it is OK.&lt;BR /&gt;&lt;BR /&gt;Query: Why it is happening locally on my monitor connected direct to my server? for root user it is OK.&lt;BR /&gt;&lt;BR /&gt;Need forumers advise.&lt;BR /&gt;&lt;BR /&gt;Thanks/cliff&lt;/LOCAL&gt;</description>
      <pubDate>Mon, 09 Jan 2006 07:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/x-display-on-linux-as-4-0/m-p/3705152#M85670</guid>
      <dc:creator>Cliff Lim Kok Hwee</dc:creator>
      <dc:date>2006-01-09T07:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: x display on Linux AS 4.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/x-display-on-linux-as-4-0/m-p/3705153#M85671</link>
      <description>There are several possible reasons.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To make X display connection work, these things must be true:&lt;BR /&gt;&lt;BR /&gt;1.) the DISPLAY variable must be set (you know that...)&lt;BR /&gt;&lt;BR /&gt;2.) the X display must allow connection (Reflection may allow any connection by default, but most Linux distributions require the correct authentication). &lt;BR /&gt;&lt;BR /&gt;When you log on to Linux graphically, the authentication information is stored in ".Xauthority" file, which is normally in your home directory. If you use another username or move to another host, you must either disable the authentication (NOT RECOMMENDED) or carry the authentication data to the other host/user account.&lt;BR /&gt;&lt;BR /&gt;You can extract the authentication data to a file like this: (on a computer+user which HAS the display)&lt;BR /&gt;  xauth extract auth_file "$DISPLAY"&lt;BR /&gt;&lt;BR /&gt;Then you must move the auth_file to such a place that it is readable to the computer+user which NEEDS the display, set the DISPLAY variable, and do this:&lt;BR /&gt;  xauth merge auth_file&lt;BR /&gt;&lt;BR /&gt;3.) The X display system must allow TCP connections. Reflection and "old" Unix servers allow this by default, but most new Linux distributions have this disabled.&lt;BR /&gt;&lt;BR /&gt;This is set when starting the X display system. If you're using XDM as your login dialog, check the file /etc/X11/xdm/Xserver.&lt;BR /&gt;Usually there is only one line without the comment sign ("#"). If there is a "-nolisten tcp" option on that line, the display system will accept only local connections (in technical terms, only "Unix domain socket" connections).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you use the SSH protocol and its built-in X display forwarding, all these three things are handled automatically:&lt;BR /&gt;1.) when connecting from a computer that has DISPLAY set, it automatically makes a correct DISPLAY setting for the destination computer. (It will look a little strange, but it works!)&lt;BR /&gt;&lt;BR /&gt;2.) SSH handles X authentication keys automatically, you don't need to do anything for that&lt;BR /&gt;&lt;BR /&gt;3.) Since the X connection is forwarded "inside" the SSH connection, the X display system sees it as a local connection. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;By the way, this may sound strange but Reflection is actually an "X server", not an "X client". The applications which need something displayed to the user are X clients. The thing that actually puts the images to the screen is the X server.&lt;BR /&gt;This is very confusing, but the X protocol specification says so.</description>
      <pubDate>Mon, 09 Jan 2006 08:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/x-display-on-linux-as-4-0/m-p/3705153#M85671</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2006-01-09T08:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: x display on Linux AS 4.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/x-display-on-linux-as-4-0/m-p/3705154#M85672</link>
      <description>Hi Cliff,&lt;BR /&gt;&lt;BR /&gt;Is /etc/hosts properly configured ?&lt;BR /&gt;Mine contains :&lt;BR /&gt;&lt;BR /&gt;127.0.0.1       localhost loopback&lt;BR /&gt;&lt;BR /&gt;Good lcuk.&lt;BR /&gt;Kodjo</description>
      <pubDate>Mon, 09 Jan 2006 16:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/x-display-on-linux-as-4-0/m-p/3705154#M85672</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2006-01-09T16:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: x display on Linux AS 4.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/x-display-on-linux-as-4-0/m-p/3705155#M85673</link>
      <description>Why it is happening locally on my monitor connected direct to my server? &lt;BR /&gt;&lt;BR /&gt;You have to have X client software to load the X windows in DISPLAY variable set machine. &lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Tue, 10 Jan 2006 05:43:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/x-display-on-linux-as-4-0/m-p/3705155#M85673</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-10T05:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: x display on Linux AS 4.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/x-display-on-linux-as-4-0/m-p/3705156#M85674</link>
      <description>He already found a solution:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=990011" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=990011&lt;/A&gt;</description>
      <pubDate>Tue, 10 Jan 2006 06:53:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/x-display-on-linux-as-4-0/m-p/3705156#M85674</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-01-10T06:53:37Z</dc:date>
    </item>
  </channel>
</rss>

