home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / windows / x / i386unix / 234 < prev    next >
Encoding:
Text File  |  1993-01-09  |  2.4 KB  |  59 lines

  1. Newsgroups: comp.windows.x.i386unix
  2. Path: sparky!uunet!gatech!destroyer!cs.ubc.ca!uw-beaver!newsfeed.rice.edu!rice!news.Rice.edu!rich
  3. From: rich@Rice.edu (& Murphey)
  4. Subject: Re: 386BSD Xconfig set up
  5. In-Reply-To: ashley@gidday.enet.dec.com's message of 8 JAN 93 13:31:57 AES
  6. Message-ID: <RICH.93Jan7233115@superego.Rice.edu>
  7. Sender: news@rice.edu (News)
  8. Reply-To: Rich@rice.edu
  9. Organization: Department of Electrical and Computer Engineering, Rice
  10.     University
  11. References: <1993Jan8.023416.505@ryn.mro4.dec.com>
  12. Date: Fri, 8 Jan 1993 05:31:15 GMT
  13. Lines: 44
  14.  
  15. >>>>> In article <1993Jan8.023416.505@ryn.mro4.dec.com>, ashley@gidday.enet.dec.com (STEPHEN ASHLEY) writes:
  16. SA>     Hi there Net,
  17.  
  18. SA>         I am having some difficulty configuring the Xconfig
  19. SA> file for the xwindows server on my 386BSD installation. I am 
  20. SA> new to unix from a VMS background but Xwindows is Xwindows I
  21. SA> guess.
  22. SA> My system is 486SX25 20M ram 200M hard drive, TVGA8900C video
  23. SA> controller with 1mvram. Tystar SVGA monitor. Xfree86 installed
  24. SA> fine I think.I tried the default Xconfig and I get the following
  25. SA> error message after the screen blanks and tries to sync.
  26. SA> :-
  27. SA> XFree86 Version 1.1/ X Window System
  28. SA> (protocol Version 11,revision0, vendor release 5000)
  29. SA> Configured drivers:
  30. SA> VGA256 (256 COLOUR svga):
  31. SA> ET4000,ET3000, PVGA1, GVGA, ATI, TVGA8900
  32. SA> X10: fatal 10 error 32 (Broken Pipe) on X server ":0.0
  33. SA> Î£fter 0 requests (0 known processed) with o events remaining.
  34. SA> The connection was probably broken by a server shutdown or 
  35. SA> KillClient.
  36.  
  37. SA> Does this mean my Xconfig incorrect or is the installation not
  38. SA> installed correctly.I've tried different settings in Xconfig
  39. SA> but with slightly different display results but always the 
  40. SA> same server failure code. So I guess what I really want to know is
  41. SA> this error normal for a faulty config file?  
  42.  
  43. SA>     Steve Ashley
  44. SA>     Alice Springs Outback Australia.
  45. SA> email replies if you wish
  46.  
  47. Since this is a FAQ, let me post a sort suggestion:
  48.  
  49.   First, redirect the error messages to a file:
  50.       xinit >& xinit.out
  51.   because otherwise those messages which are printed while the console
  52.   is in graphics mode are lost.  You get more information this way.
  53.   
  54.   Then check the output and then check your Xconfig.  See
  55.   /usr/X386/lib/X11/etc/README.386bsd, the X386 man page and
  56.   /usr/X386/lib/X11/Xconfig.sample for a description of the Xconfig.
  57.  
  58. Rich
  59.