projects / phoronix-test-suite.git / commitdiff
Build Results
 
Summary

Description: Unnamed repository; edit this file to name it for gitweb.
Last Change: Wed 2/3/10 13:04

Recent Commits
Time
Signed-Off By
Description
Commit Diff
Wed 2/3/10 13:04
Michael Larabel  
phoromatic: Add... 
Wed 2/3/10 12:38
Michael Larabel  
phoromatic: Add... 
Wed 2/3/10 12:27
Michael Larabel  
phoromatic: Add... 
Wed 2/3/10 9:26
Michael Larabel  
pts: Drop MD5 hashes in... 
Tue 2/2/10 23:43
Michael Larabel  
phoromatic: Add... 
Tue 2/2/10 23:35
Michael Larabel  
pts-core: Phoromatic... 
 
> --git a/CHANGE-LOG b/CHANGE-LOG
index 0dd54d1
..7c7332c 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -13,+13,@@ Phoronix Test Suite (git)
 - 
Introduce "system-memory" test suiteTests RAM performance using RAMspeed and Bandwidth (currently).
 - 
Clean up text output a bitAdd "arguments description" string to text output when showing final results for each test.
 - 
Improved CPU detection ensures the frequency is shownProperly handles the frequency for those overclocking or with power-savings technologies.
-- 
Added video memory detection supportCurrently only NVIDIA binary driver supportedDefaults to 128MBVideo memory capacity (in MBexported to VIDEO_MEMORY for profiles.
+- 
Added video memory detection supportDefaults to 128MBVideo memory capacity (in MBexported to VIDEO_MEMORY for profiles.
 - 
Compatibility checks when merging results
 
Improved video card detection (use GL renderer and use lspci now only for fallback)
 - 
Add Super PI profile (Thanks to Pekka Panula)
diff --git a/pts-core/functions/pts-functions_linux.php b/pts-core/functions/pts-functions_linux.php
index 59659c6
..d90cd1c 100644
--- a/pts-core/functions/pts-functions_linux.php
+++ b/pts-core/functions/pts-functions_linux.php
@@ -266,+266,@@ function operating_system_release()
         
$os "Unknown";

         
// Try to detect distro for those not supplying lsb_release
-        $files glob("/etc/*-release");
+        
$files glob("/etc/*-version");
         if(
count($files) > 0)
         {
             
$file file_get_contents($files[0]);
<
 
Phoronix.com
Linux Driver Forums
Copyright © 2010 by Phoronix Media