summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles/tremulous.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pts/test-profiles/tremulous.xml')
-rw-r--r--pts/test-profiles/tremulous.xml28
1 files changed, 4 insertions, 24 deletions
diff --git a/pts/test-profiles/tremulous.xml b/pts/test-profiles/tremulous.xml
index c7e6f62..214ac59 100644
--- a/pts/test-profiles/tremulous.xml
+++ b/pts/test-profiles/tremulous.xml
@@ -1,6 +1,6 @@
<PhoronixTestSuite>
<TestProfile>
- <Version>1.0.0</Version>
+ <Version>1.0.1</Version>
<TestType>Graphics</TestType>
<SoftwareType>Game</SoftwareType>
<License>FREE</License>
@@ -25,31 +25,11 @@
</Default>
<Option>
<DisplayName>Resolution</DisplayName>
- <Identifier>display-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>