Guest User

Untitled

a guest
Jun 22nd, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen1" 1920 0#RightOf "Screen0"
  5. # Screen 2 "Screen2" 3840 0 #RightOf "Screen1" #3360 0
  6. Screen 2 "Screen2" RightOf "Screen1"
  7. InputDevice "Mouse0" "CorePointer"
  8. InputDevice "Mouse1" "CorePointer2"
  9. InputDevice "Keyboard0" "CoreKeyboard"
  10. EndSection
  11.  
  12. Section "ServerFlags"
  13. Option "Xinerama" "True"
  14. Option "RandR" "true"
  15. EndSection
  16.  
  17. Section "Files"
  18. ModulePath "/usr/lib64/xorg/modules"
  19. FontPath "/usr/share/fonts/misc/"
  20. FontPath "/usr/share/fonts/TTF/"
  21. FontPath "/usr/share/fonts/OTF/"
  22. FontPath "/usr/share/fonts/Type1/"
  23. FontPath "/usr/share/fonts/100dpi/"
  24. FontPath "/usr/share/fonts/75dpi/"
  25. EndSection
  26.  
  27. Section "Module"
  28. Load "record"
  29. Load "GLcore"
  30. Load "extmod"
  31. Load "glx"
  32. Load "dbe"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36. Identifier "Keyboard0"
  37. Driver "kbd"
  38. Option "XkbModel" "logitech_g15"
  39. EndSection
  40.  
  41. Section "InputDevice"
  42. Identifier "Mouse0"
  43. Driver "evdev"
  44. Option "Protocol" "auto"
  45. # Option "Device" "/dev/input/mice"
  46. Option "Device" "/dev/input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-event-mouse"
  47. Option "ZAxisMapping" "4 5 6 7"
  48. Option "evBits" "+1-2"
  49. Option "keyBits" "~272-287"
  50. Option "relBits" "~0-2 ~6 ~8"
  51. Option "Pass" "3"
  52. Option "Buttons" "9"
  53. # Option "ZAxisMapping" "4 5"
  54. EndSection
  55.  
  56. Section "InputDevice"
  57. Identifier "Mouse1"
  58. Driver "evdev"
  59. Option "Protocol" "auto"
  60. Option "Device" "/dev/input/by-id/usb-Logitech_Trackball-event-mouse"
  61. # Option "Device" "/dev/input/mice"
  62. EndSection
  63.  
  64. Section "Monitor"
  65. #DisplaySize 340 270 # mm
  66. Identifier "Monitor0"
  67. VendorName "NEC"
  68. ModelName "LCD175VX"
  69. HorizSync 31.0 - 81.0
  70. VertRefresh 56.0 - 75.0
  71. Option "DPMS"
  72. EndSection
  73.  
  74. Section "Monitor"
  75. Identifier "Monitor1"
  76. VendorName "Unknown"
  77. ModelName "Acer B223W"
  78. HorizSync 30.0 - 83.0
  79. VertRefresh 56.0 - 76.0
  80. Option "DPMS"
  81. EndSection
  82.  
  83. Section "Monitor"
  84. Identifier "Monitor0"
  85. VendorName "Unknown"
  86. ModelName "Acer B223W"
  87. HorizSync 30.0 - 83.0
  88. VertRefresh 56.0 - 76.0
  89. Option "DPMS"
  90. EndSection
  91.  
  92. Section "Monitor"
  93. Identifier "Monitor2"
  94. VendorName "NEC"
  95. ModelName "SAMSUNG"
  96. Option "PreferredMode" "1024x768"
  97. Option "Primary" "False"
  98. Option "DPMS"
  99. EndSection
  100.  
  101. Section "Monitor"
  102. Identifier "Monitor3"
  103. VendorName "SAM"
  104. Option "PreferredMode" "1366x786"
  105. ModelName "17"
  106. Option "Primary" "True"
  107. Option "LeftOf" "Monitor4"
  108. Option "DPMS"
  109. EndSection
  110.  
  111. Section "Monitor"
  112. Identifier "Monitor4"
  113. VendorName "NEC"
  114. Option "PreferredMode" "1280x1024"
  115. ModelName "17"
  116. Option "Primary" "False"
  117. Option "LeftOf" "Monitor2"
  118. Option "DPMS"
  119. EndSection
  120.  
  121. Section "Device"
  122. Identifier "Device0"
  123. Driver "nvidia"
  124. Option "RandRRotation" "true"
  125. VendorName "nVidia Corporation"
  126. BoardName "G92 [GeForce 8800 GT]"
  127. BusID "PCI:3:0:0"
  128. Screen 0
  129. EndSection
  130.  
  131. Section "Device"
  132. Identifier "Device1"
  133. Driver "nvidia"
  134. Option "RandRRotation" "true"
  135. VendorName "NVIDIA Corporation"
  136. BoardName "GeForce 8800 GT"
  137. BusID "PCI:3:0:0"
  138. Screen 1
  139. EndSection
  140.  
  141. Section "Device"
  142. Identifier "Device2"
  143. Driver "radeon"
  144. VendorName "ATI Technologies Inc"
  145. BoardName "Unknown Board"
  146. Option "monitor-DVI-0" "Monitor2"
  147. Option "monitor-VGA-0" "Monitor3"
  148. Option "monitor-HDMI-0" "Monitor4"
  149. BusID "PCI:1:0:0"
  150. EndSection
  151.  
  152. Section "Screen"
  153. Identifier "Screen1"
  154. Device "Device1"
  155. Monitor "Monitor1"
  156. DefaultDepth 24
  157. # Option "TwinView" "0"
  158. # Option "metamodes" "DFP-1: nvidia-auto-select +0+0"
  159. SubSection "Display"
  160. Depth 24
  161. Modes "1920x1080"
  162. EndSubSection
  163. EndSection
  164.  
  165. Section "Screen"
  166. Identifier "Screen0"
  167. Device "Device0"
  168. Monitor "Monitor0"
  169. DefaultDepth 24
  170. # Option "TwinView" "0"
  171. # Option "metamodes" "DFP-0: nvidia-auto-select +0+0"
  172. SubSection "Display"
  173. Depth 24
  174. Modes "1920x1080"
  175. EndSubSection
  176. EndSection
  177.  
  178. Section "Screen"
  179. Identifier "Screen2"
  180. Device "Device2"
  181. Monitor "Monitor2"
  182. SubSection "Display"
  183. Viewport 0 0
  184. Depth 24
  185. Modes "1280x1024"
  186. # Virtual 2304 1024
  187. # Virtual 3328 1024
  188. Virtual 3670 1024
  189.  
  190. EndSubSection
  191. EndSection
  192.  
  193. Section "dri"
  194. Mode 0666
  195. EndSection
Add Comment
Please, Sign In to add comment