summaryrefslogtreecommitdiff
path: root/tests/examplefiles/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/xorg.conf')
-rw-r--r--tests/examplefiles/xorg.conf48
1 files changed, 0 insertions, 48 deletions
diff --git a/tests/examplefiles/xorg.conf b/tests/examplefiles/xorg.conf
deleted file mode 100644
index e1f7164b..00000000
--- a/tests/examplefiles/xorg.conf
+++ /dev/null
@@ -1,48 +0,0 @@
-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