0

Is there a way to connect to and use X server without calling XOpenDisplay? For example, is it possible to use X rendering capabilities to render to a bitmap? Does all interaction must start with XOpenDisplay?

1
  • 1
    State what you're trying to do. This question is vague at best. Commented Jun 6, 2012 at 17:56

1 Answer 1

1

No, that's not possible. Asking an X server to do things for you necessarily requires talking to an X server.

You can create virtual X servers (connected to no video or input hardware, just rendering into memory) with the Xvfb X server.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.