Advertisement
Guest User

Untitled

a guest
Dec 25th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 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/lib/xorg/modules"
  11. FontPath "/usr/share/fonts/X11/misc"
  12. FontPath "/usr/share/fonts/X11/cyrillic"
  13. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  14. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  15. FontPath "/usr/share/fonts/X11/Type1"
  16. FontPath "/usr/share/fonts/X11/100dpi"
  17. FontPath "/usr/share/fonts/X11/75dpi"
  18. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  19. FontPath "built-ins"
  20. EndSection
  21.  
  22. Section "Module"
  23. Load "dri2"
  24. Load "dri"
  25. Load "extmod"
  26. Load "glx"
  27. Load "dbe"
  28. Load "record"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32. Identifier "Keyboard0"
  33. Driver "kbd"
  34. EndSection
  35.  
  36. Section "InputDevice"
  37. Identifier "Mouse0"
  38. Driver "mouse"
  39. Option "Protocol" "auto"
  40. Option "Device" "/dev/input/mice"
  41. Option "ZAxisMapping" "4 5 6 7"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "Monitor0"
  46. VendorName "Monitor Vendor"
  47. ModelName "Monitor Model"
  48. EndSection
  49.  
  50. Section "Monitor"
  51. Identifier "Monitor1"
  52. VendorName "Monitor Vendor"
  53. ModelName "Monitor Model"
  54. EndSection
  55.  
  56. Section "Device"
  57. ### Available Driver options are:-
  58. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  59. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  60. ### <percent>: "<f>%"
  61. ### [arg]: arg optional
  62. #Option "ShadowFB" # [<bool>]
  63. #Option "Rotate" # <str>
  64. #Option "fbdev" # <str>
  65. #Option "debug" # [<bool>]
  66. Identifier "Card0"
  67. Driver "fbdev"
  68. BusID "PCI:1:5:0"
  69. EndSection
  70.  
  71. Section "Device"
  72. ### Available Driver options are:-
  73. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  74. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  75. ### <percent>: "<f>%"
  76. ### [arg]: arg optional
  77. #Option "ShadowFB" # [<bool>]
  78. #Option "DefaultRefresh" # [<bool>]
  79. #Option "ModeSetClearScreen" # [<bool>]
  80. Identifier "Card1"
  81. Driver "vesa"
  82. BusID "PCI:1:5:0"
  83. EndSection
  84.  
  85. Section "Screen"
  86. Identifier "Screen0"
  87. Device "Card0"
  88. Monitor "Monitor0"
  89. SubSection "Display"
  90. Viewport 0 0
  91. Depth 1
  92. EndSubSection
  93. SubSection "Display"
  94. Viewport 0 0
  95. Depth 4
  96. EndSubSection
  97. SubSection "Display"
  98. Viewport 0 0
  99. Depth 8
  100. EndSubSection
  101. SubSection "Display"
  102. Viewport 0 0
  103. Depth 15
  104. EndSubSection
  105. SubSection "Display"
  106. Viewport 0 0
  107. Depth 16
  108. EndSubSection
  109. SubSection "Display"
  110. Viewport 0 0
  111. Depth 24
  112. EndSubSection
  113. EndSection
  114.  
  115. Section "Screen"
  116. Identifier "Screen1"
  117. Device "Card1"
  118. Monitor "Monitor1"
  119. SubSection "Display"
  120. Viewport 0 0
  121. Depth 1
  122. EndSubSection
  123. SubSection "Display"
  124. Viewport 0 0
  125. Depth 4
  126. EndSubSection
  127. SubSection "Display"
  128. Viewport 0 0
  129. Depth 8
  130. EndSubSection
  131. SubSection "Display"
  132. Viewport 0 0
  133. Depth 15
  134. EndSubSection
  135. SubSection "Display"
  136. Viewport 0 0
  137. Depth 16
  138. EndSubSection
  139. SubSection "Display"
  140. Viewport 0 0
  141. Depth 24
  142. EndSubSection
  143. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement