Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen1" Leftof "Screen0"
  5. InputDevice "Mouse0" "CorePointer"
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. EndSection
  8.  
  9. Section "Module"
  10. Load "glx"
  11. EndSection
  12.  
  13. #Section "Files"
  14. # ModulePath "/usr/lib64/xorg/modules"
  15. # FontPath "catalogue:/etc/X11/fontpath.d"
  16. # FontPath "built-ins"
  17. #EndSection
  18.  
  19. Section "InputDevice"
  20. Identifier "Keyboard0"
  21. Driver "kbd"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25. Identifier "Mouse0"
  26. Driver "mouse"
  27. Option "Protocol" "auto"
  28. Option "Device" "/dev/input/mice"
  29. Option "ZAxisMapping" "4 5 6 7"
  30. EndSection
  31.  
  32. Section "Monitor"
  33. Identifier "Monitor0"
  34. VendorName "HP"
  35. ModelName "19inches"
  36. Option "DPMS" "true"
  37. EndSection
  38.  
  39. Section "Monitor"
  40. Identifier "Monitor1"
  41. VendorName "Asus"
  42. ModelName "27inches"
  43. Option "DPMS" "true"
  44. EndSection
  45. Section "Device"
  46. ### Available Driver options are:-
  47. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  48. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  49. ### <percent>: "<f>%"
  50. ### [arg]: arg optional
  51. #Option "SWcursor" # [<bool>]
  52. #Option "kmsdev" # <str>
  53. #Option "ShadowFB" # [<bool>]
  54. Identifier "Nvidia monitor0"
  55. Driver "nvidia"
  56. BusID "PCI:1:0:0"
  57. EndSection
  58.  
  59. Section "Device"
  60. ### Available Driver options are:-
  61. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  62. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  63. ### <percent>: "<f>%"
  64. ### [arg]: arg optional
  65. #Option "SWcursor" # [<bool>]
  66. #Option "kmsdev" # <str>
  67. #Option "ShadowFB" # [<bool>]
  68. Identifier "Ati monitor1"
  69. Driver "fglrx"
  70. BusID "PCI:2:0:0"
  71. EndSection
  72.  
  73. Section "Screen"
  74. Identifier "Screen0"
  75. Device "Nvidia monitor0"
  76. Monitor "Monitor0"
  77. DefaultDepth 24
  78. SubSection "Display"
  79. Viewport 0 0
  80. Depth 1
  81. Modes "1440x1900" "1024x768" "800x600" "640x480"
  82. EndSubSection
  83. SubSection "Display"
  84. Viewport 0 0
  85. Depth 4
  86. Modes "1440x1900" "1024x768" "800x600" "640x480"
  87. EndSubSection
  88. SubSection "Display"
  89. Viewport 0 0
  90. Depth 8
  91. Modes "1440x1900" "1024x768" "800x600" "640x480"
  92. EndSubSection
  93. SubSection "Display"
  94. Viewport 0 0
  95. Depth 15
  96. Modes "1440x1900" "1024x768" "800x600" "640x480"
  97. EndSubSection
  98. SubSection "Display"
  99. Viewport 0 0
  100. Depth 16
  101. Modes "1440x1900" "1024x768" "800x600" "640x480"
  102. EndSubSection
  103. SubSection "Display"
  104. Viewport 0 0
  105. Depth 24
  106. Modes "1440x1900" "1024x768" "800x600" "640x480"
  107. EndSubSection
  108. EndSection
  109.  
  110. Section "Screen"
  111. Identifier "Screen1"
  112. Device "Ati monitor1"
  113. Monitor "Monitor1"
  114. DefaultDepth 24
  115. SubSection "Display"
  116. Viewport 0 0
  117. Depth 1
  118. Modes "1920x1080" "1024x768" "800x600"
  119. EndSubSection
  120. SubSection "Display"
  121. Viewport 0 0
  122. Depth 4
  123. EndSubSection
  124. SubSection "Display"
  125. Viewport 0 0
  126. Depth 8
  127. Modes "1920x1080" "1024x768" "800x600"
  128. EndSubSection
  129. SubSection "Display"
  130. Viewport 0 0
  131. Depth 15
  132. Modes "1920x1080" "1024x768" "800x600"
  133. EndSubSection
  134. SubSection "Display"
  135. Viewport 0 0
  136. Depth 16
  137. Modes "1920x1080" "1024x768" "800x600"
  138. EndSubSection
  139. SubSection "Display"
  140. Viewport 0 0
  141. Depth 24
  142. Modes "1920x1080" "1024x768" "800x600"
  143. EndSubSection
  144. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement