<?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: XOpenDisplay call to DecWIndows fails in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/xopendisplay-call-to-decwindows-fails/m-p/3501387#M5005</link>
    <description>Ghostscript command line is &lt;BR /&gt;gs -sDevice=epswrite -dNOPAUSE -dBATCH -dSAFER -dDisplayHandle=0  -sOutputFile=age_gs.ps sr:[prd.gs.xpdf-3_00]age.pdf&lt;BR /&gt;&lt;BR /&gt;WIth ip address and protocol set, the message is same as original (Cannot open X Display)&lt;BR /&gt;&lt;BR /&gt;Without ip address and protocol set, message is &lt;BR /&gt;&lt;BR /&gt;Xlib:  connection to "_WSA12:" refused by server&lt;BR /&gt;Xlib:  Client is not authorized to connect to Server&lt;BR /&gt;</description>
    <pubDate>Thu, 10 Mar 2005 01:10:02 GMT</pubDate>
    <dc:creator>Peter Hunter</dc:creator>
    <dc:date>2005-03-10T01:10:02Z</dc:date>
    <item>
      <title>XOpenDisplay call to DecWIndows fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xopendisplay-call-to-decwindows-fails/m-p/3501383#M5001</link>
      <description>I've built Ghostscript for OpenVMS V6.2-1H3, running it produces error "Cannot open X display `(null)'.". I've traced it as far as a call to XOpenDisplay which fails. As I know next to nothing about DecWindows, any advice on tracking this further would be useful. I believe that DecWIndows is running as there is a "DECW$SERVER_0" process running</description>
      <pubDate>Wed, 09 Mar 2005 16:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xopendisplay-call-to-decwindows-fails/m-p/3501383#M5001</guid>
      <dc:creator>Peter Hunter</dc:creator>
      <dc:date>2005-03-09T16:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: XOpenDisplay call to DecWIndows fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xopendisplay-call-to-decwindows-fails/m-p/3501384#M5002</link>
      <description>Peter,&lt;BR /&gt;I have had exact problem some time back, please see the url below&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=609077" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=609077&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I was as mentioned in the above thread, able to overcome this by using &lt;BR /&gt;&lt;BR /&gt;gs "-sOutputFile=CPU.png" "-sDEVICE=png256" "-dDEVICEWIDTHPOINTS=525" "-dDEVICEHEIGHTPOINTS=475" "-dNOPAUSE","-q" mov.ps cpu.ps&lt;BR /&gt;&lt;BR /&gt;type move.ps&lt;BR /&gt;-40 -200 translate&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Thu, 10 Mar 2005 00:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xopendisplay-call-to-decwindows-fails/m-p/3501384#M5002</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2005-03-10T00:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: XOpenDisplay call to DecWIndows fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xopendisplay-call-to-decwindows-fails/m-p/3501385#M5003</link>
      <description>Mobeen, thanks for response, the &lt;BR /&gt;"$set display/create" has got me past that hurdle, it seems I now have a privilege problem&lt;BR /&gt;&lt;BR /&gt;Xlib:  connection to "_WSA6:" refused by server&lt;BR /&gt;Xlib:  Client is not authorized to connect to Server&lt;BR /&gt;%DEBUG-F-UNAOPNDIS,  Unable to open display _WSA6:&lt;BR /&gt;&lt;BR /&gt;I guess I need to add some parameters to the $set display/create&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Thu, 10 Mar 2005 00:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xopendisplay-call-to-decwindows-fails/m-p/3501385#M5003</guid>
      <dc:creator>Peter Hunter</dc:creator>
      <dc:date>2005-03-10T00:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: XOpenDisplay call to DecWIndows fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xopendisplay-call-to-decwindows-fails/m-p/3501386#M5004</link>
      <description>Peter,&lt;BR /&gt;Could you try this&lt;BR /&gt;&lt;BR /&gt;$SET DISPLAY/CREATE/NODE=ip_address/TRANS=TCPIP&lt;BR /&gt;&lt;BR /&gt;If this doesn't work, please post the ghostscript command that you are using here. I would defintely be able to help you. &lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Mar 2005 00:54:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xopendisplay-call-to-decwindows-fails/m-p/3501386#M5004</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2005-03-10T00:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: XOpenDisplay call to DecWIndows fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xopendisplay-call-to-decwindows-fails/m-p/3501387#M5005</link>
      <description>Ghostscript command line is &lt;BR /&gt;gs -sDevice=epswrite -dNOPAUSE -dBATCH -dSAFER -dDisplayHandle=0  -sOutputFile=age_gs.ps sr:[prd.gs.xpdf-3_00]age.pdf&lt;BR /&gt;&lt;BR /&gt;WIth ip address and protocol set, the message is same as original (Cannot open X Display)&lt;BR /&gt;&lt;BR /&gt;Without ip address and protocol set, message is &lt;BR /&gt;&lt;BR /&gt;Xlib:  connection to "_WSA12:" refused by server&lt;BR /&gt;Xlib:  Client is not authorized to connect to Server&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Mar 2005 01:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xopendisplay-call-to-decwindows-fails/m-p/3501387#M5005</guid>
      <dc:creator>Peter Hunter</dc:creator>
      <dc:date>2005-03-10T01:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: XOpenDisplay call to DecWIndows fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xopendisplay-call-to-decwindows-fails/m-p/3501388#M5006</link>
      <description>Peter,&lt;BR /&gt;Try to remove -dDISPLAY qualifier and run it. If you need X-display, then please look at the settings on your DECterm/Emulator or what every you are using.&lt;BR /&gt;&lt;BR /&gt;In the link i furnished earlier on, there are a few suggestions. Please try them&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Thu, 10 Mar 2005 01:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xopendisplay-call-to-decwindows-fails/m-p/3501388#M5006</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2005-03-10T01:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: XOpenDisplay call to DecWIndows fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xopendisplay-call-to-decwindows-fails/m-p/3501389#M5007</link>
      <description>Re:&lt;BR /&gt;Xlib: connection to "_WSA6:" refused by server&lt;BR /&gt;Xlib: Client is not authorized to connect to Server&lt;BR /&gt;&lt;BR /&gt;On the X-Display you are using, you have to allow remote connections. If this is a VMS workstation, open the style manager (the icon with the color palette, the mouse and TTT), click the 'security' icon and then 'Users' button. For a test you may add a entry with asterisks in all 3 fields which opens the display for each and everyone.&lt;BR /&gt;&lt;BR /&gt;Edwin</description>
      <pubDate>Thu, 10 Mar 2005 02:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xopendisplay-call-to-decwindows-fails/m-p/3501389#M5007</guid>
      <dc:creator>Edwin Gersbach_2</dc:creator>
      <dc:date>2005-03-10T02:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: XOpenDisplay call to DecWIndows fails</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xopendisplay-call-to-decwindows-fails/m-p/3501390#M5008</link>
      <description>Could be a similar problem to&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=496432" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=496432&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Look at the answer from Martin Kirby. This resolved issues I had.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 10 Mar 2005 02:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xopendisplay-call-to-decwindows-fails/m-p/3501390#M5008</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2005-03-10T02:51:31Z</dc:date>
    </item>
  </channel>
</rss>

