document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /root/xorg.conf.new
  2.  
  3. Section "Server Layout"
  4. Identifier "X.org Configured"
  5. Screen 0 "Screen0" 0 0
  6. Screen 1 "Screen1" RightOf "Screen0"
  7. InputDevice "Mouse0" "CorePointer"
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. EndSection
  10.  
  11. Section "Files"
  12. Module Path "/usr/local/lib/xorg/modules"
  13. FontPath "/usr/local/lib/X11/fonts/misc/"
  14. FontPath "/usr/local/lib/X11/fonts/TTF/"
  15. FontPath "/usr/local/lib/X11/fonts/OTF"
  16. FontPath "/usr/local/lib/X11/fonts/Type1/"
  17. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  18. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  19. EndSection
  20.  
  21. Section "Module"
  22. Load "dbe"
  23. Load "dri"
  24. Load "dri2"
  25. Load "extmod"
  26. Load "glx"
  27. Load "record"
  28. EndSection
  29.  
  30. Section "Input Device"
  31. Identifier "Keyboard0"
  32. Driver "kbd"
  33. End Section
  34.  
  35. Section "Input Device"
  36. Identifier "Mouse0"
  37. Driver "mouse"
  38. Option "Protocol" "auto"
  39. Option "Device" "dev/sysmouse"
  40. Option "ZAxisMapping" "4 5 6 7"
  41. End Section
  42.  
  43. Section "Monitor"
  44. Identifier "Monitor0"
  45. VendorName "Monitor Vendor"
  46. Model Name "Monitor Model"
  47. End Section
  48.  
  49. Section "Monitor"
  50. Identifier "Monitior1"
  51. VendorName "Monitor Vendor"
  52. ModelName "Monitor Model"
  53. End Section
  54.  
  55. Section "Device"
  56. ###Available Driver options are:-
  57. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", <string>: "string", <freq>: "<f> Hz/kHz/MHz"
  58. ### [arg]: arg optional
  59. #Option "SWCursor" #[<bool>]
  60. #Option "HWCursor" #[<bool>]
  61. #Option "NoAccel" #[<bool>]
  62. #Option "ShadowFB" #[<bool>]
  63. #Option "UseFBDev" #[<bool>]
  64. #Option "Rotate" #[<string>]
  65. #Option "VideoKey" # <i>
  66. #Option "FlatPanel" #[<bool>]
  67. #Option "FPDither" #[<bool>[
  68. #Option "CrtcNumber" # <i>
  69. #Option "FPScale" #[<bool>]
  70. #Option "FPTweak" # <i>
  71. #Option "DualHead" #[<bool>]
  72. Identifier "Card0"
  73. Driver "nv"
  74. VendorName "nVidia Corporation"
  75. BoardName "UnknownBoard"
  76. BusID "PCI:1:0:0"
  77. End Section
  78.  
  79. Section "Device"
  80. ###Available Driver options are:-
  81. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", <string>: "string", <freq>: "<f> Hz/kHz/MHz"
  82. ### [arg]: arg optional
  83. #Option "ShadowFB" #[<bool>]
  84. #Option "Rotate" # <str>
  85. #Option "fbdev" # <str>
  86. #Option "debug" #[<bool>]
  87. Identifier "Card1"
  88. Driver "vesa"
  89. VendorName "Intel Corporation"
  90. BoardName "Core Processor Integrated Graphics Controller"
  91. BusID "PCI:0:2:0"
  92. EndSection
  93.  
  94. Section "Screen"
  95. Indentifier "Screen1"
  96. Device "Card0"
  97. Monitor "Monitor0"
  98. Subsection "Display"
  99. Viewport 0 0
  100. Depth 1
  101. End SubSection
  102. Subsection "Display"
  103. Viewport 0 0
  104. Depth 4
  105. End SubSection
  106. Subsection "Display"
  107. Viewport 0 0
  108. Depth 8
  109. End SubSection
  110. Subsection "Display"
  111. Viewport 0 0
  112. Depth 15
  113. End SubSection
  114. Subsection "Display"
  115. Viewport 0 0
  116. Depth 16
  117. End SubSection
  118. Subsection "Display"
  119. Viewport 0 0
  120. Depth 24
  121. End SubSection
  122. End Section
  123.  
  124. Section "Screen"
  125. Identifier "Screen1"
  126. Device "Card1"
  127. Monitor "Monitor1"
  128. Subsection "Display"
  129. Subsection "Display"
  130. Viewport 0 0
  131. Depth 1
  132. End SubSection
  133. EndSection
');