1Section "Files"
2	ModulePath "/usr/lib64/opengl/nvidia/extensions"
3	ModulePath "/usr/lib64/xorg/modules"
4EndSection
5
6Section "ServerLayout"
7	Identifier     "XFree86 Configured"
8	Screen "Screen"
9EndSection
10
11Section "ServerFlags"
12	Option "AutoAddDevices" "false"
13EndSection
14
15Section "Screen"
16        Identifier "Screen"
17	Device "Card0"
18	DefaultDepth    24
19	SubSection     "Display"
20		Depth       24
21	EndSubSection
22        Option "UseEDIDDpi" "False"
23        Option "DPI" "96 x 96"
24EndSection
25
26Section "Device"
27    Identifier  "Card0"
28    Driver      "nvidia"
29    VendorName  "NVIDIA Corporation" # inline comment
30    #Option      "RenderAccel" "true"
31
32    #Option      "NvAgp" "3"
33    #Option      "AllowGLXWithComposite" "true"
34    #Option      "AddARGBGLXVisuals" "true"
35    #Option      "XAANoOffscreenPixmaps" "true"
36    #Option      "DRI" "true"
37
38    #Option      "UseEvents" "false"
39    #Option      "TripleBuffer" "1"
40    #Option      "DamageEvents" "1"
41    ##Option      "BackingStore" "1"
42    #Option      "PixmapCacheSize" "70000"
43    #Option      "OnDemandVBlankInterrupts" "true"
44EndSection
45
46Section "Extensions"
47#    Option "Composite" "Disabled"
48EndSection
49