Guest User

Untitled

a guest
Apr 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 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 "ati"
  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 "Screen"
  43.  
  44. Identifier "Screen 0"
  45. Device "SabayonVga0"
  46. Monitor "Generic Monitor"
  47. #Option "AddARGBGLXVisuals" "true"
  48.  
  49. DefaultDepth 24
  50.  
  51. SubSection "Display"
  52. Depth 8
  53. ViewPort 0 0
  54. #Modes "1024x768" "800x600" "640x480"
  55. EndSubsection
  56.  
  57. SubSection "Display"
  58. Depth 16
  59. ViewPort 0 0
  60. #Modes "1024x768" "800x600" "640x480"
  61. EndSubsection
  62.  
  63. SubSection "Display"
  64. Depth 24
  65. ViewPort 0 0
  66. #Modes "1024x768" "800x600" "640x480"
  67. EndSubsection
  68.  
  69. EndSection
  70.  
  71.  
  72. Section "DRI"
  73. Mode 0666
  74. EndSection
  75.  
  76. Section "ServerLayout"
  77. Identifier "Main Layout"
  78. Screen 0 "Screen 0"
  79. EndSection
  80.  
  81. #Section "InputDevice"
  82. #Option "XkbLayout" "fr-latin9"
  83. #EndSection
  84.  
  85. Section "InputClass"
  86. Identifier "keyboard-all"
  87. # Driver "evdev"
  88. Option "XkbLayout" "fr-latin9"
  89. EndSection
  90.  
  91.  
  92. Section "Extensions"
  93. #Option "Composite" "Enable"
  94. EndSection
Add Comment
Please, Sign In to add comment