Advertisement
Guest User

Untitled

a guest
Jan 15th, 2015
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 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 "glx"
  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/sysmouse"
  33. Option "ZAxisMapping" "4 5 6 7"
  34. EndSection
  35.  
  36. Section "Monitor"
  37. Identifier "Monitor0"
  38. VendorName "Monitor Vendor"
  39. ModelName "Monitor Model"
  40. EndSection
  41.  
  42. Section "Monitor"
  43. Identifier "Monitor1"
  44. VendorName "Monitor Vendor"
  45. ModelName "Monitor Model"
  46. EndSection
  47.  
  48. Section "Device"
  49. ### Available Driver options are:-
  50. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  51. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  52. ### <percent>: "<f>%"
  53. ### [arg]: arg optional
  54. #Option "ShadowFB" # [<bool>]
  55. #Option "Rotate" # <str>
  56. #Option "fbdev" # <str>
  57. #Option "debug" # [<bool>]
  58. Identifier "Card0"
  59. Driver "fbdev"
  60. BusID "PCI:1:0:0"
  61. EndSection
  62.  
  63. Section "Device"
  64. ### Available Driver options are:-
  65. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  66. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  67. ### <percent>: "<f>%"
  68. ### [arg]: arg optional
  69. #Option "ShadowFB" # [<bool>]
  70. #Option "DefaultRefresh" # [<bool>]
  71. #Option "ModeSetClearScreen" # [<bool>]
  72. Identifier "Card1"
  73. Driver "vesa"
  74. BusID "PCI:1:0:0"
  75. EndSection
  76.  
  77. Section "Screen"
  78. Identifier "Screen0"
  79. Device "Card0"
  80. Monitor "Monitor0"
  81. SubSection "Display"
  82. Viewport 0 0
  83. Depth 1
  84. EndSubSection
  85. SubSection "Display"
  86. Viewport 0 0
  87. Depth 4
  88. EndSubSection
  89. SubSection "Display"
  90. Viewport 0 0
  91. Depth 8
  92. EndSubSection
  93. SubSection "Display"
  94. Viewport 0 0
  95. Depth 15
  96. EndSubSection
  97. SubSection "Display"
  98. Viewport 0 0
  99. Depth 16
  100. EndSubSection
  101. SubSection "Display"
  102. Viewport 0 0
  103. Depth 24
  104. EndSubSection
  105. EndSection
  106.  
  107. Section "Screen"
  108. Identifier "Screen1"
  109. Device "Card1"
  110. Monitor "Monitor1"
  111. SubSection "Display"
  112. Viewport 0 0
  113. Depth 1
  114. EndSubSection
  115. SubSection "Display"
  116. Viewport 0 0
  117. Depth 4
  118. EndSubSection
  119. SubSection "Display"
  120. Viewport 0 0
  121. Depth 8
  122. EndSubSection
  123. SubSection "Display"
  124. Viewport 0 0
  125. Depth 15
  126. EndSubSection
  127. SubSection "Display"
  128. Viewport 0 0
  129. Depth 16
  130. EndSubSection
  131. SubSection "Display"
  132. Viewport 0 0
  133. Depth 24
  134. EndSubSection
  135. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement