Logo

dev-resources.site

for different kinds of informations.

Xvfb

Published at
1/6/2023
Categories
x11
Author
brandonrozek
Categories
1 categories in total
x11
open
Author
12 person written this
brandonrozek
open
Xvfb

X Virtual Framebuffer (Xvfb) is a great quick application to run applications that expect a X11 server, but you don’t care to see the visual output.

To install:

sudo apt install xvfb

Enter fullscreen mode Exit fullscreen mode

To run:

xvfb-run application

Enter fullscreen mode Exit fullscreen mode

For more customization, I hear that it’s better to use xpra with Xdummy. I haven’t tried this myself yet, but if you experience issues with the application expecting randr or glx extensions, give it a shot.

Featured ones: