Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Section "Module"
- SubSection "extmod"
- Option "omit xfree86-dga"
- EndSubSection
- Load "i2c"
- Load "ddc"
- Load "vbe"
- Load "dri"
- Load "glx"
- Load "synaptics"
- EndSection
- Section "ServerFlags"
- Option "AllowMouseOpenFail" "true"
- EndSection
- Section "Monitor"
- Identifier "Generic Monitor"
- VertRefresh 43 - 60
- HorizSync 28 - 80
- EndSection
- Section "Device"
- Identifier "SabayonVga0"
- Driver "nvidia"
- #BusID "PCI:01:00"
- #Option "RenderAccel" "on"
- #Option "XAANoOffscreenPixmaps"
- #Option "BusType" "PCI"
- #Option "ColorTiling" "on"
- #Option "EnablePageFlip" "on"
- # UseEvents is causing segmentation faults with
- # NVIDIA 6xxx, 7xxx and >=275.xx.xx drivers
- #Option "UseEvents" "True"
- Option "LogoPath" "/usr/share/backgrounds/sabayonlinux-nvidia.png"
- EndSection
- Section "Screen"
- Identifier "Screen 0"
- Device "SabayonVga0"
- Monitor "Generic Monitor"
- Option "AddARGBGLXVisuals" "true"
- Option "RegistryDwords" "EnableBrightnessControl=1"
- DefaultDepth 24
- SubSection "Display"
- Depth 8
- ViewPort 0 0
- #Modes "1024x768" "800x600" "640x480"
- EndSubsection
- SubSection "Display"
- Depth 16
- ViewPort 0 0
- #Modes "1024x768" "800x600" "640x480"
- EndSubsection
- SubSection "Display"
- Depth 24
- ViewPort 0 0
- #Modes "1024x768" "800x600" "640x480"
- EndSubsection
- EndSection
- Section "DRI"
- Mode 0666
- EndSection
- Section "ServerLayout"
- Identifier "Main Layout"
- Screen 0 "Screen 0"
- EndSection
- Section "Extensions"
- #Option "Composite" "Enable"
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement