home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 16136 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  2.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!doc.ic.ac.uk!doc.ic.ac.uk!apl
  2. From: apl@doc.ic.ac.uk (Ari P Laakkonen)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Help needed: S3 / Alpha Server
  5. Date: 9 Nov 1992 14:21:11 GMT
  6. Organization: Department Of Computing, Imperial College, London UK
  7. Lines: 43
  8. Distribution: world
  9. Message-ID: <1dls4nINNs9t@frigate.doc.ic.ac.uk>
  10. References: <1992Nov7.181829.19864@tandem.com>
  11. Reply-To: apl@doc.ic.ac.uk (Ari P Laakkonen)
  12. NNTP-Posting-Host: peaberry.doc.ic.ac.uk
  13.  
  14.  
  15. In article <1992Nov7.181829.19864@tandem.com>, tran@tran.Berkeley.EDU
  16. (Tran) writes:
  17. |> I have been running SLS 0.98.pl1-40 on my Farenheit 1280 card using the
  18. |> MONO server and would now like to try the Alpha S3 server from 
  19. |> ftp.robots.ox.ac.uk.   I downloaded the source and binaries last night and 
  20. |> installed it on my machine.  When I ran "startx", I got just a blue
  21. background
  22. |> with no cursor or anything.  The mouse did not respond.  When I tried to 
  23. |> rebuild the server with the source, mit/server/dix/cursor.c failed
  24. because it 
  25. |> sourced in /mit/server/include/dixfont.h, which sourced in a non-existent 
  26. |> <font.h>.  Would a knowledgeable person out there inform me as to why:
  27. |> 
  28. |> - the binary for the Alpha server failed to work in the first place and 
  29. |> - where I can find font.h and possibly other missing include files in order
  30. |>    to successfully rebuild the server.  (By the way, I did find a copy of 
  31. |>    font.h and other include files in the directory /mit/server/include/old.
  32. |>    I tried to compile with these but this generated in many many more 
  33. |>    errors.  I suspected that this is not the correct files.)
  34. |> 
  35. |> FYI, I am running on a 486-33 with a local bus Farenheit-1280 (dont know
  36. |> if that makes a difference.  The MONO server seemed to work).
  37. |> 
  38. |> Regards,
  39. |> 
  40. |> Hieu T. Tran
  41. |> 
  42.  
  43. I have a similar configuration and the S3 server works. Try running
  44. it with the command line 'startx >& out', when the blue background comes
  45. up it means that the server has not started properly but has not restored
  46. text mode either. sync, reboot, and read the file 'out' for info on what
  47. went wrong when the server tried to start. There are lots of possibilities..
  48. the usual problems are with fonts. You must install the fonts separately,
  49. e.g. from an XFree86 package, and they must be uncompressed. Other programs
  50. necessary for the operation of the server, like xterm, must also be obtained
  51. from the XFree86 package.
  52. You say that the mono server works. One reason the S3 server can crash
  53. is because of the monochrome data section in the Xconfig file. Eliminate this
  54. section from the file if that is causing the problem.
  55.  
  56. Ari
  57.