![]() |
|
|||||||
| Phoronix Test Suite Discussion & collaboration on the Phoronix Test Suite software and specification. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Graphics benchmarks under Linux depend strongly on the used graphics drivers. Therefore the currently used graphics driver should be listed in the information overview of the system.
One way to get the graphics driver could be: Code:
cat /var/log/Xorg.0.log|grep drivers |
|
#2
|
|||
|
|||
|
I'll be adding in support for graphics driver and version (along with CPU frequency) and lots of other sw/hw detection, I just got so much time each day
|
|
#3
|
|||
|
|||
|
|
|
#4
|
|||
|
|||
|
|
|
#5
|
|||
|
|||
|
http://phorogit.com/index.php?p=phor...f3e7ebbf9eb035
Just committed support to git for getting the driver/OpenGL information. It will now display the OpenGL version within the software section. This is obtained through glxinfo. With the NVIDIA blob, they report both their OpenGL version as well as the driver version. With the OSS drivers, of course, they just report Mesa... For the ATI driver they just report the version number but not ATI or fglrx in there. To then provide more information on the driver, if /proc/dri/0/name exists, it will extract the driver name from that and append that to the OpenGL information. Much better then messing around with Xorg.0.log. So check out git
|
|
#6
|
|||
|
|||
|
On the matter of hardware recognition, the latest git improves the CPU frequency detection / appends the real maximum frequency (including if the CPU is overclocked).
|
|
#7
|
|||
|
|||
|
Wow, you are quick. Looks to me that you have more time each day than average developers
|
|
#8
|
|||
|
|||
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|