Thursday 31 January 2019

Multiple clients on a single Xvfb server/process?


Is is possible to use only one Xvfb process to serve multiple clients simultaneously?


Or, phrasing it differently: A Xvfb process maps directly to one screen, i.e., multiple clients share the same screen, or each new client gets a new, isolated, screen?



Answer



Yes, you can have multiple clients per Xfvb screen, much as your X display can have multiple clients.


Remember that Xvfb is essentially an XServer without a screen, just peeling off the actual video card writing and manipulation.


I'm curious as to why you need this? We needed to run this for Java code that couldn't run headless. It needed a frame buffer to write to even though it was dumping to a file only.


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...