mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
33 lines
1.1 KiB
Xorg
33 lines
1.1 KiB
Xorg
# 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"
|
|
Disable "dri2"
|
|
Disable "glx"
|
|
SubSectionSub "extmod"
|
|
Option "omit xfree86-dga"
|
|
EndSubSection
|
|
EndSection
|
|
|
|
Section "Device"
|
|
Identifier "Tegra"
|
|
Driver "tegra"
|
|
|
|
# OverlayDepth is a 32-bit integer which is used to control overlay
|
|
# stacking order. The overlay with the lowest depth is in front of
|
|
# all others. This value has meaning only when multiple overlays are
|
|
# present on a display.
|
|
|
|
# Option "OverlayDepth" "255"
|
|
|
|
# ARGBHWCursor controls whether the X driver uses an overlay to
|
|
# display 32-bit "true-color" cursors, or whether such cursors are
|
|
# emulated in software. Valid values are "true" to enable hardware
|
|
# cursors, and "false" (default) to disable them.
|
|
|
|
# Option "ARGBHWCursor"
|
|
EndSection
|