Advertisement
Guest User

xorg.conf

a guest
Jul 17th, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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      "nvidia"
  29.     #BusID    "PCI:01:00"
  30.     #Option "RenderAccel" "on"
  31.     #Option "XAANoOffscreenPixmaps"
  32.     #Option "BusType" "PCI"
  33.     #Option "ColorTiling" "on"
  34.     #Option "EnablePageFlip" "on"
  35.     # UseEvents is causing segmentation faults with
  36.     # NVIDIA 6xxx, 7xxx and >=275.xx.xx drivers
  37.     #Option "UseEvents" "True"
  38.     Option "LogoPath" "/usr/share/backgrounds/sabayonlinux-nvidia.png"
  39.  
  40. EndSection
  41.    
  42.  
  43.  
  44. Section "Screen"
  45.  
  46.     Identifier    "Screen 0"
  47.     Device        "SabayonVga0"
  48.     Monitor       "Generic Monitor"
  49.     Option       "AddARGBGLXVisuals" "true"
  50.     Option       "RegistryDwords" "EnableBrightnessControl=1"
  51.  
  52.     DefaultDepth 24
  53.  
  54.     SubSection "Display"
  55.         Depth       8
  56.         ViewPort    0 0
  57.         #Modes      "1024x768" "800x600" "640x480"
  58.     EndSubsection
  59.  
  60.     SubSection "Display"
  61.         Depth           16
  62.         ViewPort        0 0
  63.         #Modes      "1024x768" "800x600" "640x480"
  64.     EndSubsection
  65.  
  66.     SubSection "Display"
  67.         Depth           24
  68.         ViewPort        0 0
  69.         #Modes      "1024x768" "800x600" "640x480"
  70.     EndSubsection
  71.  
  72. EndSection
  73.  
  74.  
  75. Section "DRI"
  76.     Mode 0666
  77. EndSection
  78.  
  79. Section "ServerLayout"
  80.     Identifier   "Main Layout"
  81.     Screen 0    "Screen 0"
  82. EndSection
  83.  
  84. Section "Extensions"
  85.    #Option "Composite" "Enable"
  86. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement