[comp.sys.apollo] The X Window System on Domain/OS: Questions and Answers

oj@apollo.HP.COM (Ellis Oliver Jones) (11/19/89)

Domain/OS System Release 10.2 is finally shipping (for m68k node types;
the DN10000 schedule runs a few weeks behind the m68k).  As many of you
know, HP/Apollo has bundled the X Window System(TM) with SR10.2.

During the alpha and beta period for SR10.2, we had many internal users
and a fairly large number of beta sites.  In the X development group we
kept a log of questions and answers about how to use it.  I've edited that
question-and-answer log and I'm posting it here to help newnews readers 
come up to speed with SR10.2 and X.  

This posting covers questions from users.  The next posting will cover
programming questions.

A disclaimer:  keeping the Q&A log and answering the questions has been a
midnight project for myself and others.  I take personal responsibility
for errors in this material, and I hope anyone spotting an error will
inform both me and comp.sys.apollo.  Nothing in this posting should be 
interpreted as the "official" position of HP.

Enjoy!

Ollie Jones.


Question:  I am getting the following messages:
	69>  /usr/X11/bin/xterm
	reference to undefined global (process manager/loader) 
	/usr/X11/bin/xterm
Any ideas?  What am I missing?
Answer:  If you're running Domain/X11 V1.1 on SR10.1, be sure that 
you've followed the installation instructions about adding a reference to 
x11lib to the file /etc/sys.conf.  Alternatively, inlib /lib/x11lib 
before running xterm.

Q:  I get this error message when I run xterm or xclock:
	X Toolkit Error: Can't Open display: 
A:  Make sure the DISPLAY environment variable is defined, and make 
sure your X server is running.  
On SR10.1 you have to do this manually (in some startup script).  
On SR10.2, the DISPLAY environment variable is set for you automatically 
in the appropriate one of the following node startup files:
	/sys/node_data/startup
	/sys/node_data/startup.19l
	/sys/node_data/startup.color
	/sys/node_data/startup.1280bw
	/sys/node_data/startup.1280color
Beware; if you installed SR10.2 as an upgrade on a node which already had 
SR10.1 running on it  the new startup files don't replace the old ones but 
rather get installed with the current date appended to the file name.  If you 
don't have a DISPLAY environment variable, you (or your system 
adminstrator) may have to do some editing of startup files.  
Suppose you installed your SR10.2 upgrade on December 13th, and suppose 
you're using a DN3500F.  Then you should edit 
/sys/node_data/startup.1280color so it includes the setting of the 
environment variable we added for SR10.2.  In this example you would look 
in the SR10.2-installed file /sys/node_data/startup.1280color.12.13. 
Maybe your X server isn't running.  In this case, on SR10.2, create an empty 
(zero-length) file named /etc/daemons/Xapollo and reboot the node.  
Notice that the zero-length file /etc/templates/daemons/Xapollo 
controls what happens with diskless nodes.  

Q:  What exact lines do I need in my ~/user_data/startup_dm.1280.bw 
file?  Are these what I need ?

  env display := ':0'
  export display
  /com/crf /etc/daemons/Xapollo   

A:  You shouldn't need to do any of these things in your private startup 
file.  Just once, you should create the zero-length file 
/etc/daemons/Xapollo, then reboot.  The DISPLAY environment variable 
should be set up automatically in your node-wide startup script (but see the 
previous question and answer).

Q:  Well, I am really stuck. I can't seem to keep X up on my SR10.1 node 
today. Everytime I run xset (no matter which font is being set) I get a XIO 
error, broken pipe. 
   % /usr/bin/X11/Xapollo -K ~/user_data/Xkey.config -D1 s+r- &
   % /usr/bin/X11/xclient &
   % xset fp /usr/lib/X11/fonts/75dpis/ &   
   % Connection # 3 to server broken.
   XIO: Broken pipe
   Connection # 3 to server broken.
   XIO: Broken pipe 

A:  Are you waiting for Xapollo to start before issuing the client 
commands? Sometimes Xapollo takes a while to start up.  This is especially 
true if tcp/ip isn't working on your node:  the X server attempts to initialize 
a TCP socket.   Try sleep 60 or similar right after the Xapollo command.
Also, notice that /usr/lib/X11/fonts/75dpis/ probably isn't a valid font 
path, and /usr/lib/X11/fonts/75dpi/ probably is.

