home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / bsd / 11024 < prev    next >
Encoding:
Text File  |  1993-01-08  |  2.2 KB  |  45 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!wupost!spool.mu.edu!news.nd.edu!mentor.cc.purdue.edu!noose.ecn.purdue.edu!en.ecn.purdue.edu!maraman
  3. From: maraman@en.ecn.purdue.edu (Jason J Maraman)
  4. Subject: Re: Still more XFree86 problems
  5. Message-ID: <1993Jan8.084149.19688@en.ecn.purdue.edu>
  6. Organization: Purdue University Engineering Computer Network
  7. References: <51098@shamash.cdc.com>
  8. Date: Fri, 8 Jan 93 08:41:49 GMT
  9. Lines: 34
  10.  
  11. In article <51098@shamash.cdc.com> pbd@runyon.cim.cdc.com (Paul Dokas) writes:
  12. >I'm still having problems with XFree86.  When ever I run 'startx'
  13. >or 'xinit' or 'X386 :0' the X server starts up, puts the screen
  14. >into graphics mode (not clear) and just hangs.
  15. >
  16.  
  17. >BTW, my problems might be due to the com ports that I have in my system.
  18. >Here is a section of my config file:
  19. >
  20. >  device          com1    at isa? port "IO_COM1" tty irq 4 vector comintr
  21. >  device          com2    at isa? port "IO_COM2" tty irq 3 vector comintr
  22. >  device          com3    at isa? port 0x3e8 tty irq 4 vector comintr
  23. >  device          com4    at isa? port 0x2e8 tty irq 3 vector comintr
  24. >
  25. >com1 and com2 are on a multi-io board (ide, fd, 2serial, 1parallel, 1game)
  26. >and com3 and com4 are on a serial io card.  Com3 is a 16450, and com4 is
  27. >a 16550.  They are all found and configured correctly at boot time.  My mouse
  28. >is on com1 and my ascii terminal is on com3.
  29.  
  30. Because of the way ISA handles interrupts, it is not possible to 
  31. reliably share interrupts among multiple cards.  However, if all the ports 
  32. are on the same card and the card is designed properly, then the ports can 
  33. be shared (this assumes the device driver knows how to deal with this).
  34.  
  35. If you want to use all your com ports, there is no reason why you can't
  36. use interrupts other than 3 and 4 by cutting the leader to the appropriate
  37. pin and soldering a wire from there to the interrupt line you want to use.
  38. It's really quite simple and I have it working on my machine.  If you
  39. want more information on this then please email.  Also, if you decide
  40. to do this and fry your board then don't blame me.
  41.  
  42. ------------------------------------------------------------------------------
  43. Jason J. Maraman    -   maraman@en.ecn.purdue.edu
  44. Purdue University                                   
  45.