home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text6023.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  2.2 KB

  1. Received: (from mouring@localhost) by netnet1.netnet.net (8.6.9/8.6.9) id LAA29517; Thu, 26 Oct 1995 11:16:56 -0500
  2. Date: Thu, 26 Oct 1995 11:16:56 -0500 (CDT)
  3. From: Ben Lindstrom <mouring@netnet.net>
  4. To: Mat Hostetter <mat@ardi.com>
  5. cc: executor@nacm.com
  6. Subject: Re: Linux + SVGALIB
  7. In-Reply-To: <m0t8UHa-000GOwC@gwar.ardi.com>
  8. Message-ID: <Pine.SUN.3.91.951026111154.24993B-100000@netnet1.netnet.net>
  9. MIME-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11. Sender: owner-paper@nacm.com
  12. Precedence: bulk
  13.  
  14.  
  15.  
  16. On Thu, 26 Oct 1995, Mat Hostetter wrote:
  17.  
  18. > >>>>> "Ben" == Ben Lindstrom <mouring@netnet.net> writes:
  19. >     Ben> At least if you can figure out if your are doing massives
  20. >     Ben> amount of screen graphics...lock the VT terminal focus.  =)
  21. > I think your suggestion is a good one, even if it won't work for all
  22. > programs we emulate.  I can lock the vc around where Executor itself
  23. > modifies screen memory.  I wonder if locking the vc when we don't even
  24. > own the vc causes our process to stop until we have regained the vc?
  25. > We do hardward accelerated rect fills under svgalib...I wonder if
  26. > switching vc's after such an operation has been started could cause
  27. > problems.
  28. What mainly the problem seems to be occuring it turns the cursor black.
  29. Which almost gives me the feeling that some section of memory is being
  30. blanked out when you leave a VC.  I don't think it's a SVGALib problem
  31. since Doom and Abuse both work just fine switching in and out of their
  32. VCs.  Maybe the video display is not being saved correctly under vgagl?
  33.  
  34. I don't know..=)  I'm doing SVGALib work and it's REALLY poorly documented
  35. and I personally wish there was a better solution. (Note: I did see a 
  36. comment about a another SVGA type library that had DOS/Linux support.  I
  37. don't remeber the name of it nor how good it is.)
  38.  
  39. > I am also concerned that switching vc's to X windows will cause
  40. > problems because Executor still owns the mouse and keyboard devices.
  41. > Hmmm.
  42.  
  43. I've never had problems with most software VC mouse/keyboard/graphics 
  44. software when switching between X and VC...Had not tried it with Executor.
  45.  
  46. Oh well..If I'm stuck using Executor under SVGALib in one VC...I can live
  47. with it for a while. =)
  48.  
  49.