1. Section "Monitor"
  2.  
  3. Identifier "HDMI"
  4. ModeLine "1280x720" 74.48 1280 1336 1472 1664 720 721 724 746 -HSync +Vsync
  5. ModeLine "720x480" 26.72 720 736 808 896 480 481 484 497 -HSync +Vsync
  6. ModeLine "640x480" 23.86 640 656 720 800 480 481 484 497 -HSync +Vsync
  7. ModeLine "720x576" 32.67 720 744 816 912 576 577 580 597 -HSync +Vsync
  8. ModeLine "1920x1080" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
  9.  
  10. EndSection
  11.  
  12. #Section "Monitor"
  13. # Identifier "TFTLCD"
  14. # HorizSync 28.0 - 100.0
  15. # VertRefresh 43.0 - 72.0
  16. # ModeLine "800x600" 38.22 800 832 912 1024 600 601 604 622 -HSync +Vsync
  17. # ModeLine "1280x960" 102.10 1280 1360 1496 1712 960 961 964 994 -HSync +Vsync
  18. # ModeLine "1280x1024" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
  19. # ModeLine "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync
  20. #EndSection
  21.  
  22. Section "Device"
  23.  
  24. Identifier "Tegra HDMI"
  25. Driver "tegra"
  26.  
  27. # VirtualDesktop indicates which virtual desktops should be used by X.
  28. # X will use the specified virtual desktop *and* the next one. In
  29. # order for an external app to share a display with the X server, it
  30. # needs to use the same virtual desktop. Valid values are integers 0
  31. # (default) or 1.
  32.  
  33. # Option "VirtualDesktop" "1"
  34.  
  35. # OverlayDepth is a 32-bit integer which is used to control overlay
  36. # stacking order. The overlay with the lowest depth is in front of
  37. # all others. This value has meaning only when multiple overlays are
  38. # present on a display.
  39.  
  40. # Option "OverlayDepth" "255"
  41.  
  42. # OverlayCombineMode determines how the X overlay is combined with the
  43. # overlay behind it during scanout. Available modes are: Opaque
  44. # (default), SourceAlphaBlend, and PremultSourceAlphaBlend. This
  45. # value has meaning only when an external process has created a
  46. # display which is behind the X server.
  47.  
  48. # Option "OverlayCombineMode" "PremultSourceAlphaBlend"
  49.  
  50. # ARGBHWCursor controls whether the X driver uses an overlay to
  51. # display 32-bit "true-color" cursors, or whether such cursors are
  52. # emulated in software. Valid values are "true" (default) to enable
  53. # hardware cursors, and "false" to disable them.
  54.  
  55. Option "ARGBHWCursor" "false"
  56.  
  57. EndSection
  58.  
  59. #Section "Device"
  60.  
  61. # Identifier "Tegra Internal"
  62. # Driver "tegra"
  63.  
  64. # Option "ARGBHWCursor" "false"
  65.  
  66. #EndSection
  67.  
  68. Section "Screen"
  69.  
  70. Identifier "Screen HDMI"
  71. Device "Tegra HDMI"
  72. Monitor "HDMI"
  73.  
  74. DefaultDepth 24
  75.  
  76. SubSection "Display"
  77. Depth 24
  78. ViewPort 0 0
  79. Virtual 3600 1080
  80. EndSubsection
  81.  
  82. EndSection
  83.  
  84. #Section "Screen"
  85.  
  86. # Identifier "Screen Internal"
  87. # Device "Tegra Internal"
  88. # Monitor "TFTLCD"
  89.  
  90. # DefaultDepth 16
  91.  
  92. # SubSection "Display"
  93. # Depth 16
  94. # ViewPort 0 0
  95. # EndSubsection
  96.  
  97. #EndSection
  98.  
  99. Section "ServerLayout"
  100.  
  101. Identifier "HDMI"
  102. Screen "Screen HDMI"
  103.  
  104. EndSection
  105.  
  106. #Section "ServerLayout"
  107.  
  108. # Identifier "Internal"
  109. # Screen "Screen Internal"
  110.  
  111. #EndSection
  112.  
  113. #Section "ServerLayout"
  114.  
  115. # Identifier "DualView"
  116. # Screen "Screen Internal"
  117. # Screen "Screen HDMI" RightOf "Screen Internal"
  118.  
  119. #EndSection