home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21419 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.8 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!fuug!ichaos!jlaiho
  2. From: jlaiho@ichaos.nullnet.fi (Juha Laiho)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Help Needed for Linux.
  5. Message-ID: <BzMnw8.49H@ichaos.nullnet.fi>
  6. Date: 21 Dec 92 21:04:55 GMT
  7. References: <1992Dec21.063353.6903@sfu.ca>
  8. Organization: NullNet r.y.
  9. Lines: 33
  10.  
  11. In article <1992Dec21.063353.6903@sfu.ca> wonge@fraser.sfu.ca (Edmund Wong) writes:
  12. >   8) I can't seem to get the X11 to work.  When I do a 'startx' 
  13. >      command, the following screen appears:-
  14. >
  15. >      Creating TCP socket: Invalid argument
  16. >      XFree86 Version 1.0Ya / X Window System
  17. >      (protocol Version 11, revision 0, vendor release 5000)
  18. >      Configured drivers:
  19. >          VGA256 (256 colour SVGA);
  20. >              et4000, et3000, pvga1, gvga, ati, tvga8900
  21. !      VGA256: et4000 (mem: 0k numclocks: 16)
  22. !      VGA256:   clocks: 25 28 36 27 30 33 20 24 50 57 72 45 60 65 40 47
  23. !      VGA256: Too little memory for virtual resolution
  24. >
  25. >    I have a Trident 8900 card(?), with 512k,  a CTX SVGA monitor
  26. >    for a 486/33 clone with 8megs of ram.
  27. >
  28. Seems like you have some errors in your XConfig..
  29. First, your XConfig explicitly states that you have et4000 chipset, and you
  30. explicitly state that you have tvga8900.
  31.  
  32. Second, I think that you may have "Virtual 1024 1024" in your XConfig.
  33. This is size of the virtual screen, and this virtual screen should be small
  34. enough to fit in your VGA RAM. As this is a 256-colour mode, every pixel needs
  35. 8 bits, thus 1024x1024 pixels need 1MByte. Reducing the virtyal resolution, or
  36. commenting out the whole line could make the situation a lot better.
  37. (Hey, someone, put this virtual resolution thing to X FAQ, if one exists..)
  38.  
  39. I also think that XFree 1.0 had some strange bug that appeared with tvga/512k,
  40. but is fixed with XFree 1.1, and does not affect tvga cards w 1M memory
  41. installed.
  42.  
  43. ..Wolf
  44.