Summary
Description: Unnamed repository; edit this file to name it for gitweb.
Last Change: Wed 2/3/10 13:04
Recent Commits
>
--git a/CHANGE-LOG b/CHANGE-LOG
index 0dd54d1..7c7332c 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -13,7 +13,7 @@ Phoronix Test Suite (git)
- Introduce "system-memory" test suite. Tests RAM performance using RAMspeed and Bandwidth (currently).
- Clean up text output a bit. Add "arguments description" string to text output when showing final results for each test.
- Improved CPU detection / ensures the frequency is shown. Properly handles the frequency for those overclocking or with power-savings technologies.
-- Added video memory detection support. Currently only NVIDIA binary driver supported. Defaults to 128MB. Video memory capacity (in MB) exported to VIDEO_MEMORY for profiles.
+- Added video memory detection support. Defaults to 128MB. Video memory capacity (in MB) exported 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,7 +266,7 @@ 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]);
<
Copyright © 2010 by Phoronix Media