home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / windows / x / i386unix / 374 < prev    next >
Encoding:
Text File  |  1993-01-23  |  1.6 KB  |  34 lines

  1. Newsgroups: comp.windows.x.i386unix
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewsk!cbnewsj!dwex
  3. From: dwex@cbnewsj.cb.att.com (david.e.wexelblat)
  4. Subject: Re: Accessing video memory bypassing Xserver
  5. Organization: AT&T
  6. Date: Fri, 22 Jan 1993 23:08:01 GMT
  7. Message-ID: <1993Jan22.230801.3189@cbnewsj.cb.att.com>
  8. References: <epstein.727300746@trwacs> <1993Jan22.004818.1494@cbnewsj.cb.att.com> <C19usA.Jvv@lut.fi>
  9. Lines: 23
  10.  
  11. In article <C19usA.Jvv@lut.fi> junki@lut.fi (Juha Nurmela) writes:
  12. > In article <1993Jan22.004818.1494@cbnewsj.cb.att.com>, dwex@cbnewsj.cb.att.com (david.e.wexelblat) writes:
  13. > |> Any particular reason that the MITSHM extension doesn't already do what
  14. > |> you're after?  If you're using an ET4000, I think you would be (very)
  15. > |> hard pressed to find a faster way to do this than creating shared-memory
  16. > |> pixmaps, and then XCopyArea'ing the whole pixmap to the screen.  Unless
  17. > |> you want to reimplement SpeedUp (which I don't recommend).
  18. > |> 
  19. > This sounds good. I had scanned the manual pages for something like this
  20. > before I posted my question, but they didn't mention MITSHM anywhere.
  21. > Should have taken a look at /usr/include/X11/extensions/...
  22. > Can't get away without recompiling the server, however. This extension
  23. > might not exist in the XFree86 for 386BSD by default.
  24.  
  25. No, it does not exist on 386BSD right now, because it's currently written
  26. for SYSV shared memory segments.  I would imagine, though, that it would
  27. take half a day's work to make it work with mmap().
  28.  
  29. > --
  30. > Juha Nurmela, expert historian.
  31.  
  32.  
  33.