Modifying the Static Configuration (Optional)

The minimal xorg.conf is installed on the target in the following location:

/etc/X11/xorg.conf

Additionally, directories of *.conf fragment files are also located in the following locations:

/etc/X11/xorg.conf.d/
/usr/share/X11/xorg.conf.d/

By default, xorg.conf contains no specific settings for the screen resolution, virtual desktop size, bit depth, and display select, but instead query's the driver for the optimum settings based on displays enabled. It is the goal of the Tegra driver for the default settings along with runtime xrandr commands and X command-line arguments to be sufficient for most needs. In cases where defaults are not sufficient, appropriate settings for screen resolution, bit depth, and monitor enablement can be configured to create custom defaults. xrandr may still be used for runtime manipulation.

Note:

It is recommended that you use the nvidia-xconfig configuration tool to edit the xorg.conf file, rather than editing by hand. However, there may be circumstances where hand-editing is required.