This file is indexed.

/usr/share/compiz/mousepoll.xml is in compiz-plugins-main-default 1:0.9.7.0~bzr19-0ubuntu10.

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 name="mousepoll" useBcop="true">
	<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>40</default>
		<min>1</min>
		<max>500</max>
	    </option>
	</options>
    </plugin>
</compiz>