Guest User

Untitled

a guest
Jul 20th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Static Layout"
  3. Screen 0 "ScreenCenter" 0 0
  4. Screen 1 "ScreenLeft" LeftOf "ScreenCenter"
  5. Screen 2 "ScreenRight" RightOf "ScreenCenter"
  6. InputDevice "Mouse0" "CorePointer"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. EndSection
  9.  
  10. Section "Files"
  11. ModulePath "/usr/lib/xorg/modules"
  12. FontPath "/usr/share/fonts/X11/misc"
  13. FontPath "/usr/share/fonts/X11/cyrillic"
  14. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  15. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  16. FontPath "/usr/share/fonts/X11/Type1"
  17. FontPath "/usr/share/fonts/X11/100dpi"
  18. FontPath "/usr/share/fonts/X11/75dpi"
  19. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  20. FontPath "built-ins"
  21. EndSection
  22.  
  23. Section "InputDevice"
  24. Identifier "Keyboard0"
  25. Driver "kbd"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. Identifier "Mouse0"
  30. Driver "mouse"
  31. Option "Protocol" "auto"
  32. Option "Device" "/dev/input/mice"
  33. # Option "Device" "/dev/psaux"
  34. Option "ZAxisMapping" "4 5 6 7"
  35. # Option "ZAxisMapping" "4 5"
  36. # Option "Emulate3Buttons" "no"
  37. EndSection
  38.  
  39. Section "Module"
  40. Load "record"
  41. Load "glx"
  42. Load "dri2"
  43. Load "extmod"
  44. Load "dri"
  45. Load "dbe"
  46. EndSection
  47.  
  48. Section "Monitor"
  49. Identifier "MonitorLeft"
  50. VendorName "Hyundai"
  51. ModelName "ImageQuest L90D+"
  52. EndSection
  53.  
  54. Section "Monitor"
  55. Identifier "MonitorCenter"
  56. VendorName "Hyundai"
  57. ModelName "ImageQuest L90D+"
  58. EndSection
  59.  
  60. Section "Monitor"
  61. Identifier "MonitorRight"
  62. VendorName "Arch Technology"
  63. ModelName "Vision EZM19F"
  64. EndSection
  65.  
  66. Section "Device"
  67. ### Available Driver options are:-
  68. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  69. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  70. ### <percent>: "<f>%"
  71. ### [arg]: arg optional
  72. #Option "NoAccel" # [<bool>]
  73. #Option "SWcursor" # [<bool>]
  74. #Option "ColorKey" # <i>
  75. #Option "CacheLines" # <i>
  76. #Option "Dac6Bit" # [<bool>]
  77. #Option "DRI" # [<bool>]
  78. #Option "NoDDC" # [<bool>]
  79. #Option "ShowCache" # [<bool>]
  80. #Option "XvMCSurfaces" # <i>
  81. #Option "PageFlip" # [<bool>]
  82. Identifier "IntelCard"
  83. VendorName "Intel Graphics"
  84. Driver "intel"
  85. BusID "PCI:0:2:0"
  86. EndSection
  87.  
  88. Section "Device"
  89. ### Available Driver options are:-
  90. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  91. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  92. ### <percent>: "<f>%"
  93. ### [arg]: arg optional
  94. #Option "SWcursor" # [<bool>]
  95. #Option "HWcursor" # [<bool>]
  96. #Option "NoAccel" # [<bool>]
  97. #Option "ShadowFB" # [<bool>]
  98. #Option "VideoKey" # <i>
  99. Identifier "NVIDIACard0"
  100. VendorName "NVIDIA Corporation"
  101. Driver "nvidia"
  102. BusID "PCI:3:0:0"
  103. EndSection
  104.  
  105. Section "Device"
  106. ### Available Driver options are:-
  107. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  108. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  109. ### <percent>: "<f>%"
  110. ### [arg]: arg optional
  111. #Option "SWcursor" # [<bool>]
  112. #Option "HWcursor" # [<bool>]
  113. #Option "NoAccel" # [<bool>]
  114. #Option "ShadowFB" # [<bool>]
  115. #Option "VideoKey" # <i>
  116. Identifier "NVIDIACard1"
  117. VendorName "NVIDIA Corporation"
  118. Driver "nvidia"
  119. BusID "PCI:3:1:0"
  120. EndSection
  121.  
  122. Section "Screen"
  123. Identifier "ScreenLeft"
  124. Device "NVIDIACard0"
  125. Monitor "MonitorLeft"
  126. DefaultDepth 24
  127. SubSection "Display"
  128. Viewport 0 0
  129. Depth 24
  130. # Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
  131. EndSubSection
  132. EndSection
  133.  
  134. Section "Screen"
  135. Identifier "ScreenCenter"
  136. Device "IntelCard"
  137. Monitor "MonitorCenter"
  138. DefaultDepth 24
  139. SubSection "Display"
  140. Viewport 0 0
  141. Depth 24
  142. EndSubSection
  143. EndSection
  144.  
  145. Section "Screen"
  146. Identifier "ScreenRight"
  147. Device "NVIDIACard1"
  148. Monitor "MonitorRight"
  149. DefaultDepth 24
  150. SubSection "Display"
  151. Viewport 0 0
  152. Depth 24
  153. EndSubSection
  154. EndSection
Add Comment
Please, Sign In to add comment