home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-12 / text0384.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  1.2 KB  |  35 lines

  1. > > 
  2. > > Currently I don't turn off console for reasons listed above.  Also, 
  3. > > what about if you *want* to be able to pop up the console (with some
  4. > > special keys, ala Amiga-N/Amiga-M).  Need some way to refocus
  5. > > keyboard/ mouse on the console.
  6. > Maybe these keys could be caught by X and it could close kbd? dunno it
  7. > will need to know when to reopen them too I guess.  I was connsidering
  8. > writing a CX like daemon when I started messing with ite.c, not there yet.
  9.  
  10. I would rather not have to catch these at the application level (ie
  11. X).  Seems like the keyboard would work with views at the kernel level
  12. to automagically refocus on the top view.  For example - /dev/kbd and
  13. /dev/mouse opened for read by many programs (may need different device
  14. numbers though), but only the top view gets input delivered.  I have
  15. no idea what a "CX like daemon" is - maybe it is just this?
  16.  
  17. > ...
  18. > Use of the CPU is much faster than the blitter on all machines that
  19. > NetBSD currently (and probably hereforth) runs on.
  20.  
  21. True, but how about if the CPU is already busy?  I am hoping I can
  22. use them *both* - there are plenty of other things the CPU can be doing,
  23. from calculating shapes in X to keeping that kernel compile going :-).
  24.  
  25. > ...
  26. > Chris.
  27.  
  28. Roy
  29.  
  30.