Macのvmware fusion vmのubuntu 15.10にxdotoolをインストールしました。ターミナルで次のコマンドを実行してみました。
>xdotool
returns the list of commands.
>xdotool mousemove 200 200
does not move the mouse, it should move it.
>xdotool type hello
does work and types hello
私の mousemove コマンドに何か問題がありますか、それとも何らかの理由で端末または VM で機能しませんか。