Advertisement
Guest User

Untitled

a guest
Sep 6th, 2022
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. # Screen 1 "Screen1" RightOf "Screen0"
  5. EndSection
  6.  
  7.  
  8.  
  9. ######
  10.  
  11.  
  12. Section "Files"
  13. FontPath "unix/:7100"
  14. EndSection
  15.  
  16. Section "Module"
  17. Load "glx" # OpenGL X protocol interface
  18. Load "extmod" # Misc. required extensions
  19. EndSection
  20.  
  21. Section "ServerFlags"
  22. Option "VTSysReq" "on"
  23. Option "DontVTSwitch" "on"
  24. Option "DontZoom" "on"
  25. Option "AutoAddDevices" "True"
  26. Option "AutoAddGPU" "false"
  27. EndSection
  28.  
  29. Section "Extensions"
  30. # Option "Composite" "Disable"
  31. EndSection
  32.  
  33.  
  34. Section "InputClass"
  35. Identifier "Keyboard0"
  36. MatchIskeyboard "on"
  37. Option "XkbModel" "pc105"
  38. Option "XkbCompat" "basic+misc"
  39. Option "XkbLayout" "us"
  40. Option "XkbOptions" "terminate:ctrl_alt_bksp"
  41. EndSection
  42.  
  43.  
  44. Section "InputClass"
  45. Identifier "ERASER"
  46. MatchDriver "wacom"
  47. MatchProduct "eraser|Eraser|ERASER"
  48. Option "Mode" "Absolute"
  49. # Option "Rotate" "HALF"
  50. # Option "ScreenNo" "0"
  51. # Option "TwinView" "horizontal"
  52. EndSection
  53.  
  54. Section "InputClass"
  55. Identifier "cursor"
  56.  
  57. MatchDriver "wacom"
  58. MatchProduct "cursor|Cursor|CURSOR"
  59. # Option "Mode" "Absolute"
  60. # Option "Rotate" "HALF"
  61. # Option "ScreenNo" "0"
  62. # Option "TwinView" "horizontal"
  63. EndSection
  64.  
  65. Section "InputClass"
  66. Identifier "pad"
  67.  
  68. MatchDriver "wacom"
  69. MatchProduct "pad|Pad|PAD"
  70. Option "Mode" "Absolute"
  71. # Option "Rotate" "HALF"
  72. # Option "ScreenNo" "0"
  73. # Option "TwinView" "horizontal"
  74. EndSection
  75.  
  76.  
  77. Section "InputClass"
  78. Identifier "touch"
  79.  
  80. MatchDriver "wacom"
  81. MatchProduct "touch|Touch|TOUCH|Finger|finger|FINGER"
  82. # Option "Rotate" "HALF"
  83. # Option "ScreenNo" "0"
  84. # Option "TwinView" "horizontal"
  85. Option "Touch" "off"
  86. EndSection
  87.  
  88.  
  89.  
  90. ######
  91. #MONITORS ORIGINALES
  92.  
  93. Section "Monitor"
  94. Identifier "Monitor0"
  95. VendorName "Monitor Vendor"
  96. ModelName "Monitor Model"
  97. EndSection
  98.  
  99. Section "Monitor"
  100. Identifier "Monitor1"
  101. VendorName "Monitor Vendor"
  102. ModelName "Monitor Model"
  103. EndSection
  104.  
  105.  
  106. ######
  107. #MONITORS ADSK
  108.  
  109. #Section "Monitor"
  110. # Identifier "Generic EDID"
  111. # VendorName "---"
  112. # ModelName "NVIDIA Generic EDID"
  113. #EndSection
  114.  
  115. #Section "Monitor"
  116. # Identifier "Generic 1920x1200 EDID"
  117. # VendorName "---"
  118. # ModelName "NVIDIA Generic 1920x1200 EDID"
  119. # HorizSync 30.0 - 95.0
  120. # VertRefresh 50.0 - 180.0
  121. #EndSection
  122.  
  123. #Section "Monitor"
  124. # Identifier "Generic Monitor"
  125. #EndSection
  126.  
  127.  
  128.  
  129.  
  130.  
  131. #### NVIDIA ADSK
  132.  
  133. Section "Device"
  134. Identifier "Card0"
  135. Driver "nvidia"
  136. Option "Overlay" "on"
  137. Option "HardDPMS" "False"
  138. Option "Interactive" "False"
  139. Option "ModeValidation" "NoEdidMaxPClkCheck, NoHorizSyncCheck, NoVertRefreshCheck"
  140. Option "ExactModeTimingsDVI" "True"
  141. Option "TwinView" "true"
  142. Option "UseDisplayDevice" "DFP-X"
  143. Option "IncludeImplicitMetaModes" "False"
  144. # Option "nvidiaXineramaInfoOrder" "DFP-X"
  145. # Option "MetaModes" "DFP-X: X1RESxY1RES +X1OFFSET+0, DFP-Y: X2RESxY2RES +X2OFFSET+0"
  146. BusID "PCI:1:0:0"
  147. EndSection
  148.  
  149.  
  150. #### AMD ORIG
  151.  
  152. Section "Device"
  153. ### Available Driver options are:-
  154. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  155. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  156. ### <percent>: "<f>%"
  157. ### [arg]: arg optional
  158. #Option "SWcursor" # [<bool>]
  159. #Option "kmsdev" # <str>
  160. #Option "ShadowFB" # [<bool>]
  161. #Option "AccelMethod" # <str>
  162. #Option "PageFlip" # [<bool>]
  163. #Option "ZaphodHeads" # <str>
  164. #Option "DoubleShadow" # [<bool>]
  165. #Option "Atomic" # [<bool>]
  166. Identifier "Card1"
  167. Driver "modesetting"
  168. BusID "PCI:6:0:0"
  169. EndSection
  170.  
  171.  
  172. Section "Screen"
  173. Identifier "Screen0"
  174. Device "Card0"
  175. Monitor "Monitor0"
  176. SubSection "Display"
  177. Viewport 0 0
  178. Depth 1
  179. EndSubSection
  180. SubSection "Display"
  181. Viewport 0 0
  182. Depth 4
  183. EndSubSection
  184. SubSection "Display"
  185. Viewport 0 0
  186. Depth 8
  187. EndSubSection
  188. SubSection "Display"
  189. Viewport 0 0
  190. Depth 15
  191. EndSubSection
  192. SubSection "Display"
  193. Viewport 0 0
  194. Depth 16
  195. EndSubSection
  196. SubSection "Display"
  197. Viewport 0 0
  198. Depth 24
  199. EndSubSection
  200. EndSection
  201.  
  202. #Section "Screen"
  203. # Identifier "Screen1"
  204. # Device "Card1"
  205. # Monitor "Monitor1"
  206. # SubSection "Display"
  207. # Viewport 0 0
  208. # Depth 1
  209. # EndSubSection
  210. # SubSection "Display"
  211. # Viewport 0 0
  212. # Depth 4
  213. # EndSubSection
  214. # SubSection "Display"
  215. # Viewport 0 0
  216. # Depth 8
  217. # EndSubSection
  218. # SubSection "Display"
  219. # Viewport 0 0
  220. # Depth 15
  221. # EndSubSection
  222. # SubSection "Display"
  223. # Viewport 0 0
  224. # Depth 16
  225. # EndSubSection
  226. # SubSection "Display"
  227. # Viewport 0 0
  228. # Depth 24
  229. # EndSubSection
  230. #EndSection
  231.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement