Advertisement
Guest User

Untitled

a guest
Sep 13th, 2010
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 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/X11R6/lib/modules"
  11. FontPath "/usr/X11R6/lib/X11/fonts/misc/"
  12. FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
  13. FontPath "/usr/X11R6/lib/X11/fonts/OTF/"
  14. FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
  15. FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
  16. FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
  17. EndSection
  18.  
  19. Section "Module"
  20. Load "dbe"
  21. Load "dri"
  22. Load "dri2"
  23. Load "extmod"
  24. Load "glx"
  25. Load "record"
  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" "wsmouse"
  37. Option "Device" "/dev/wsmouse"
  38. Option "ZAxisMapping" "4 5 6 7"
  39. EndSection
  40.  
  41. Section "Monitor"
  42. #DisplaySize 410 260 # mm
  43. Identifier "Monitor0"
  44. VendorName "Flatron W1934s"
  45. ModelName ""
  46. HorizSync 30 - 83
  47. # VertRefresh 56 - 75
  48. Option "DPMS"
  49. EndSection
  50.  
  51. Section "Monitor"
  52. Identifier "Monitor1"
  53. VendorName "Flatron L1919s"
  54. ModelName ""
  55. HorizSync 30 - 83
  56. VertRefresh 56 - 75
  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. ### [arg]: arg optional
  64. #Option "SWcursor" # [<bool>]
  65. #Option "HWcursor" # [<bool>]
  66. #Option "NoAccel" # [<bool>]
  67. #Option "ShadowFB" # [<bool>]
  68. #Option "UseFBDev" # [<bool>]
  69. #Option "Rotate" # [<str>]
  70. #Option "VideoKey" # <i>
  71. #Option "FlatPanel" # [<bool>]
  72. #Option "FPDither" # [<bool>]
  73. #Option "CrtcNumber" # <i>
  74. #Option "FPScale" # [<bool>]
  75. #Option "FPTweak" # <i>
  76. #Option "DualHead" # [<bool>]
  77. Identifier "Card0"
  78. Driver "nv"
  79. VendorName "NVIDIA"
  80. BoardName "GeForce 6600"
  81. BusID "PCI:1:0:0"
  82. # Option "DualHead"
  83. EndSection
  84.  
  85. Section "Screen"
  86. Identifier "Screen0"
  87. Device "Card0"
  88. Monitor "Monitor0"
  89. DefaultDepth 24
  90. SubSection "Display"
  91. Viewport 0 0
  92. Depth 1
  93. EndSubSection
  94. SubSection "Display"
  95. Viewport 0 0
  96. Depth 4
  97. EndSubSection
  98. SubSection "Display"
  99. Viewport 0 0
  100. Depth 8
  101. EndSubSection
  102. SubSection "Display"
  103. Viewport 0 0
  104. Depth 15
  105. EndSubSection
  106. SubSection "Display"
  107. Viewport 0 0
  108. Depth 16
  109. EndSubSection
  110. SubSection "Display"
  111. Viewport 0 0
  112. Depth 24
  113. Modes "1440x900"
  114. EndSubSection
  115. EndSection
  116.  
  117. Section "Screen"
  118. Identifier "Screen1"
  119. Device "Card0"
  120. Monitor "Monitor1"
  121. DefaultDepth 24
  122.  
  123. SubSection "Display"
  124. Viewport 0 0
  125. Depth 24
  126. Modes "1280x1024"
  127. EndSubSection
  128. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement