blob: 8e38e9a008d589e581ee955cdc781bd03c7dd777 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
Section "ServerFlags"
Option "DontZap" "false"
EndSection
Section "Monitor"
Identifier "DefaultMonitor"
EndSection
Section "Device"
Identifier "DefaultDevice"
Option "monitor-LVDS1" "DefaultMonitor"
EndSection
Section "Screen"
Identifier "DefaultScreen"
Monitor "DefaultMonitor"
Device "DefaultDevice"
EndSection
Section "ServerLayout"
Identifier "DefaultLayout"
Screen "DefaultScreen"
EndSection