Xref: utzoo comp.os.vms:39013 comp.sys.dec:5827 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!think.com!paperboy!hsdndev!husc6!genrad!phoenix.enet.dec.com!thornton From: thornton@genrad.com (Ron D. Thornton) Newsgroups: comp.os.vms,comp.sys.dec Subject: Re: Using DECstations as X terminals Message-ID: <41617@genrad.UUCP> Date: 23 May 91 15:29:04 GMT References: <1991May17.152824.28173@batcomputer.tn.cornell.edu> <1991May17.181542.19574@hamblin.math.byu.edu> Sender: news@genrad.UUCP Reply-To: thornton@genrad.com (Ron D. Thornton) Followup-To: comp.os.vms Organization: GenRad, Inc. Concord, MA 01742 USA Lines: 52 In article <1991May17.181542.19574@hamblin.math.byu.edu>, chad@oscar.cs.byu.edu (Chad) writes: |>In article <1991May17.152824.28173@batcomputer.tn.cornell.edu>, |>olin@saturn.cheme.cornell.edu (Steve Thompson) writes: ... text deleted |>|>I have a room with both DECstations and VAXstations. The DECstations are |>|>hardly ever used as workstations. I would like the login dialog box that |>|>they display to come from our VAXcluster, so that the DECstations may be |>|>treated as X terminals. I don't ever want the login dialog box to come from |>|>the DECstation. The DECstations would still of course be accessible via set ... text deleted |> |>I did a simple experiment where I put a comment in the /etc/ttys file of |>a DECstation 3100 |>on the line specifying :0. I then did a kill -1 1 and then I started |>the Xmfb Xserver |>program. This meant that the Xserver was running but no login prompt. ... text deleted What you really want is to get DEC to support XDMCP so you have some control of the login prompts. Since that is not likely in the near term, try this. Chad showed how to start the Xserver on the DS3100 without a login prompt. On the VMS machine, possibly in systartup_v5.com: $ set display/permanent/transport=decnet/node=DS3100_NODE_NAME $ run sys$system:decw$startlogin This will start the login process, which will start the session, which will start the login process so you can log in and out of the DS3100 Xterminal. There appear to be many problems that can break this loop, so you may need to restart the login process again. Since the display pseudo device still exists you need to do $ show dev ws to find the display devices and then $ show display wsXX to find the display that points to you DS3100. $ define decw$display wsXX sets up your default display again and $ run sys$system:decw$startlogin restarts the login prompt sequence. There might be a better way, but this has worked for us. -Ron- thornton@genrad.com