home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17725 < prev    next >
Encoding:
Internet Message Format  |  1992-11-24  |  1.9 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!jvnc.net!netnews.upenn.edu!msuinfo!pacific.cps.msu.edu!major
  2. From: major@pacific.cps.msu.edu (Ronald Major)
  3. Newsgroups: comp.os.linux
  4. Subject: Paradise VGA, SIGBUS and FD_SET
  5. Message-ID: <1992Nov23.234209.29708@msuinfo.cl.msu.edu>
  6. Date: 23 Nov 92 23:42:09 GMT
  7. Sender: news@msuinfo.cl.msu.edu
  8. Organization: Dept. of Computer Science, Michigan State University
  9. Lines: 36
  10.  
  11. Hello everyone in Linux Land!
  12.  
  13.     I am a new Linux user for about a week now and I think
  14. it is really cool. I used the SLS package and all went smooth,
  15. after I spent a few hours figuring it out. I know very little
  16. about Unix system administration, but after playing around for
  17. a few days I learned alot :))
  18.  
  19. First problem:
  20.  
  21.     What I am trying to do now is get X running. I went 
  22. through the Xconfig tutorials ( several times ) trying to get
  23. the timing parameters set up in the ModeDB to no avail. I did
  24. get one graphics mode to work (816x632). But for that I copied
  25. one of the examples. I would like to get 1024x768 or higher
  26. working. I have seen alot of questions about this lately. 
  27. Could any one help me? My card has a WD90C31 chip (or something
  28. like that) and the manual says that there are clocks of 65 and
  29. 75 Mhz among others. The max horizontal freq is 48.5 khz and the
  30. max vert. is 90 hz.
  31.  
  32.  
  33. Second problem:
  34.  
  35.     I tried to compile xloadimage which I just downloaded
  36. from export.lcs.mit.edu. Most of the compile went smoothly
  37. until...
  38.     First, SIGBUS is not defines in signal.h. Does Linux 
  39. support SIGBUS? I just commented out those lines and proceeded :-(
  40.  
  41.     Next, during linking, it gave an error that FD_SET
  42. and FD_ZERO were referenced from the text segment and gave up.
  43. I just read that a new version of libc.so.4.2 was available
  44. from tsx-11. Was this library the problem?
  45.  
  46. Any answers would be appreciated ( except 42 which I already know :)
  47.