# See Xserver(1) for more information about options.

### Main server option.

# Set default connection timeout in seconds.
#CONNECTION_TIMEOUT=15

# Set the data space limit of the server to the specified number of kilobytes.
#DATA_SPACE_LIMIT=-1

# Set the number-of-open-files limit of the server to the specified number.
#OPEN_FILES_LIMIT=-1

# Set the stack space limit of the server to the specified number of kilobytes.
#STACK_SPACE_LIMIT=-1

# Set the audit trail level.
#AUDIT=1

# Causes the server to generate a core dump on fatal errors.
# Value: yes/no
#COREDUMP=yes

# The Xorg server checks the ABI revision levels of each module that it loads.
# It will normally refuse to load modules with ABI revisions that are newer
# than the server's.
# See Xorg(1) for more information about option.
# Value: yes/no
#IGNORE_ABI=yes

# Set the resolution for all screens, in dots per inch.
#DPI=96

# Sets the default color depth. Legal values are 1, 4, 8, 15, 16, and 24.
#DEPTH=24

# Disable host-based access control mechanisms. Enables access
# by any host, and permits any host to modify the access control list.
# Value: yes/no
#ACCESS_CONTROL=yes

# Disable a transport type.
# Value: [tcp|local]
NOLISTEN=tcp

# Enable/disable DPMS (display power management services)
# Value: yes/no
#DPMS=yes

# Turn on/off auto-repeat.
# Value: yes/no
#AUTO_REPEAT=yes

# Enable or disable the XINERAMA extension.
# Value: yes/no
#XINERAMA=no

# Set video-(on/off) screen-saver preference.
# Value: yes/no
#SCREENSAVER_VIDEO=yes

# Set screen-saver pattern cycle time in minutes.
#SCREENSAVER_CYCLE=30

# Set screen-saver timeout time in minutes.
#SCREENSAVER_TIMEOUT=60

### XDMCP opentons.

# Enables XDMCP and sends Query packets to the specified hostname.
#XDMCP_QUERY=localhost

# Enables XDMCP and send IndirectQuery packets to the specified hostname.
#XDMCP_INDIRECT=localhost

# Enable XDMCP and multicast BroadcastQuery packets to the  network.
# Value: [ADDRESS [HOP COUNT]]
#XDMCP_MULTICAST=

# Enable  XDMCP and broadcasts BroadcastQuery packets to the network.
# Value: yes/no
#XDMCP_BROADCAST=no

# Uses the specified port number for XDMCP packets, instead of the default.
#XDMCP_PORT=6000

# Specifies the local address to connect from (useful if the connecting
# host has multiple network interfaces).
#XDMCP_FROM=127.0.0.1
