home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / bsd / 8928 < prev    next >
Encoding:
Text File  |  1992-11-15  |  1.8 KB  |  43 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!lotus!lotus!jkh
  3. From: jkh@esel.lotus.com (Jordan K Hubbard)
  4. Subject: CODRV EXPERIENCES [was Re: XFree86 problems (keyboard hangs overnight)]
  5. In-Reply-To: veit@du9ds3.fb9dv.uni-duisburg.de's message of 13 Nov 92 15:58:57 GMT
  6. Message-ID: <JKH.92Nov16095746@esel.lotus.com>
  7. Sender: news@lotus.com
  8. Organization: Lotus Ireland
  9. References: <BxM1qt.2xC@unx.sas.com> <STARK.92Nov12154408@sbstark.cs.sunysb.edu>
  10.     <veit.721670337@du9ds3>
  11. Distribution: comp
  12. Date: 16 Nov 92 09:57:46
  13. Lines: 28
  14.  
  15.  
  16.     I am becoming quite tired now to to say that all of this is covered by "codrv". 
  17.     Get the keycap-0.1.1.tar.Z stuff from ftp.uni-duisburg.de (134.91.100.14).
  18.     Read README*, FAQ.ddmmyy, and BUGLIST.ddmmyy there.
  19.  
  20. Actually, in an attempt to be somewhat fair (after jumping all over
  21. Herr Dr. Veit for suggesting that hacking the pccons driver was a
  22. complete waste of time), I installed the keycap stuff over the
  23. weekend.  This is what I encountered:
  24.  
  25. The instructions assume you don't have anything at major 0x0F - this
  26. is obviously not going to be the case for everyone, so bias the
  27. instructions accordingly.
  28.  
  29. codrv, as distributed, does not seem to compile on its own.  You need
  30. to grab pcmmap() from pccons.c in order to get the kernel to link.  I
  31. haven't checked to see if it's ever called, but I doubt it is.
  32.  
  33. Everything seems to work as far as the console driver is concerned,
  34. but I was unable to get the Xfree86 1.1 driver to work at all.  I
  35. applied all the 1.1 patches (successfully) and recompiled the server
  36. to codrv support enabled, but got 'unable to map /dev/vga' upon
  37. running it (with the server suid root, of course).  I didn't
  38. have time to debug it, so I've switched back to the old pccons
  39. driver (with my hacks) for now.
  40.  
  41. Perhaps when the X11 support is more functional I'll go back to it.
  42. Has anyone gotten this to work?
  43.