summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system_graphics.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-01 21:32:32 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-01 21:32:32 -0400
commit7e08a30e3480234490e52936b5efb0303f03d82c (patch)
tree0cdbb8d47a4826586225b8df56acbb9dd23a9038 /pts-core/functions/pts-functions_system_graphics.php
parent8400f893094c8f319bd0a6d5d0926f61eb02ce1a (diff)
downloadphoronix-test-suite-upstream-7e08a30e3480234490e52936b5efb0303f03d82c.tar.gz
phoronix-test-suite-upstream-7e08a30e3480234490e52936b5efb0303f03d82c.tar.xz
phoronix-test-suite-upstream-7e08a30e3480234490e52936b5efb0303f03d82c.zip
pts-core: Various small tweaks to pts-core
Diffstat (limited to 'pts-core/functions/pts-functions_system_graphics.php')
-rw-r--r--pts-core/functions/pts-functions_system_graphics.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_system_graphics.php b/pts-core/functions/pts-functions_system_graphics.php
index b9987bb..3399f22 100644
--- a/pts-core/functions/pts-functions_system_graphics.php
+++ b/pts-core/functions/pts-functions_system_graphics.php
@@ -404,7 +404,6 @@ function set_amd_pcsdb($attribute, $value)
if(!empty($value) && IS_ATI_GRAPHICS)
{
$DISPLAY = substr(getenv("DISPLAY"), 1, 1);
-
$info = shell_exec("DISPLAY=:" . $DISPLAY . " aticonfig --set-pcs-val=" . $attribute . "," . $value . " 2>&1");
}
}