PyVirtualDisplay icon indicating copy to clipboard operation
PyVirtualDisplay copied to clipboard

Python wrapper for Xvfb, Xephyr and Xvnc

Results 24 PyVirtualDisplay issues
Sort by recently updated
recently updated
newest added

I use in a docker container with ``` from pyvirtualdisplay import Display disp = Display().start() # my code disp.stop() ``` after runing,I got the output as follow: ``` XIO: fatal...

The way PyVirtualDisplay works now, the virtual X server is created on the same process group as the Python script. One of the effects of this is that when sending,...

Hello, I found a good X11 server for the Windows operating system called Xming (http://www.straightrunning.com/XmingNotes/) which apparently works just like Xvfb I wanted to ask if someone has ever tried...

Hi, I'm hitting "Not a valid VNC server" when attempting to run a basic VNC server in Docker. **VNCServer (containerized):** Docker version 20.10.12, build 20.10.12-0ubuntu4 python:3.10.4-slim-bullseye **Local machine:** Ubuntu 22.04...

Is there any way to enable GPU/Hardware Acceleration to run average applications smoothly?

Receiving this message: ModuleNotFoundError: No module named 'pythonvirtualdisplay'

Is there a way to hide the cursor inside of Xvfb?

When i try to use pyvritualdisplay and call Display() it gives me the following error `Traceback (most recent call last): File "test.py", line 5, in disp = Display() File "C:\Users\cvssh\PycharmProjects\Trustmenot2\venv\lib\site-packages\pyvirtualdisplay\display.py",...

I am facing a big problem when i am trying to start virtual display in multiple sessions. If multiple sessions try to start the display at the same time the...

Since upgrading to v2.0, I sometimes see this on GitHub Actions: ``` Wed, 20 Jan 2021 17:02:27 GMT py36-pyqt512 run-test: commands[1] | /home/runner/work/qutebrowser/qutebrowser/.tox/py36-pyqt512/bin/python -bb -m pytest tests Wed, 20 Jan...