On Tue, 6 Mar 2001, Craig Qu wrote:
> Is it possible that two processes work at same time with svgalib?
> For example, draw some lines in parent process and draw more lines to the
> same terminal in a child process?
Not easily. You could use svgalib to set a linear memory mode in one
process, and then mmap tthe physical memory from /dev/mem (or
/dev/svga) in the other process. With threads it is easier, but svgalib
has no threads support, so it is your responsibility to make sure the
two threads do not conflict.
--
Matan Ziv-Av. [EMAIL PROTECTED]
------------------------------------------------------------------
Unsubscribe: To: [EMAIL PROTECTED]
Body: unsubscribe linux-svgalib