EVERYTHING FROM THE OTHER REPO

This commit is contained in:
2026-07-29 03:36:26 +03:00
parent 6777ea96db
commit 92a6ae42f5
4426 changed files with 1696506 additions and 2 deletions
+49
View File
@@ -0,0 +1,49 @@
# 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"
SubSectionSub "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "glx"
EndSection
Section "Device"
Identifier "Tegra0"
Driver "nvidia"
EndSection
Section "ServerFlags"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection
Section "Monitor"
Identifier "DFP-0"
Option "Rotate" "left"
EndSection
Section "InputDevice"
Identifier "tslib"
Driver "tslib"
Option "Device" "/dev/input/event1"
Option "ScreenNumber" "0"
Option "Width" "720"
Option "Height" "1280"
#Option "Rotate" "NONE"
#Option "EmulateRightButton" "1"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
InputDevice "tslib" "CorePointer"
EndSection