View Full Version : Graphics drivers should be listed in overview
liquidat
04-03-2008, 12:49 PM
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:
cat /var/log/Xorg.0.log|grep drivers
That's probably not the most beautiful way but it could be a start. Ideally, later on the driver version is displayed as well.
Michael
04-03-2008, 12:51 PM
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 :)
deanjo
04-03-2008, 01:27 PM
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 :)
Maybe we should start a petition for longer days :P
mtippett
04-03-2008, 02:31 PM
Maybe we should start a petition for longer days :P
Or, since the code is available at phorogit.com, give michael a patch. Don't make the day longer, just make it more productive in a global sense :).
Regards,
Matthew
Michael
04-03-2008, 03:04 PM
http://phorogit.com/index.php?p=phoronix-test-suite.git&a=commitdiff&h=6a6e81c007e80a9346f11aaaf731bc8bc0a2035b&hb=f2ef1574d4cecf66c3f23071abf3e7ebbf9eb035
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 :)
Michael
04-03-2008, 05:09 PM
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).
liquidat
04-03-2008, 09:18 PM
Wow, you are quick. Looks to me that you have more time each day than average developers ;)
Michael
04-03-2008, 09:23 PM
Wow, you are quick. Looks to me that you have more time each day than average developers ;)
Well, both features were on my TODO list and I knew only would take a few minutes to complete... so it fit into my usual 14~15 hour work day.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.