This file is indexed.

/usr/share/xorg/gtest/dummy.conf is in libxorg-gtest-data 0.7.1-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
Section "ServerLayout"
    Identifier "Dummy layout"
    Screen 0 "Dummy screen" 0 0
EndSection

Section "Screen"
    Identifier "Dummy screen"
    Device "Dummy video device"
EndSection

Section "Device"
    Identifier "Dummy video device"
    Driver "dummy"
EndSection