It saddens me that this bug/problem still occurs after all these years (forum posts regarding this issue dating back to 2005).
I need this to take screenshots also. The wrapper and its programs all work, and my tool works well. The problem occurs when a webpage with flash is loaded it would try to render it. resulting in the above error. I have added all sorts of things and my Xorg log shows RANDR being loaded. This problem only occurs on my server and not on my desktop (which uses the same basic scripts). The only difference may reside in which libraries are loaded by the system
This is my command:
xvfb-run -w 10 --server-args="-screen 0, 1024x768x24" ./CutyCapt --url="http://www.website.com" --plugins=on --out=/root/screenshots/$(date +"%s").png --min-height=1024 --min-width=1280
So how would I add the randr plugin to the above command since it can find it, is present and loaded but not working? When the video starts, it does everything, except for rendering the image, i can see errors from the soundcard (which is not present in my server) in the console, but that doesnt really matter to this ancient problem nobody seem to have resolved in the last decade.
I also read allot about "+extension rendr" and all but how do i apply it to the xvfb-run command instead of xvfb, or maybe i can create an instance, and pass it on to the command?