Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 |
Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit |
Moderator: | STAR::VATNE |
Created: | Mon Oct 30 1989 |
Last Modified: | Mon Dec 31 1990 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3726 |
Total number of notes: | 19516 |
I tried to substitute DEC-window interface (Xprompter, dxsession, dxwm) with X11 interface in a ULTRIX environment. I am working on a DECstation 3100 but I am interested in the problem on Vaxstation's too. I'd like to have a sequence made on by: - an xterm -L box instead of our logo and the dialogue box from Xprompter; - uwm running instead of dxsession and dxwm; I thougth I am supposed to work on /etc/ttys therefore I modified this file adding the following lines: 1) ttyv0 "/usr/bin/X11/xterm -L -sb -rv -geometry=80x24+195+275 -d unix:0" - - xterm on secure window=... start of the Xserver needed by the machine 2) xcons "/usr/bin/X11/xcons 10 ttyv0" none on nomodem secure obviously I commented DEC-window interface's line in /etc/ttys. In this way Xserver does not find /dev/ttyv0, the question: - What kind of device is ttyv0, what argument should be used in MAKEDEV or mknod to create ttyv0? - Are the lines in /etc/ttys OK and sufficient for X to work? I also tried to substitute ttyv0 with any network device (I used ttyp0) but Xserver does not start. Thanks in advance Luciano P.S. I posted this note on X conference too.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3661.1 | ABYSS::dike | Wed Nov 14 1990 12:21 | 2 | ||
Move your highest numbered tty and pty to ttyv0 and ptyv0, respectively. Jeff | |||||
3661.2 | it does not work | FIR01::CERVINI | Thu Nov 15 1990 07:09 | 9 | |
Thanks for quick replying, but # mv /dev/ttyqf /dev/ttyv0 # mv /dev/ptyqf /dev/ptyv0 don't work, Xserver starts but xterm does not start, so I just can reset the decstation because I have not any possibility to access the system. Thank you in advance for any other contribution, Luciano | |||||
3661.3 | ABYSS::dike | Thu Nov 15 1990 07:30 | 3 | ||
Start the xterm by hand with the same command line as you put in ttys and see if you get any interesting error messages. Jeff |