I've been directed to try and make a small proof of concept. In order to make it work, I need to be able to move a mouse onto an xvfb-generated virtual display. Is this possible? I can't seem to find any way to get the mouse onto the virtual screen, since it's not really "connected" to the other screens.
I'm using a perl script to automate some mouse movements, so the end-goal is to get my script to move the mouse onto that screen, but I suspect the first step is to just get my mouse onto the xvfb screen, then from there figure out how to automate the action using perl.
Edit: If it matters, I'm on RHEL.
Edit 2: Also, I'm using X11::GUITest