Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / examplefiles / xorg.conf
Size: Mime:
Section "Files"
	ModulePath "/usr/lib64/opengl/nvidia/extensions"
	ModulePath "/usr/lib64/xorg/modules"
EndSection

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen "Screen"
EndSection

Section "ServerFlags"
	Option "AutoAddDevices" "false"
EndSection

Section "Screen"
        Identifier "Screen"
	Device "Card0"
	DefaultDepth    24
	SubSectionSub     "Display"
		Depth       24
	EndSubSection
        Option "UseEDIDDpi" "False"
        Option "DPI" "96 x 96"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "nvidia"
    VendorName  "NVIDIA Corporation" # inline comment
    #Option      "RenderAccel" "true"
    
    #Option      "NvAgp" "3"
    #Option      "AllowGLXWithComposite" "true"
    #Option      "AddARGBGLXVisuals" "true"
    #Option      "XAANoOffscreenPixmaps" "true"
    #Option      "DRI" "true"
    
    #Option      "UseEvents" "false"
    #Option      "TripleBuffer" "1"
    #Option      "DamageEvents" "1"
    ##Option      "BackingStore" "1"
    #Option      "PixmapCacheSize" "70000"
    #Option      "OnDemandVBlankInterrupts" "true"
EndSection

Section "Extensions"
#    Option "Composite" "Disabled"
EndSection