Q:  My Xapollo server crashes sometimes.
A:  What's in the /sys/node_data/system_logs/X0msgs file? That's 
how we tell what the crash was.  You can read this file with the UNIX(r)
utility cat.  Please file an APR when you see a server crash.

Q:  I'm running Xapollo SR10.2.  Today, when I tried to run gnuemacs I 
got the error message
   emacs: X server unable to find requested font `fixed'.
Does anyone know what I need to do to make X happy with my fonts?
On related notes, I'm not terribly happy with the default behavior of Emacs-
under-X;  the font is so small as to be almost unreadable and the window-
size is correspondingly tiny

A:  Try putting this line in your .Xdefaults file in your home directory.  If 
you already use xrdb, don't forget to rerun it.  This will give you a legible 
font in emacs.
    emacs*font:	*-courier-bold-r-normal*-140-*
Also, try issuing this command to allow your SR10.2 X server to use the 
fonts from both XV11R3 and XV11R2:
    % xset fp+ /usr/lib/X11/fonts/oldX11/


Q:  I would like to start xclock from my startup_dm file.  (Is there a 
better way to start xclock at login?)  When I am logged in and give the 
following to the dm:
   cpo /bin/csh -c '/usr/X11/bin/xclock -display \:0 -u 60 -g 100x100+1178+0 &'
the xclock seems to start just fine, but if I put the same line in my personal 
DM startup file , the xclock nevers starts up when I log in and doesn't give 
any error messages.  What am I doing wrong?

A:  Many /bin/csh or /bin/sh users start X stuff from their .login or 
.profile files.  This is a good way to do things for a couple of reasons:
(1) it's a good idea to use xrdb to load resource info from your ~/.Xdefaults 
file.  (2) Once you've loaded resource info, you don't have to say as much to 
the xclock command.  For example, if you have these lines in your 
~/.Xdefaults file, the position and update time of your xclock are automatic.

    xclock.*.mode:              analog
    xclock.*.borderWidth:       3
    xclock.*.update:            60
    xclock.*.geometry:          40x40-1-50
    #ifdef COLOR
    xclock.*.border:            red
    xclock.*.background:	turquoise
    xclock.*.foreground:	black
    xclock.*.hands:             red
    xclock.*.highlight:         black
    #endif

Q:  I am having this strange bug with deleting windows. It seems
somewhat connected to using X windows.  When windows are resized, 
there are leftover parts of windows left around on the screen. 
A:  We've seen this before, when running with an X window manager 
(like uwm, twm, or the like) and forgetting to tell the X server it owns the 
"root" or screen background window.
To run an X window manager, you have to do three things:
  (1) say "wmgr -off" (to the DM command window.)
  (2) say /usr/X11/bin/xownroot -on   (to some shell)
  (3) run the window manager, e.g. uwm & (to some shell)
It sounds like you forgot  step 2, which leaves nobody owning the root, which 
means that neither the DM nor X can clean up after windows which have 
gone away.

Q:  If I let the DM own root at startup, everything works fine, but if I 
have X own the root at startup and comment the "xownroot -on" out of my 
.login file, I don't get any rubberbanding when I resize or move windows 
and icons.
A:  Try changing your background to some other color, for example
   xsetroot -solid cornflowerblue
Then see if you still don't get rubberbanding.  

Q:  I am currently running sr10.2 on my color node and by using xgif I 
have been able to display images as my background display.  Do you have 
anything like that that I could run on my mono node? 
A:  Mono gif images can be converted to xbitmaps via 
	giftopbm | pbmtoxbm > file.xbm
and xsetroot can then be used to make them the background.  Similarly the 
macpaint files can be viewed with xmac, or converted using 
	macptopbm | pbmtoxbm
Do a "man pbm" and "man fbm" (both in /usr/local/man) for more 
information about these publicly available programs.  Use ftp to get them 
from expo.lcs.mit.edu.

Q:  I don't know how to make xgif get rid of previous root pictures:  
successive invocations cause refreshes to recapitulate all of the old images. 
A:  You are probably running several different invocations of xgif.  Kill
all-but-one.


Q:  Does Xlib support anything analogous to the external GPR  bitmap 
file?
A:  Not really.  It supports an ASCII representation for single-plane 
bitmaps.  This ASCII representation is in a form that can be read/written 
by Xlib (XReadBitmapFile/XWriteBitmapFile) or #included in a C program.
See /usr/X11/include/bitmaps/star for an example.

Q:  I hate X.  It's a stupid system, but now at SR10.2 Apollo forces me to 
run it on my node, wasting memory and a process slot.  Do I have to go back 
to SR10.1 to get rid of X?
A:  No, you can stay with SR10.2 even if you don't want X running.  To 
prevent the X server from starting automatically when you boot your node, 
either answer "no" to the relevant config question or customize your 
SR10.2 installation by deleting the following files (if they exist).  Reboot your 
node after deleting the files.
         /etc/daemons/Xapollo
         /etc/templates/daemons/Xapollo
These files have zero length and contain no useful information, so if you 
decide later that you wish to run the X server, you may recreate these files 
with zero length and reboot.
Please be aware that an increasing number of software developers are 
committing to X, and that you may need to run the X server in the future
to use their products.

Q:  Whenever I try to set the DISPLAY variable so I can draw on the 
color node in the next  office, I get "Can't open display" as an error 
message.  If I set it to just :0 for my own node everything is OK.  These nodes 
all run TCP and have proper TCP addresses.  
A:  You have to log in to the node in the next office and use the xhost 
command to allow your node to have access. For example, suppose your 
node is named //mine and the color node is named //color.  Log in to 
//color and issue these two commands:

    /usr/X11/bin/xclient &
    /usr/X11/bin/xhost +mine

Notice that you should invoke xclient to keep the X server on //color 
from resetting after the xhost command (whenever the X server detects 
that no client programs are attached to it it assumes the user has logged off 
and "resets," cleaning up all sorts of per-session data).  Notice also that you 
don't use the node name's slashes in the xhost command.  
A permanent xhost entry can be created by editing the file /etc/X0hosts to 
include the appropriate host name.  

Q:  We are trying to determine if we are able to set up X on an Apollo 
workstation and have the client process run on a Digital VAXStation (tm).
A:  Yes, network transparency is the entire point of X.  You have to make sure 
your VAX is registered as a host in the /etc/hosts file on your Apollo node, 
and vice versa.   See the answer to the previous question for information 
on how to authorize the VAX to connect to the Apollo display.

Q:  I tried out the Motif Window Manager on a 1280 x 1028 x 8 DM 4500 at 
sr10.2.  The machine was started with the DM managing the root and X 
running in shared mode. I started up the mwm and turned DM window 
management off.
In this configuration the MWM does not clear the display. A posted menu 
stays up. A moved window shows up in both locations.
A:  Here's a script you can use to start up mwm on a "vanilla" SR10.2 
node.  I suspect you didn't give the "xownroot -on" command.
    /com/xdmc "wmgr -off"  # turn off dm's window manager capability
    xownroot -on           # tell X it owns the root window
    xclient &              # start up a dummy client to prevent server reset
    xrdb ~/.Xdefaults      # load my ~/.Xdefaults file into the server
    mwm   &                # start mwm
    /usr/X11/bin/xmodmap /usr/lib/X11/keyboard/xmodmap.kb3sample 

[the mwm window manager isn't distributed with SR10.2, but rather with
 the Domain Motif distribution, which isn't out yet.  -editor]

Q:  I seem to be having a problem when I set this in my .Xdefaults:
     mwm*iconBoxGeometry: =500x100+10+690
A:  Holy Cow!  You're asking for an icon box with enough room for 500 
icons across by 100 icons down.  That's big!  Try
     mwm*iconBoxGeometry: 7x1+10+690

Q:  The window manager is oue problem.  We would like to use twm instead 
of uwm.  But apollo has made undocumented modifications (no source code) to uwm 
and so the customer is not able to use both dm and x clients with twm 
simultaneously.
A:  If we have made changes to uwm, they're insignificant.  uwm from 
the MIT tape should run fine on Domain/X11.  
The actual problem with using twm is that it's a reparenting window 
manager:  it wraps windows in new "decoration" windows.  This gives nice 
functionality.  Unfortunately it also plays havoc with the Domain/X11 share 
mode.   Only at sr10.2 and later does the share-mode Domain/X11 server 
work correctly with reparenting window managers. So, I suggest 
upgrading to sr10.2 as soon as it is available.  If you can't upgrade
to sr10.2 call Customer Service and explain your problem.  They should
be able to help you.

Q:  Why does my xterm take so much virtual memory, and why does it 
take so long to resize?
A:  You may have set your xterm saveLines to a large number, like 10000, 
in your ~/.Xdefaults file to emulate the DM's infinite transcript pads.  If you 
do this, each time you make an xterm it allocates several megabytes of 
virtual memory complete with backing store (enough to hold 10000 of the 
longest lines you can have).  Furthermore, when you resize the xterm, it 
reallocates the memory.  Better to set xterm's saveLines property to a much 
small number, like 500 or 1000.

Q:  What's the "name" of the dm windows as far as mwm or twm is 
concerned? If I want the alarm server's little windows to pop up with no 
decoration, what do I put in my ~/.Xdefaults file?
A:  For the sr10.2 DM there isn't one stored in the X property. Therefore 
all DM windows will use no name or as mwm likes to put it, "*****".  twm 
labels these windows "NoName."  The only way to treat a DM window 
specially is to set the default window dressing to be what you want for the 
DM and individually tailor X apps. Or you can wait for the Grue DM.

Q:  Occasionally, I try to start up an xterm and get this message:
	xterm: no available ptys
I'm not sure, but I think this is a lie; I have ptyp0 through ptypf and ttyp0 
through ttypf, and I'm not running that many processes. Any hints?
A:  For some reason your pty(s) became trashed.  The easiest way to
solve the problem is recreate them.   Use these commands, then reboot:
	rm /dev/pty* /dev/ttyp*
	/etc/mkdev /dev pty 16
GNU emacs is one program which appears to consume ptys.  After several 
invocations of shells from with GNU emacs you may have to recreate the 
ptys.

Q:  How can I create a DM transcript pad with a shell running in it 
from within an xterm or other X program?  /com/xdmc only works from 
within a DM pad. so I can't use a DM "cp" command.
A:  Use /usr/X11/bin/dmwin.  This program serves as a wrapper from 
which any program that uses PAD calls on any of the standard streams 
may be run.  dmwin creates a transcript/input pad pair on the screen of the 
local Display Manager, and then runs the program given to it with its 
standard streams connected to the new pads.  It also makes sure the 
"TERM" environment variable is set to a reasonable value for a DM 
window.

Q:  If I've got two dm windows (started in my startx script) overlapping 
each other and they are controlled by mwm (with X as root), I can get the 
arrow keys to move from one window to another without catching on the 
window manager resize border.  I'm using OSF/Motif 1.0 beta.
A:  The DM keeps track of its "locator" and its cursor position separately.  
The arrow keys move the locator, but not this cursor.  So if you drive out of a 
window with an arrow key then hit a letter key, you get <beep>.  But if you 
drive from one window to another, it just works (except the cursor 
doesn't follow along, but rather jumps when the locator arrives in the new 
window).  We have a bug logged on this, but fixing it is deferred until the 
next major release.

Q:  I used to let the DM use colors 0 - 16 and lived with 240 colors for the 
color ramp (this was real easy to do with GPR).
Now I want to do the same with X/Motif.  Unfortunately, when I start up 
mwm, it allocates (by default) colors 3-6 and 16-22.  I can cut down on a 
couple of colors that it grabs above index 15 (by making DM colors the same, 
so that it will *share* them in the 7 - 15 range), but not all of them.

How can I get 240 contiguous colors in X and still use mwm?  Will using 
xdm instead work (ie: are colors 7 - 15 available for mwm?)?

A:  Yes, before you start mwm issue the "mono" command to the DM.  
This will induce the DM to release some colors.  Also, don't run any other 
motif stuff besides the window manager.  Now, if you play around with the 
stuff in your ~/.Xdefaults file (to simplify the motif colors) you may get 240 
consecutive colors 14-253 to play with.   You'll probably be able to figure 
something out.

Q:  I understand that apollo has created a separate X library called xdl 
for performance reasons.  My question is does this library work in share 
mode or is it X only functionality?
  
A:  We have improved X performance on sr10.2 by using native X 
graphics on selected devices.  The code we use for this is the "X display 
library" or "xdl." 
Currently only monochrome devices (including the DN2500) have xdl 
drivers.  These drivers cause the X server to run faster, and have no effect 
on GPR or the DM.  Share-mode still works with these xdl drivers.

If you use X on sr10.2 on the supported devices, then you are using the xdl 
drivers (but see the next question and answer).  Stay tuned for news about 
support of color displays post-sr10.2.

Q:  My SR10.2 X server runs ridiculously slowly.  Why?

A:  There are some installation and configuration problems which can 
cause an Xapollo server to run abnormally slowly.

(1) If your node is monochrome, you may not have the x display type 
manager running due to an error in installation.  To find out whether it's 
running, do this:

a)  ps axu to find out the Xapollo process id.
b)  /usr/apollo/bin/las <pid> on the Xapollo process id (list-address-space)
        Look for one of the following files to be mapped:
          /sys/mgrs.split/dtm_mono_big/xdl_trait 
          /sys/mgrs.split/dtm_mono_small/xdl_trait 
          /sys/mgrs.split/dtm_fm/xdl_trait 
If none of these files is mapped on your mono node, there's something 
wrong with your sr10.2 installation.

(2) Make sure your X fonts are installed locally rather than through a soft 
link to another node.     Network-access time for fonts can slow you down 
drastically.

Q:  How do X window managers deal with the three dm command lines 
at the bottom of the screen?  Is there some way to tell mwm not to put 
decorations around these three windows?

A:  X window managers (mwm for example) deal poorly with those 
windows.  You can specify that the default window decoration should be 
"none" but then that affects all DM windows, not just the command 
windows.  If you wanted to do that with mwm, you'd put lines like the 
following in your xrdb file:

      Mwm*defaults.clientDecoration:		none
      Mwm*xgetmail.clientDecoration:		none
      Mwm*xprmon.clientDecoration:		title
      Mwm*xperfmon.clientDecoration:	title
      Mwm*xsysmon.clientDecoration:		title
      Mwm*datebook.clientDecoration:		all

Many of us mwm users just leave the decorations on the command 
windows, but make the command windows smaller to accomodate the 
decorations, using the following entries in `node_data/startup.1280color .   
Notice that these same lines will work in `node_data/startup.1280bw , but 
that you'll need something else in the files for a 1024x800 display.

       (630,1001)dr;(1270,1013)cv /sys/dm/output
       (540,1001)dr;(620,1013)dr;(632,1010)cc;pb
       (0,1001)dr;(530,1013)cv /sys/dm/input


Thanks to Kee Hinckley, Rod Owen, Joe Bowbeer, Glen Valante, Craig 
Wolpert, John Brezak, Jim Glading, Mike Burati and Rob Stanzel for some 
of these answers, and to many people for the questions.
In article <46ee2512.20b6d@apollo.HP.COM> oj@apollo.hp.com writes:
>In article <1989Nov16.215926.13423@quintro.uucp> kts@quintro.UUCP (Kenneth T. Smelcer) writes:
>>...Was I supposed to get imake with Domain/X11?  If not, could someone send
>>me the source or tell me where I could get it? 
>
>No, we didn't include imake (or makedepend) on the Domain/X11 kit, nor
>on the Domain/OS SR10.2 kit.   So, I'm posting the SR10.2 m68k binaries here.
>The sources you can get by ordering a source kit from MIT, ADUS, or
>OSF.   All of these source kits cost $1000.00 or less, I believe.
>Some places have source available by ftp as well.
>
>These binaries should work OK with SR10.1 as well...
>They're wholly unsupported, so please don't expect our Customer Service 
>organization to answer questions about how they work.
>If you want DN10000 binaries, please let me know and I'll mail them.
>
>These bits are a bit tricky to unpack, and you need bsd4.3 installed.
>Here's how I suggest you unpack them:
>
>(1) cd /tmp
>(2) Put the bits in the file /tmp/imake.uue
>(3) /bsd4.3/usr/bin/uudecode <imake.uue
>(4) /bsd4.3/usr/ucb/uncompress imake.tar
>(5) /bsd4.3/bin/tar xfv imake.tar
>(6) /usr/apollo/bin/ts imake makedepend
>       Ver Name              Time Stamp                     File Name
>       --------------------------------------------------------------
>       c 1 crt0              1989/10/26 11:54:44 EST (Thu)  imake
>       c 1 crt0              1989/10/26 11:57:02 EST (Thu)  makedepend
>
>You'll get imake and makedepend.   Move them to the local-software
>directory of your choice (we put this sort of utility in /usr/local/bin).
>
>Have Fun.
>Ollie Jones (speaking for myself, not for HP Apollo Systems Division)
>
>---------------cut right after this line--------------------
>begin 664 imake.tar.Z
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
>1:6@JFHZFI&EI:IJ>IJ@I``!@
>`
>end