/usr/share/compiz/mousepoll.xml is in compiz-plugins-default 1:0.9.11+14.04.20140409-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | <?xml version="1.0" encoding="UTF-8"?>
<compiz>
<plugin useBcop="true" name="mousepoll">
<short>Mouse position polling</short>
<long>Updates the mouse pointer position from the xserver</long>
<category>Utility</category>
<deps>
<relation type="after">
<plugin>opengl</plugin>
<plugin>composite</plugin>
<plugin>decor</plugin>
</relation>
</deps>
<options>
<short>Misc</short>
<option type="int" name="mouse_poll_interval">
<short>Mouse Poll Interval</short>
<long>How often to poll the mouse position, in miliseconds. Reduce this to reduce choppy behavior.</long>
<default>10</default>
<min>1</min>
<max>500</max>
</option>
</options>
</plugin>
</compiz>
|