This file is indexed.

/etc/laptop-mode/conf.d/video-out.conf is in laptop-mode-tools 1.64-1ubuntu1.

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
26
27
28
29
30
#
# Configuration file for Laptop Mode Tools module video-out.
#
# For more information, consult the laptop-mode.conf(8) manual page.
#


###############################################################################
# Video output control settings
# -----------------------------
#
#__COMMENT It is not always possible for video hardware to detect if displays are
#__COMMENT actually connected to VGA out and/or TV out ports. However, an enabled video
#__COMMENT output port draws power, even if no display is connected. This module allows
#__COMMENT you to force display outputs off depending on the power mode.
#
###############################################################################

# Enable debug mode for this module
# Set to 1 if you want to debug this module
DEBUG=0

# Control video output settings?
CONTROL_VIDEO_OUTPUTS=0

# Display types to disable in various modes. Run "xrandr" to check which outputs
# are available. Make sure that you do not list your primary display here!
BATT_DISABLE_VIDEO_OUTPUTS="TMDS VGA"
LM_AC_DISABLE_VIDEO_OUTPUTS="TMDS VGA"
NOLM_AC_DISABLE_VIDEO_OUTPUTS=""