Skip to content

Instantly share code, notes, and snippets.

@michalpelka
Created November 30, 2014 20:58
Show Gist options
  • Save michalpelka/a77ca39675f940b8e870 to your computer and use it in GitHub Desktop.
Save michalpelka/a77ca39675f940b8e870 to your computer and use it in GitHub Desktop.
# 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