Questions tagged [xvfb]

Xvfb; X virtual framebuffer, is an X11 server that can run graphic applications without a physical screen.

Xvfb is an X11 server that executes all the graphical operations in memory without showing any screen output.

It acts exactly like any other X widow server but with the difference that no output is shown so Xvfb does not require the computer it is running on to a screen.

It can be used for many things like remote controlling browsers in web testing, or background tasks running for creating screenshots of programs or web pages.

543 questions
-1
votes
1 answer

Xvfb on DISPLAY :0 and connect Xsession to DISPLAY :0 from chroot

My situation: Host computer on ArchLinux. And launched inside chroot-enviornment (ArchLinux) with systemd-nspawn container technology. I need connect nomachine client to chrooted system. I have simple script #!/bin/sh COOKIE=`ps -ef | md5sum | cut…
-1
votes
1 answer

running spynner script on linux without x11

I wrote script which collect some userful for me data from my accounts. I run it on windows and everything works ok. But I am not able to run it on linux (without gui). I installed pyqt4, spynner and all necessary dependencies. The problem…
-2
votes
1 answer

How to fix "No protocol specified" xdpyinfo error?

On Ubuntu 18.04.5 LTS (GNU/Linux 4.15.0-122-generic x86_64): $ apt install x11-apps $ xvfb-run -e x11.log --listen-tcp --server-num=76 --server-arg="-screen 0 1920x1080x24" --auth-file=/tmp/Xauthority nohup xclock > app.log 2>&1 < /dev/null & $…
Jingguo Yao
  • 7,320
  • 6
  • 50
  • 63
1 2 3
36
37