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 13:15:15 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-14 13:15:15 -0400
commit5eb3b965590e0c1bccdb49a1d50fd78e728c9c53 (patch)
treec5df90b339e3385b97447df72b73a403605d2743 /pts-core/functions/pts-functions_system_graphics.php
parentef2aa53b833afbf5b1b20f33a9e3d3f6df1fda90 (diff)
downloadphoronix-test-suite-upstream-5eb3b965590e0c1bccdb49a1d50fd78e728c9c53.tar.gz
phoronix-test-suite-upstream-5eb3b965590e0c1bccdb49a1d50fd78e728c9c53.tar.xz
phoronix-test-suite-upstream-5eb3b965590e0c1bccdb49a1d50fd78e728c9c53.zip
pts-core: Don't report Software Rasterizer in graphics string
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 ff7a15c..4c0453d 100644
--- a/pts-core/functions/pts-functions_system_graphics.php
+++ b/pts-core/functions/pts-functions_system_graphics.php
@@ -545,7 +545,7 @@ function graphics_processor_string()
$info .= " SLI";
}
- if(empty($info) || strpos($info, "Mesa ") !== FALSE)
+ if(empty($info) || strpos($info, "Mesa ") !== FALSE || $info == "Software Rasterizer")
{
$info_pci = read_pci("VGA compatible controller:", false);