Simple Question: Is there a way to resize a Xvfb display?

I tried with RandR but it seems that the RandR extension is not supported by Xvfb. Are there other ways to resize the screen?

Thanks for your help!

link|improve this question

70% accept rate
feedback

1 Answer

You can use server-args param to specify custom resolution:

xvfb-run --server-args="-screen 0, 1024x768x24" ...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.