Advertisement
Guest User

Untitled

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