Created
November 30, 2014 20:58
-
-
Save michalpelka/a77ca39675f940b8e870 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) 2011-2014 NVIDIA CORPORATION. All Rights Reserved. | |
# | |
# This is the minimal configuration necessary to use the Tegra driver. | |
# Please refer to the xorg.conf man page for more configuration | |
# options provided by the X server, including display-related options | |
# provided by RandR 1.2 and higher. | |
# Disable extensions not useful on Tegra. | |
Section "Module" | |
Disable "dri" | |
SubSection "extmod" | |
Option "omit xfree86-dga" | |
EndSubSection | |
EndSection | |
Section "Device" | |
Identifier "Tegra0" | |
Driver "nvidia" | |
Option "UseEDID" "FALSE" | |
Option "IgnoreEDID" "true" | |
EndSection | |
Section "Monitor" | |
Identifier "DSI-0" | |
Option "Ignore" | |
EndSection | |
Section "Screen" | |
Identifier "Screen0" | |
Device "Tegra0" | |
Monitor "DSI-0" | |
DefaultDepth 24 | |
SubSection "Display" | |
Depth 24 | |
EndSubSection | |
Option "UseEdid" "False" | |
Option "AllowEmptyInitialConfiguration" | |
Option "IgnoreEDID" "true" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment