summaryrefslogtreecommitdiff
path: root/tests/examplefiles/xorg.conf
blob: e1f7164b85f5cd7cfe5eca91087b0582879ea191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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
	SubSection     "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