Tagged Questions
2
votes
2answers
437 views
Xvfb does not release memory
We want to create screenshots of websites for our software, and we are doing this by using CutyCapt with Xvfb.
Unfortunatly every time CutyCapt takes a screenshot, the memory of Xvfb increases .. ...
2
votes
1answer
840 views
CutyCapt seems to ignore the Xvfb screen size parameters
I have a problem using CutyCapt to create images rendered for a particular screen size.
For example, if I do these:
xvfb-run --server-args="-screen 0, 800x600x24" \
~/bin/CutyCapt/CutyCapt ...