home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-11 / text0156.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  1.5 KB  |  35 lines

  1. After loading up all the X11 code, patches and special kernel, I ran into
  2. the same problems as other people. I finally got X, and xterm to come up by
  3. using a combination of the various hints. Philippe Brand's little script
  4. seemed to work best. Though I did have to make the following changes.
  5.  
  6. 1. Not start twm. The one time it started, the xterm came up in shadow
  7.     mode waiting for me to place it. Then it all locked up. To even
  8.     get it that far, I had to send a character to its stdin.
  9.  
  10. 2. Use the "-d" option on xterm for the display to use.
  11.  
  12. 3. At the beginning of the script I added code to build the X & X0 files.
  13.  
  14. However, once the xterm poped up, the key mapping was badly messed up.
  15. The letters and numbers seemed to be OK, but all the special characters
  16. including space were stangely interchanged. Space produced '"', '-' gave '.',
  17. but '~' and '`' were OK. So it was not possible to use a multi-word
  18. commands. Also, no characters appeared until I hit "return".
  19.  
  20. I did notice that Xbsd is dumping debugging information, which did help
  21. getting things going. By looking at this output, I did see that the
  22. correct characters were being echoed for what I was typing. So it looks
  23. like Xbsd gets them correctly, but then xterm is passing something else
  24. to bash.
  25.  
  26. Anybody else seen this strange behavior? Any suggestions?
  27.  
  28. -- 
  29. Alan Bair                     MCTG AMCU DSCS
  30. Motorola, Inc.                    (Design Software &
  31. Mail Stop OE-320             Computer Services)
  32. 6501 William Cannon Dr. West    (512) 891-2336
  33. Austin, TX  78735-8598          abair@amcu-tx.sps.mot.com
  34.  
  35.