<?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: A DECWindows question in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951653#M51342</link>
    <description>Thomas,&lt;BR /&gt;   WRQ Reflection X came with these files (alpha_sm.erx, instalsm.crx, startapp.crx, startlog.crx, vax_sm.erx) that need to be rename and upload to the ALPHA.  You need to execute those files on the ALPHA to configure DEC Window to interface with Reflection X.  Once that's accomplished you can issue such command as WINMGR or WSINIT to ALPHA system on Reflection X to have a Graphic User Interface.&lt;BR /&gt;&lt;BR /&gt;Winson</description>
    <pubDate>Mon, 30 Jan 2006 16:10:16 GMT</pubDate>
    <dc:creator>Winson_1</dc:creator>
    <dc:date>2006-01-30T16:10:16Z</dc:date>
    <item>
      <title>A DECWindows question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951642#M51331</link>
      <description>Greeting, we’re running an Alpha DS25 v8.2 and getting this error, “%DECW$DEVICE-I-NODEVICE, no graphics devices found” when starting up DECWindows software.  We have no intention of running a GUI windows (~DECWindows) on the local/console end and would not need a video graphic card to startup DECWindows services, correct?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Winson&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jan 2006 09:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951642#M51331</guid>
      <dc:creator>Winson_1</dc:creator>
      <dc:date>2006-01-11T09:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: A DECWindows question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951643#M51332</link>
      <description>You don't need a graphics terminal. Put "&lt;BR /&gt;$ define/system/execDECW$IGNORE_WORKSTATION true" into SYLOGICALS.COM or SYSTARTUP.COM to make the message stop.&lt;BR /&gt;&lt;BR /&gt;    You might want to change the console variable called "console" from graphics to serial.&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jan 2006 09:38:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951643#M51332</guid>
      <dc:creator>ConwayS</dc:creator>
      <dc:date>2006-01-11T09:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: A DECWindows question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951644#M51333</link>
      <description>You can turn off DECwindows from SYSGEN, parameter WINDOW_SYSTEM (set to 0)&lt;BR /&gt;&lt;BR /&gt;Just incase you're not aware, best to put this is SYS$SYSTEM:MODPARAMS.DAT add the line WINDOW_SYSTEM=0 when you next run or are forced to run AUTOGEN (comment it too!)&lt;BR /&gt;&lt;BR /&gt;You can manually change it for the next reboot by&lt;BR /&gt;&lt;BR /&gt;$ MC SYSGEN&lt;BR /&gt;SYSGEN&amp;gt; USE CURRENT&lt;BR /&gt;SYSGEN&amp;gt; SET WINDOW_SYSTEM 0&lt;BR /&gt;SYSGEN&amp;gt; SHO .&lt;BR /&gt;SYSGEN&amp;gt; WRITE CURRENT&lt;BR /&gt;&lt;BR /&gt;Of course there are other ways too.&lt;BR /&gt;&lt;BR /&gt;Kind Regards&lt;BR /&gt;John.</description>
      <pubDate>Wed, 11 Jan 2006 09:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951644#M51333</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2006-01-11T09:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: A DECWindows question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951645#M51334</link>
      <description>Forget system parameter WINDOW_SYSTEM, starting with DECwindows V1.2-3.  It has no effect on anything.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 11 Jan 2006 09:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951645#M51334</guid>
      <dc:creator>ConwayS</dc:creator>
      <dc:date>2006-01-11T09:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: A DECWindows question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951646#M51335</link>
      <description>DECW$DEVICE-I-NODEVICE&lt;BR /&gt;&lt;BR /&gt;is an informational message not an error.&lt;BR /&gt;&lt;BR /&gt;If you don't want decwindows to start put&lt;BR /&gt;$ DEFINE/SYSTEM DECW$IGNORE_DECWINDOWS 1&lt;BR /&gt;in SYS$MANAGER:SYLOGICALS.COM&lt;BR /&gt;&lt;BR /&gt;Setting the system parameter WINDOW_SYSTEM to 0&lt;BR /&gt;no longer works to stop DEC Windows from starting as (if the above logical is not set) the DECWindows startup 'helpfully' corrects the system parameter for you.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jan 2006 10:19:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951646#M51335</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-01-11T10:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: A DECWindows question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951647#M51336</link>
      <description>It's not 'helpfull' - it is a deliberate bug and the people who are responsible for this are not willing to change it !! (as reported on comp.os.vms quite some time ago)</description>
      <pubDate>Wed, 11 Jan 2006 10:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951647#M51336</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2006-01-11T10:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: A DECWindows question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951648#M51337</link>
      <description>Basically what I'm trying to accomplish here is to have GUI / DEC windows on the remote end.  On the local/console end I only have a terminal emulator to the Alpha (no video card).  I installed AXPVMS DWMOTIF v1.5, setup WINDOW_SYSTEM to 1 in SYSGEN and reboot system.  Anyone knows what else I need to enable on the Alpha.  On the PC end I'm running WRQ Reflection X.</description>
      <pubDate>Wed, 11 Jan 2006 11:32:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951648#M51337</guid>
      <dc:creator>Winson_1</dc:creator>
      <dc:date>2006-01-11T11:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: A DECWindows question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951649#M51338</link>
      <description>Winson, &lt;BR /&gt;You need to set a display to your PC &lt;BR /&gt;Something like this&lt;BR /&gt;On the VMS node&lt;BR /&gt;$ set term/displ/create/trans=tcpip/node="your_ip_address"&lt;BR /&gt;$ software/inter=decw&lt;BR /&gt;Where software is an application that supports decwindows.&lt;BR /&gt;&lt;BR /&gt;You must be running the X Client of Reflections.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jan 2006 16:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951649#M51338</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-01-11T16:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: A DECWindows question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951650#M51339</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;Setting the console variable to "serial" won't make a difference for this. I have come across this on one of my own systems at home, also running OpenVMS 8.2.</description>
      <pubDate>Thu, 12 Jan 2006 02:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951650#M51339</guid>
      <dc:creator>ca750090</dc:creator>
      <dc:date>2006-01-12T02:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: A DECWindows question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951651#M51340</link>
      <description>Got it working..</description>
      <pubDate>Mon, 16 Jan 2006 12:20:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951651#M51340</guid>
      <dc:creator>Winson_1</dc:creator>
      <dc:date>2006-01-16T12:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: A DECWindows question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951652#M51341</link>
      <description>Winson, what did you do to make it work ?</description>
      <pubDate>Sun, 29 Jan 2006 18:42:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951652#M51341</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-01-29T18:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: A DECWindows question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951653#M51342</link>
      <description>Thomas,&lt;BR /&gt;   WRQ Reflection X came with these files (alpha_sm.erx, instalsm.crx, startapp.crx, startlog.crx, vax_sm.erx) that need to be rename and upload to the ALPHA.  You need to execute those files on the ALPHA to configure DEC Window to interface with Reflection X.  Once that's accomplished you can issue such command as WINMGR or WSINIT to ALPHA system on Reflection X to have a Graphic User Interface.&lt;BR /&gt;&lt;BR /&gt;Winson</description>
      <pubDate>Mon, 30 Jan 2006 16:10:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/a-decwindows-question/m-p/4951653#M51342</guid>
      <dc:creator>Winson_1</dc:creator>
      <dc:date>2006-01-30T16:10:16Z</dc:date>
    </item>
  </channel>
</rss>

