Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. 1.
  2.  
  3. 2.
  4. Section "Module"
  5. 3.
  6. SubSection "extmod"
  7. 4.
  8. Option "omit xfree86-dga"
  9. 5.
  10. EndSubSection
  11. 6.
  12. Load "i2c"
  13. 7.
  14. Load "ddc"
  15. 8.
  16. Load "vbe"
  17. 9.
  18. Load "dri"
  19. 10.
  20. Load "glx"
  21. 11.
  22. Load "synaptics"
  23. 12.
  24. EndSection
  25. 13.
  26.  
  27. 14.
  28. Section "ServerFlags"
  29. 15.
  30. Option "AllowMouseOpenFail" "true"
  31. 16.
  32. EndSection
  33. 17.
  34.  
  35. 18.
  36. Section "Monitor"
  37. 19.
  38. Identifier "Generic Monitor"
  39. 20.
  40. VertRefresh 43 - 60
  41. 21.
  42. HorizSync 28 - 80
  43. 22.
  44. EndSection
  45. 23.
  46.  
  47. 24.
  48.  
  49. 25.
  50. Section "Device"
  51. 26.
  52.  
  53. 27.
  54. Identifier "SabayonVga0"
  55. 28.
  56. Driver "vesa"
  57. 29.
  58. #BusID "PCI:01:00"
  59. 30.
  60. #Option "RenderAccel" "on"
  61. 31.
  62. #Option "XAANoOffscreenPixmaps"
  63. 32.
  64. #Option "BusType" "PCI"
  65. 33.
  66. #Option "ColorTiling" "on"
  67. 34.
  68. #Option "EnablePageFlip" "on"
  69. 35.
  70. Option "UseEvents" "True"
  71. 36.
  72. Option "LogoPath" "/usr/share/backgrounds/sabayonlinux-nvidia.png"
  73. 37.
  74.  
  75. 38.
  76. EndSection
  77. 39.
  78.  
  79. 40.
  80.  
  81. 41.
  82.  
  83. 42.
  84. Section "Screen"
  85. 43.
  86.  
  87. 44.
  88. Identifier "Screen 0"
  89. 45.
  90. Device "SabayonVga0"
  91. 46.
  92. Monitor "Generic Monitor"
  93. 47.
  94. Option "AddARGBGLXVisuals" "true"
  95. 48.
  96.  
  97. 49.
  98. DefaultDepth 24
  99. 50.
  100.  
  101. 51.
  102. SubSection "Display"
  103. 52.
  104. Depth 8
  105. 53.
  106. ViewPort 0 0
  107. 54.
  108. #Modes "1024x768" "800x600" "640x480"
  109. 55.
  110. EndSubsection
  111. 56.
  112.  
  113. 57.
  114. SubSection "Display"
  115. 58.
  116. Depth 16
  117. 59.
  118. ViewPort 0 0
  119. 60.
  120. #Modes "1024x768" "800x600" "640x480"
  121. 61.
  122. EndSubsection
  123. 62.
  124.  
  125. 63.
  126. SubSection "Display"
  127. 64.
  128. Depth 24
  129. 65.
  130. ViewPort 0 0
  131. 66.
  132. #Modes "1024x768" "800x600" "640x480"
  133. 67.
  134. EndSubsection
  135. 68.
  136.  
  137. 69.
  138. EndSection
  139. 70.
  140.  
  141. 71.
  142.  
  143. 72.
  144. Section "DRI"
  145. 73.
  146. Mode 0666
  147. 74.
  148. EndSection
  149. 75.
  150.  
  151. 76.
  152. Section "ServerLayout"
  153. 77.
  154. Identifier "Main Layout"
  155. 78.
  156. Screen 0 "Screen 0"
  157. 79.
  158. EndSection
  159. 80.
  160.  
  161. 81.
  162. Section "Extensions"
  163. 82.
  164. #Option "Composite" "Enable"
  165. 83.
  166. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement