home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8665 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.2 KB

  1. Path: sparky!uunet!snorkelwacker.mit.edu!usc!rutgers!igor.rutgers.edu!athos.rutgers.edu!hedrick
  2. From: hedrick@athos.rutgers.edu (Charles Hedrick)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: problems getting X running
  5. Message-ID: <Aug.19.22.38.33.1992.8120@athos.rutgers.edu>
  6. Date: 20 Aug 92 02:38:34 GMT
  7. References: <1992Aug18.194422.25702@esleng.ocunix.on.ca>
  8. Organization: Rutgers Univ., New Brunswick, N.J.
  9. Lines: 22
  10.  
  11. rgb@esleng.ocunix.on.ca (Richard Briggs) writes:
  12.  
  13. >Hi Linux'ers:
  14.  
  15. >Any time I try to initialize, the screen goes dead and a terminal on a serial
  16. >port is the only feedback I've been able to get aside from capture files. 
  17.  
  18. When I've seen this happen, it's been because Xconfig did not define
  19. a valid configuration.  There must be at least one line in the Modedb
  20. section where
  21.  
  22.   - the mode at the beginning of the line, e.g. "1024x768", 
  23.     matches the mode listed in the Modes line.
  24.   - the dot clock (the number immediately following the mode)
  25.     matches one of the clocks in the Clocks line.  Or
  26.     if there is no Clocks line, one of the clocks that X386
  27.     figures out for itself.
  28.  
  29. If more than one mode is listed in the Modes line, there must be
  30. a matching line for each one.
  31.  
  32. I believe your problem is that you do not have a Modes line.
  33.