home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / dec / 4830 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.2 KB  |  25 lines

  1. Newsgroups: comp.sys.dec
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!sol.ctr.columbia.edu!eff!world!jlw
  3. From: jlw@world.std.com (James L Walker)
  4. Subject: Re: Swapping monitors AFTER the initial ULTRIX install
  5. Message-ID: <Bu03yn.93q@world.std.com>
  6. Organization: The World Public Access UNIX, Brookline, MA
  7. References: <1992Sep2.220028.10156@cs.cornell.edu> <2AA5711A.1436@news.service.uci.edu>
  8. Date: Thu, 3 Sep 1992 11:59:10 GMT
  9. Lines: 14
  10.  
  11. When we switch monitors and video cards the only thing we've ever needed
  12. is the X server executable.  The sources in /sys should have all the drivers
  13. for the different cards since these are built into the generic kernel which
  14. you can rebuild at any time.
  15.  
  16. Most of the setld distributions I've seen are tar files.  You should be able
  17. to tar -tf one of the 4 distribution files in the worksystem software 
  18. distribution.  Use the file command to find the file that is compressed
  19. data and then say 'zcat <file> | tar -tf - > <file>.lst'.  I'll admit
  20. that I haven't done *exactly* what you are doing, but I've done similar
  21. things.  You are looking for filenames that begin with /usr/bin/X...  I have
  22. about 5 X servers on my machine right now.
  23.  
  24. -- Les Walker
  25.