ponty
ponty
I fixed it, but can you help with your setup? Distro version, Xvfb -help, Xvfb version. `_USED_DISPLAY_NR_LIST` is only used when `-displayfd` command line option is not available which was...
"pyvirtualdisplay is a python wrapper for Xvfb, Xephyr and Xvnc" Have you installed Xvfb? #56 #73
Sorry I have no wsl and I had no feedback of Windows usage. You can try this environment variable: PYVIRTUALDISPLAY_DISPLAYFD=0
So the `-displayfd` flag has some problem on this config. Please test it https://stackoverflow.com/questions/2520704/find-a-free-x11-display-number/ This is my test on Ubuntu 22.04 ``` exec 6>display.log Xvfb -displayfd 6 ``` other terminal...
I used TigerVNC for tests, I didn't know that TightVNC has XVnc too. I fix the code for it.
https://en.wikipedia.org/wiki/TightVNC "TightVNC 1.3.10, released in March 2009, is the last version to support Linux/Unix." . https://en.wikipedia.org/wiki/TigerVNC "started as a fork of TightVNC in 2009. Stable release 1.13.1 / March 6,...
If you have no working /dev/fb0 then you can't use this program.
You can use any file if it is a Linux framebuffer, but I don't think that /dev/dri/card0 is a Linux framebuffer. Check the [command-line help](https://github.com/ponty/framebuffer-vncserver#command-line-help)
3.10 was the latest Python version when I uploaded EasyProcess 1.1 to the Pypi server, that's why it shows 3.10. https://pypi.org/project/EasyProcess/ is always the latest development version. It was tested...
It works! The comment is not correct: **"1500ms"** ```c /* Reset BlueNRG SPI interface. Hold reset line to 0 for 1500ms */ rst_ = 0; wait_us(1500); ```