Advertisement
Guest User

Untitled

a guest
Feb 28th, 2014
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 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. InputDevice "Mouse0" "CorePointer"
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. EndSection
  8.  
  9. Section "Files"
  10. ModulePath "/usr/local/lib/xorg/modules"
  11. FontPath "/usr/local/lib/X11/fonts/misc/"
  12. FontPath "/usr/local/lib/X11/fonts/TTF/"
  13. FontPath "/usr/local/lib/X11/fonts/OTF"
  14. FontPath "/usr/local/lib/X11/fonts/Type1/"
  15. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  16. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  17. EndSection
  18.  
  19. Section "Module"
  20. Load "dbe"
  21. Load "dri"
  22. Load "dri2"
  23. Load "extmod"
  24. Load "record"
  25. Load "glx"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. Identifier "Keyboard0"
  30. Driver "kbd"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34. Identifier "Mouse0"
  35. Driver "mouse"
  36. Option "Protocol" "auto"
  37. Option "Device" "/dev/sysmouse"
  38. Option "ZAxisMapping" "4 5 6 7"
  39. EndSection
  40.  
  41. Section "Monitor"
  42. Identifier "Monitor0"
  43. VendorName "Monitor Vendor"
  44. ModelName "Monitor Model"
  45. EndSection
  46.  
  47. Section "Monitor"
  48. Identifier "Monitor1"
  49. VendorName "Monitor Vendor"
  50. ModelName "Monitor Model"
  51. EndSection
  52.  
  53. Section "Device"
  54. ### Available Driver options are:-
  55. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  56. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  57. ### [arg]: arg optional
  58. #Option "SWcursor" # [<bool>]
  59. #Option "HWcursor" # [<bool>]
  60. #Option "NoAccel" # [<bool>]
  61. #Option "ShadowFB" # [<bool>]
  62. #Option "UseFBDev" # [<bool>]
  63. #Option "Rotate" # [<str>]
  64. #Option "VideoKey" # <i>
  65. #Option "FlatPanel" # [<bool>]
  66. #Option "FPDither" # [<bool>]
  67. #Option "CrtcNumber" # <i>
  68. #Option "FPScale" # [<bool>]
  69. #Option "FPTweak" # <i>
  70. #Option "DualHead" # [<bool>]
  71. Identifier "Card0"
  72. Driver "nv"
  73. VendorName "NVIDIA Corporation"
  74. BoardName "GF108M [GeForce GT 630M]"
  75. BusID "PCI:1:0:0"
  76. EndSection
  77.  
  78. Section "Device"
  79. ### Available Driver options are:-
  80. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  81. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  82. ### [arg]: arg optional
  83. #Option "ShadowFB" # [<bool>]
  84. #Option "DefaultRefresh" # [<bool>]
  85. #Option "ModeSetClearScreen" # [<bool>]
  86. Identifier "Card1"
  87. Driver "vesa"
  88. VendorName "Intel Corporation"
  89. BoardName "2nd Generation Core Processor Family Integrated Graphics Controller"
  90. BusID "PCI:0:2:0"
  91. EndSection
  92.  
  93. Section "Screen"
  94. Identifier "Screen0"
  95. Device "Card0"
  96. Monitor "Monitor0"
  97. SubSection "Display"
  98. Viewport 0 0
  99. Depth 1
  100. EndSubSection
  101. SubSection "Display"
  102. Viewport 0 0
  103. Depth 4
  104. EndSubSection
  105. SubSection "Display"
  106. Viewport 0 0
  107. Depth 8
  108. EndSubSection
  109. SubSection "Display"
  110. Viewport 0 0
  111. Depth 15
  112. EndSubSection
  113. SubSection "Display"
  114. Viewport 0 0
  115. Depth 16
  116. EndSubSection
  117. SubSection "Display"
  118. Viewport 0 0
  119. Depth 24
  120. EndSubSection
  121. EndSection
  122.  
  123. Section "Screen"
  124. Identifier "Screen1"
  125. Device "Card1"
  126. Monitor "Monitor1"
  127. SubSection "Display"
  128. Viewport 0 0
  129. Depth 1
  130. EndSubSection
  131. SubSection "Display"
  132. Viewport 0 0
  133. Depth 4
  134. EndSubSection
  135. SubSection "Display"
  136. Viewport 0 0
  137. Depth 8
  138. EndSubSection
  139. SubSection "Display"
  140. Viewport 0 0
  141. Depth 15
  142. EndSubSection
  143. SubSection "Display"
  144. Viewport 0 0
  145. Depth 16
  146. EndSubSection
  147. SubSection "Display"
  148. Viewport 0 0
  149. Depth 24
  150. EndSubSection
  151. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement