summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system_graphics.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-26 13:23:49 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-26 13:23:49 -0400
commit031aa7c4b28953c8b9fe2ccef4503b8fbf4a97b9 (patch)
tree1a7dc5107c8b4e91bee853ef91940a39d82964cc /pts-core/functions/pts-functions_system_graphics.php
parent6ce3ea3d071a1ed56337883a5670ef848c30c558 (diff)
downloadphoronix-test-suite-upstream-031aa7c4b28953c8b9fe2ccef4503b8fbf4a97b9.tar.gz
phoronix-test-suite-upstream-031aa7c4b28953c8b9fe2ccef4503b8fbf4a97b9.tar.xz
phoronix-test-suite-upstream-031aa7c4b28953c8b9fe2ccef4503b8fbf4a97b9.zip
pts-core: Rename pts-core/pts-results-viewer/ to
pts-core/results-viewer/
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 cd9c195..da18fb6 100644
--- a/pts-core/functions/pts-functions_system_graphics.php
+++ b/pts-core/functions/pts-functions_system_graphics.php
@@ -869,7 +869,7 @@ function graphics_memory_capacity()
{
// Attempt Video RAM detection using X log
// fglrx driver reports video memory to: (--) fglrx(0): VideoRAM: XXXXXX kByte, Type: DDR
- // xf86-video-ati and xf86-video-radeonhd also report their memory information in a similar format
+ // xf86-video-ati, xf86-video-intel, and xf86-video-radeonhd also report their memory information in a similar format
$info = shell_exec("cat /var/log/Xorg.0.log | grep -i VideoRAM");