summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system_graphics.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-07-17 19:07:19 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-03 11:49:20 -0400
commitcac048ad805a53c98c55f36017b2b554a9e3e776 (patch)
treeee7ded80915a804be4681a2de2830d8ea1f21005 /pts-core/functions/pts-functions_system_graphics.php
parentd1143f6cb53ce7e2f90b4dbc2d70eb7aa193280c (diff)
downloadphoronix-test-suite-upstream-cac048ad805a53c98c55f36017b2b554a9e3e776.tar.gz
phoronix-test-suite-upstream-cac048ad805a53c98c55f36017b2b554a9e3e776.tar.xz
phoronix-test-suite-upstream-cac048ad805a53c98c55f36017b2b554a9e3e776.zip
Video memory fix for BSD
Diffstat (limited to 'pts-core/functions/pts-functions_system_graphics.php')
-rw-r--r--pts-core/functions/pts-functions_system_graphics.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/pts-core/functions/pts-functions_system_graphics.php b/pts-core/functions/pts-functions_system_graphics.php
index 21b9be2..33158c1 100644
--- a/pts-core/functions/pts-functions_system_graphics.php
+++ b/pts-core/functions/pts-functions_system_graphics.php
@@ -380,6 +380,9 @@ function graphics_memory_capacity()
}
}
+ if(IS_BSD)
+ $video_ram = 128;
+
return $video_ram;
}
function opengl_version()