Advertisement
Guest User

mikeydeeeee

a guest
Jun 13th, 2009
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. # Xorg configuration created by livna-config-display
  2.  
  3. Section "ServerFlags"
  4. Option "DefaultServerLayout" "Nvidia" Option "Xinerama" "1"
  5. # Option "DefaultServerLayout" "All" Option "AIGLX" "on"
  6. # Option "DefaultServerLayout" "Intel" Option "AIGLX" "on"
  7. EndSection
  8.  
  9. Section "ServerLayout"
  10. Identifier "Nvidia"
  11. Screen 0 "ScreenB" 0 0
  12. Screen 1 "ScreenC" RightOf "ScreenB"
  13. EndSection
  14.  
  15. Section "ServerLayout"
  16. Identifier "All"
  17. Screen 0 "ScreenA" 0 0
  18. Screen 1 "ScreenB" RightOf "ScreenA"
  19. Screen 2 "ScreenC" RightOf "ScreenB"
  20. EndSection
  21.  
  22. Section "ServerLayout"
  23. Identifier "Intel"
  24. Screen 0 "ScreenA" 0 0
  25. EndSection
  26.  
  27. Section "Module"
  28. Load "dbe"
  29. Load "extmod"
  30. Load "freetype"
  31. Load "glx"
  32. EndSection
  33.  
  34. Section "Monitor"
  35. Identifier "MonitorA"
  36. Option "DPMS" "true"
  37. EndSection
  38.  
  39. Section "Monitor"
  40. Identifier "MonitorB"
  41. Option "DPMS"
  42. EndSection
  43.  
  44. Section "Monitor"
  45.  
  46. # HorizSync source: builtin, VertRefresh source: builtin
  47. Identifier "MonitorC"
  48. VendorName "Unknown"
  49. ModelName "TV-0"
  50. HorizSync 28.0 - 55.0
  51. VertRefresh 43.0 - 72.0
  52. Option "DPMS"
  53. EndSection
  54.  
  55. Section "Device"
  56. Identifier "CardA"
  57. Driver "intel"
  58. VendorName "Intel"
  59. BoardName "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)"
  60. BusID "PCI:0:2:0"
  61. EndSection
  62.  
  63. Section "Device"
  64. Identifier "DeviceB"
  65. Driver "nvidia"
  66. # Driver "nv"
  67. # Driver "nouveau"
  68. VendorName "NVIDIA Corporation"
  69. BoardName "GeForce 8400 GS"
  70. BusID "PCI:2:0:0"
  71. EndSection
  72.  
  73. Section "Device"
  74. Identifier "DeviceC"
  75. Driver "nvidia"
  76. # Driver "nv"
  77. # Driver "nouveau"
  78. VendorName "NVIDIA Corporation"
  79. BoardName "GeForce 8400 GS"
  80. BusID "PCI:2:0:0"
  81. Screen 1
  82. EndSection
  83.  
  84. Section "Screen"
  85. Identifier "ScreenA"
  86. Device "CardA"
  87. Monitor "MonitorA"
  88. DefaultDepth 16
  89. SubSection "Display"
  90. Depth 16
  91. Modes "1024x768" "800x600" "640x480"
  92. EndSubSection
  93. EndSection
  94.  
  95. Section "Screen"
  96. Identifier "ScreenB"
  97. Device "DeviceB"
  98. Monitor "MonitorB"
  99. DefaultDepth 16
  100. Option "TwinView" "0"
  101. Option "metamodes" "CRT: 1024x768 +0+0; CRT: 800x600 +0+0; CRT: 640x480 +0+0"
  102. SubSection "Display"
  103. Depth 16
  104. EndSubSection
  105. EndSection
  106.  
  107. Section "Screen"
  108. Identifier "ScreenC"
  109. Device "DeviceC"
  110. Monitor "MonitorC"
  111. DefaultDepth 16
  112. Option "TwinView" "0"
  113. Option "metamodes" "TV: 800x600 +0+0"
  114. SubSection "Display"
  115. Depth 16
  116. EndSubSection
  117. EndSection
  118.  
  119. Section "Extensions"
  120. Option "Composite" "Enable"
  121. EndSection
  122.  
  123.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement