summaryrefslogtreecommitdiffstats
path: root/pts-core
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core')
-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)
{