spacepaste

  1.  
  2. Section "Files"
  3. ModulePath "/usr/lib64/xorg/modules"
  4. FontPath "/usr/share/fonts/misc/"
  5. FontPath "/usr/share/fonts/TTF/"
  6. FontPath "/usr/share/fonts/OTF/"
  7. FontPath "/usr/share/fonts/Type1/"
  8. FontPath "/usr/share/fonts/100dpi/"
  9. FontPath "/usr/share/fonts/75dpi/"
  10. FontPath "/usr/share/fonts/nerd-fonts/"
  11. FontPath "/usr/share/fonts/powerline-symbols/"
  12. EndSection
  13. Section "ServerFlags"
  14. Option "DefaultServerLayout" "Office"
  15. Option "AutoAddDevices" "off"
  16. Option "AutoEnableDevices" "on"
  17. Option "AutoAddGPU" "off"
  18. EndSection
  19. Section "Module"
  20. Load "glx"
  21. EndSection
  22. Section "InputDevice"
  23. Identifier "Power Button (event0)"
  24. Driver "evdev"
  25. Option "Device" "/dev/input/event0"
  26. Option "AutoServerLayout" "on"
  27. EndSection
  28. Section "InputDevice"
  29. Identifier "Sleep Button"
  30. Driver "evdev"
  31. Option "Device" "/dev/input/event1"
  32. Option "AutoServerLayout" "on"
  33. EndSection
  34. Section "InputDevice"
  35. Identifier "Power Button (event3)"
  36. Driver "evdev"
  37. Option "Device" "/dev/input/event3"
  38. Option "AutoServerLayout" "on"
  39. EndSection
  40. Section "InputDevice"
  41. Identifier "Video Bus (event4)"
  42. Driver "evdev"
  43. Option "Device" "/dev/input/event4"
  44. Option "AutoServerLayout" "on"
  45. EndSection
  46. Section "InputDevice"
  47. Identifier "Video Bus (event5)"
  48. Driver "evdev"
  49. Option "Device" "/dev/input/event5"
  50. Option "AutoServerLayout" "on"
  51. EndSection
  52. Section "InputDevice"
  53. Identifier "Chicony USB 2.0 Camera: Chicony"
  54. Driver "evdev"
  55. Option "Device" "/dev/input/event17"
  56. Option "AutoServerLayout" "on"
  57. EndSection
  58. Section "InputDevice"
  59. Identifier "AT Translated Set 2 keyboard"
  60. Driver "evdev"
  61. Option "CoreKeyboard"
  62. Option "Device" "/dev/input/event6"
  63. Option "AutoServerLayout" "on"
  64. EndSection
  65. Section "InputDevice"
  66. Identifier "SynPS/2 Synaptics TouchPad"
  67. Driver "synaptics"
  68. Option "CorePointer"
  69. Option "Device" "/dev/input/event7"
  70. Option "AutoServerLayout" "on"
  71. EndSection
  72. Section "OutputClass"
  73. ### Available Driver options are:-
  74. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  75. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  76. ### <percent>: "<f>%"
  77. ### [arg]: arg optional
  78. #Option "SWcursor" # [<bool>]
  79. #Option "HWcursor" # [<bool>]
  80. #Option "NoAccel" # [<bool>]
  81. #Option "ShadowFB" # [<bool>]
  82. #Option "VideoKey" # <i>
  83. #Option "WrappedFB" # [<bool>]
  84. #Option "GLXVBlank" # [<bool>]
  85. #Option "ZaphodHeads" # <str>
  86. #Option "PageFlip" # [<bool>]
  87. #Option "SwapLimit" # <i>
  88. #Option "AsyncUTSDFS" # [<bool>]
  89. #Option "AccelMethod" # <str>
  90. #Option "DRI" # <i>
  91. Identifier "nVidia Cards"
  92. MatchDriver "nouveau"
  93. EndSection
  94. Section "OutputClass"
  95. ### Available Driver options are:-
  96. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  97. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  98. ### <percent>: "<f>%"
  99. ### [arg]: arg optional
  100. #Option "SWcursor" # [<bool>]
  101. #Option "kmsdev" # <str>
  102. #Option "ShadowFB" # [<bool>]
  103. #Option "AccelMethod" # <str>
  104. #Option "PageFlip" # [<bool>]
  105. #Option "ZaphodHeads" # <str>
  106. #Option "DoubleShadow" # [<bool>]
  107. Identifier "Intel Cards"
  108. MatchDriver "modesetting"
  109. EndSection
  110. Section "Device"
  111. Identifier "nVidia Card CRTC1"
  112. Driver "nouveau"
  113. BusID "PCI:1:0:0"
  114. Screen 1
  115. Option "Monitor-HDMI-1" "HDMI Monitor"
  116. EndSection
  117. Section "Device"
  118. Identifier "nVidia Card CRTC2"
  119. Driver "nouveau"
  120. BusID "PCI:1:0:0"
  121. Screen 2
  122. Option "Monitor-DP-1" "DP1 Monitor"
  123. EndSection
  124. Section "Device"
  125. Identifier "nVidia Card CRTC3"
  126. Driver "nouveau"
  127. BusID "PCI:1:0:0"
  128. Screen 3
  129. Option "Monitor-DP-2" "DP2 Monitor"
  130. EndSection
  131. Section "Device"
  132. Identifier "Intel Card"
  133. Driver "modesetting"
  134. BusID "PCI:0:2:0"
  135. Screen 0
  136. Option "Monitor-eDP-1" "eDP Monitor"
  137. EndSection
  138. Section "Monitor"
  139. Identifier "eDP Monitor"
  140. EndSection
  141. Section "Monitor"
  142. Identifier "HDMI Monitor"
  143. EndSection
  144. Section "Monitor"
  145. Identifier "DP1 Monitor"
  146. EndSection
  147. Section "Monitor"
  148. Identifier "DP2 Monitor"
  149. EndSection
  150. Section "Screen"
  151. Identifier "Laptop Screen"
  152. Device "Intel Card"
  153. Monitor "eDP Monitor"
  154. SubSection "Display"
  155. Viewport 0 0
  156. Depth 1
  157. EndSubSection
  158. SubSection "Display"
  159. Viewport 0 0
  160. Depth 4
  161. EndSubSection
  162. SubSection "Display"
  163. Viewport 0 0
  164. Depth 8
  165. EndSubSection
  166. SubSection "Display"
  167. Viewport 0 0
  168. Depth 15
  169. EndSubSection
  170. SubSection "Display"
  171. Viewport 0 0
  172. Depth 16
  173. EndSubSection
  174. SubSection "Display"
  175. Viewport 0 0
  176. Depth 24
  177. EndSubSection
  178. EndSection
  179. Section "Screen"
  180. Identifier "TV Screen"
  181. Device "nVidia Card CRTC1"
  182. Monitor "HDMI Monitor"
  183. EndSection
  184. Section "Screen"
  185. Identifier "Left Screen"
  186. Device "nVidia Card CRTC2"
  187. Monitor "DP1 Monitor"
  188. EndSection
  189. Section "Screen"
  190. Identifier "Right Screen"
  191. Device "nVidia Card CRTC3"
  192. Monitor "DP2 Monitor"
  193. EndSection
  194. Section "ServerLayout"
  195. Identifier "Office"
  196. Screen 0 "Laptop Screen" 0 0
  197. Screen 1 "Left Screen" Above "Laptop Screen"
  198. EndSection
  199. Section "ServerLayout"
  200. Identifier "Media"
  201. Screen 0 "Laptop Screen" 0 0
  202. Screen 1 "TV Screen" Above "Laptop Screen"
  203. EndSection
  204.