Advertisement
Guest User

vampi the frog

a guest
Jan 26th, 2011
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 1024 0
  4. Screen 1 "Screen1" 0 196
  5. Screen 2 "Screen2" 2304 196
  6. InputDevice "Mouse0" "CorePointer"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. EndSection
  9.  
  10. Section "ServerFlags"
  11. Option "Xinerama" "True"
  12. EndSection
  13.  
  14. Section "Files"
  15. ModulePath "/usr/lib/xorg/modules"
  16. FontPath "/usr/share/fonts/X11/misc"
  17. FontPath "/usr/share/fonts/X11/cyrillic"
  18. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  19. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  20. FontPath "/usr/share/fonts/X11/Type1"
  21. FontPath "/usr/share/fonts/X11/100dpi"
  22. FontPath "/usr/share/fonts/X11/75dpi"
  23. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  24. FontPath "built-ins"
  25. EndSection
  26.  
  27. Section "Module"
  28. Load "glx"
  29. Load "extmod"
  30. Load "record"
  31. Load "dri2"
  32. Load "dbe"
  33. Load "dri"
  34. EndSection
  35.  
  36. Section "InputDevice"
  37. Identifier "Keyboard0"
  38. Driver "kbd"
  39. EndSection
  40.  
  41. Section "InputDevice"
  42. Identifier "Mouse0"
  43. Driver "mouse"
  44. Option "Protocol" "auto"
  45. Option "Device" "/dev/input/mice"
  46. Option "ZAxisMapping" "4 5 6 7"
  47. EndSection
  48.  
  49. Section "Monitor"
  50. Identifier "Monitor0"
  51. VendorName "Monitor Vendor"
  52. ModelName "Monitor Model"
  53. EndSection
  54.  
  55. Section "Monitor"
  56. Identifier "Monitor1"
  57. VendorName "Monitor Vendor"
  58. ModelName "Monitor Model"
  59. EndSection
  60.  
  61. Section "Monitor"
  62. Identifier "Monitor2"
  63. VendorName "Monitor Vendor"
  64. ModelName "Monitor Model"
  65. EndSection
  66.  
  67. Section "Device"
  68. Identifier "Card0"
  69. Driver "nvidia"
  70. VendorName "nVidia Corporation"
  71. BoardName "G86 [GeForce 8400 GS]"
  72. BusID "PCI:1:0:0"
  73. Screen 0
  74. Option "ConnectedMonitor" "CRT-0, CRT-1"
  75. Option "UseDisplayDevice" "CRT-0"
  76. EndSection
  77.  
  78. Section "Device"
  79. Identifier "Card1"
  80. Driver "nvidia"
  81. VendorName "nVidia Corporation"
  82. BoardName "G86 [GeForce 8400 GS]"
  83. BusID "PCI:1:0:0"
  84. Screen 1
  85. Option "ConnectedMonitor" "CRT-0, CRT-1"
  86. Option "UseDisplayDevice" "CRT-1"
  87. EndSection
  88.  
  89. Section "Device"
  90. ### Available Driver options are:-
  91. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  92. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  93. ### [arg]: arg optional
  94. #Option "AccelMethod" # [<str>]
  95. #Option "DRI" # [<bool>]
  96. #Option "ColorKey" # <i>
  97. #Option "VideoKey" # <i>
  98. #Option "FallbackDebug" # [<bool>]
  99. #Option "Tiling" # [<bool>]
  100. #Option "Shadow" # [<bool>]
  101. #Option "SwapbuffersWait" # [<bool>]
  102. #Option "XvMC" # [<bool>]
  103. #Option "XvPreferOverlay" # [<bool>]
  104. #Option "DebugFlushBatches" # [<bool>]
  105. #Option "DebugFlushCaches" # [<bool>]
  106. #Option "DebugWait" # [<bool>]
  107. Identifier "Card2"
  108. Driver "intel"
  109. VendorName "Intel Corporation"
  110. BoardName "4 Series Chipset Integrated Graphics Controller"
  111. BusID "PCI:0:2:0"
  112. EndSection
  113.  
  114. Section "Screen"
  115. Identifier "Screen0"
  116. Device "Card0"
  117. Monitor "Monitor0"
  118. EndSection
  119.  
  120. Section "Screen"
  121. Identifier "Screen1"
  122. Device "Card1"
  123. Monitor "Monitor1"
  124. EndSection
  125.  
  126. Section "Screen"
  127. Identifier "Screen2"
  128. Device "Card2"
  129. Monitor "Monitor2"
  130. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement