summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system_graphics.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-14 18:33:49 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-14 18:33:49 -0400
commit7e022a0fc905e4bf87a032d47e3304099628f6c3 (patch)
tree17bd37bbfd4b88537125ab91a9de1a9137376f3e /pts-core/functions/pts-functions_system_graphics.php
parent5eb3b965590e0c1bccdb49a1d50fd78e728c9c53 (diff)
downloadphoronix-test-suite-upstream-7e022a0fc905e4bf87a032d47e3304099628f6c3.tar.gz
phoronix-test-suite-upstream-7e022a0fc905e4bf87a032d47e3304099628f6c3.tar.xz
phoronix-test-suite-upstream-7e022a0fc905e4bf87a032d47e3304099628f6c3.zip
pts-core: Add more modes to ignore
Diffstat (limited to 'pts-core/functions/pts-functions_system_graphics.php')
-rw-r--r--pts-core/functions/pts-functions_system_graphics.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_system_graphics.php b/pts-core/functions/pts-functions_system_graphics.php
index 4c0453d..875dcf5 100644
--- a/pts-core/functions/pts-functions_system_graphics.php
+++ b/pts-core/functions/pts-functions_system_graphics.php
@@ -326,7 +326,7 @@ function xrandr_available_modes()
$available_modes = array();
$supported_ratios = array(1.60, 1.25, 1.33);
- $ignore_modes = array(array(832, 624), array(1152, 864));
+ $ignore_modes = array(array(832, 624), array(1152, 864), array(1792, 1344), array(1800, 1440), array(1856, 1392), array(2048, 1536));
foreach($xrandr_lines as $xrandr_mode)
{