summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles/quake4.xml
diff options
context:
space:
mode:
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>