home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / bsd / 11114 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  3.3 KB

  1. Path: sparky!uunet!cs.utexas.edu!rutgers!micro-heart-of-gold.mit.edu!uw-beaver!newsfeed.rice.edu!rice!news.Rice.edu!rich
  2. From: rich@Rice.edu (& Murphey)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: [386BSD] XFree86 Questions: Help!
  5. Message-ID: <RICH.93Jan9220339@superego.Rice.edu>
  6. Date: 10 Jan 93 04:03:39 GMT
  7. References: <1iq7ltINN15i@darkstar.UCSC.EDU>
  8. Sender: news@rice.edu (News)
  9. Reply-To: Rich@rice.edu
  10. Organization: Department of Electrical and Computer Engineering, Rice
  11.     University
  12. Lines: 70
  13. In-Reply-To: david@maxwell.ucsc.edu's message of 10 Jan 93 22:23:57 GMT
  14.  
  15. >>>>> In article <1iq7ltINN15i@darkstar.UCSC.EDU>, david@maxwell.ucsc.edu (David Darknell) writes:
  16. David> NNTP-Posting-Host: maxwell.ucsc.edu
  17.  
  18. David> Congratulations to all of you wonderful programmers for this treat!
  19. David> Wow!  I have been trying to install 386BSD on my 486/33 8M/535M HD
  20. David> and have some problems, primarily they are:
  21.  
  22. David> 1.  I can't find anywhere the procedure for installing XFree86 with
  23. David>     a Logitech bus mouse (irq5).  I did manage to get XFree86 to
  24. David>     recognize a serial mouse.  
  25.  
  26. We currently have three drivers available by anonymous ftp:
  27.  
  28. A port of Erik Forsberg's bus mouse driver for 386bsd was posted to
  29. comp.unix.bsd in Oct 91 by Sandi Donno sandi@uctcs.cs.uct.ac.za.
  30. It's available by anon ftp from kappa.rice.edu (128.42.4.7) in
  31. pub/ms-busmouse.tar.Z.
  32.  
  33. A beta release of a logitech Bus Mouse driver written by Fred
  34. Cawthorne <fcawth@delphi.umd.edu> which supports XFree86 under
  35. 386bsd. It's on kappa.rice.edu in pub/logitech-busmouse-0.2.shar.Z.
  36.  
  37. Rick Macklem <rick@snowhite.cis.uoguelph.ca> wrote a driver for the
  38. Logitech and ATI Inport Bus mice for use with 386bsd.  There are
  39. patches to this driver by Eugene Stark <stark@sbcs.sunysb.edu> to
  40. support the Microsoft bus mouse.  It's on kappa.rice.edu in
  41. pub/Macklem-busmouse.uu.
  42.  
  43. 386bsd kernel binaries with bus mouse drivers are not available, but
  44. if someone were willing to help us test and support them it could be
  45. done.  We can't without the hardware.
  46.  
  47. David> 2.  Whenever I invoke xinit with the Logitech settings (in Xconfig)
  48. David>     Logitech    "/dev/com1:
  49. David>     etc..
  50. David>     My screen is shifted to graphics mode, and is never restored when
  51. David>     X dies.  I have to sync;shutdown to restore my screen.  when I
  52. David>     comment out the Logitech device driver, the screen is not corrupted.
  53. David>     Why?
  54.  
  55. If you kill the server or it dies, it doesn't restore the screen.
  56. It should restore the screen when the server is allowed to shut down
  57. gracefully.
  58.  
  59. David> 3. I now have the message, when I invoke xinit:
  60. David>     ...
  61. David>     VGA256: SpeedUp mode selected (Flags=0x3f)
  62.  
  63. David>     Fatal Server error:
  64. David>     could not open default font 'fixed'
  65.  
  66. Incorrect font istallation can cause this error message and the most
  67. common mistake is uncompressing /usr/X386/lib/X11/fonts/misc/*.
  68. This causes the server to abort when it cannot open compressed font
  69. files listed in /usr/X386/lib/X11/fonts/misc/fonts.dir.  The safest
  70. way to fix it is to unpack core-fonts-1.1.tar.Z again.  But you can
  71. also compress them if you uncompressed them, or rerun mkfontdir in
  72. order to fix the fonts.dir file.  Rich
  73.  
  74. David>     XIO:  fatal IO error 32 (...
  75.  
  76. David>     I have two font directories, 75dpi, and misc which were in the 
  77. David>     orig distribution.  Neither has any font named, 'default'.  What
  78. David>     am I missing here?
  79.  
  80.  
  81.  
  82. David> thanks!
  83.  
  84. David> David
  85.