home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text2115.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.7 KB  |  39 lines

  1.  
  2.  
  3. On Thu, 26 Oct 1995, Mat Hostetter wrote:
  4.  
  5. > >>>>> "Ben" == Ben Lindstrom <mouring@netnet.net> writes:
  6. >     Ben> At least if you can figure out if your are doing massives
  7. >     Ben> amount of screen graphics...lock the VT terminal focus.  =)
  8. > I think your suggestion is a good one, even if it won't work for all
  9. > programs we emulate.  I can lock the vc around where Executor itself
  10. > modifies screen memory.  I wonder if locking the vc when we don't even
  11. > own the vc causes our process to stop until we have regained the vc?
  12. > We do hardward accelerated rect fills under svgalib...I wonder if
  13. > switching vc's after such an operation has been started could cause
  14. > problems.
  15. What mainly the problem seems to be occuring it turns the cursor black.
  16. Which almost gives me the feeling that some section of memory is being
  17. blanked out when you leave a VC.  I don't think it's a SVGALib problem
  18. since Doom and Abuse both work just fine switching in and out of their
  19. VCs.  Maybe the video display is not being saved correctly under vgagl?
  20.  
  21. I don't know..=)  I'm doing SVGALib work and it's REALLY poorly documented
  22. and I personally wish there was a better solution. (Note: I did see a 
  23. comment about a another SVGA type library that had DOS/Linux support.  I
  24. don't remeber the name of it nor how good it is.)
  25.  
  26. > I am also concerned that switching vc's to X windows will cause
  27. > problems because Executor still owns the mouse and keyboard devices.
  28. > Hmmm.
  29.  
  30. I've never had problems with most software VC mouse/keyboard/graphics 
  31. software when switching between X and VC...Had not tried it with Executor.
  32.  
  33. Oh well..If I'm stuck using Executor under SVGALib in one VC...I can live
  34. with it for a while. =)
  35.  
  36.