summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles/quake4.xml
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-05 17:39:43 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-05 17:39:43 -0400
commitf961d6d45386359cbcfec3363b2317495083d2ad (patch)
tree751727a5486bfe69d870475021a7b53a3a314f8e /pts/test-profiles/quake4.xml
parent6fc5af3c8c093fb2bae91d607f33c155e3c93900 (diff)
downloadphoronix-test-suite-upstream-f961d6d45386359cbcfec3363b2317495083d2ad.tar.gz
phoronix-test-suite-upstream-f961d6d45386359cbcfec3363b2317495083d2ad.tar.xz
phoronix-test-suite-upstream-f961d6d45386359cbcfec3363b2317495083d2ad.zip
pts: Switch relevant test profiles over to using auto-resolution
Test away! Should be fine though. Now Doom3, ET, ETQW Demo, ETQW GLMark, Lightsmark, OpenArena, Quake 4, Tremulous, Urban Terror, Warsow, and XPlane will detect available resolutions at run-time.
Diffstat (limited to 'pts/test-profiles/quake4.xml')
-rw-r--r--pts/test-profiles/quake4.xml28
1 files changed, 4 insertions, 24 deletions
diff --git a/pts/test-profiles/quake4.xml b/pts/test-profiles/quake4.xml
index 8a8cf49..2298436 100644
--- a/pts/test-profiles/quake4.xml
+++ b/pts/test-profiles/quake4.xml
@@ -1,6 +1,6 @@
<PhoronixTestSuite>
<TestProfile>
- <Version>1.0.0</Version>
+ <Version>1.0.1</Version>
<TestType>Graphics</TestType>
<SoftwareType>Game</SoftwareType>
<License>NON-FREE</License>
@@ -25,31 +25,11 @@
</Default>
<Option>
<DisplayName>Resolution</DisplayName>
- <Identifier>resolution</Identifier>
+ <Identifier>auto-resolution</Identifier>
<Menu>
<Entry>
- <Name>800 x 600</Name>
- <Value>+set r_customWidth 800 +set r_customHeight 600</Value>
- </Entry>
- <Entry>
- <Name>1024 x 768</Name>
- <Value>+set r_customWidth 1024 +set r_customHeight 768</Value>
- </Entry>
- <Entry>
- <Name>1280 x 1024</Name>
- <Value>+set r_customWidth 1280 +set r_customHeight 1024</Value>
- </Entry>
- <Entry>
- <Name>1680 x 1050</Name>
- <Value>+set r_customWidth 1680 +set r_customHeight 1050</Value>
- </Entry>
- <Entry>
- <Name>1600 x 1200</Name>
- <Value>+set r_customWidth 1600 +set r_customHeight 1200</Value>
- </Entry>
- <Entry>
- <Name>1920 x 1200</Name>
- <Value>+set r_customWidth 1920 +set r_customHeight 1200</Value>
+ <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name>
+ <Value>+set r_customWidth $VIDEO_WIDTH +set r_customHeight $VIDEO_HEIGHT</Value>
</Entry>
</Menu>
</Option>