Phoronix Forums  

Go Back   Phoronix Forums > Phoronix > Phoronix Test Suite

Phoronix Test Suite Discussion & collaboration on the Phoronix Test Suite software and specification.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-03-2008, 12:49 PM
liquidat liquidat is offline
Junior Member
 
Join Date: Aug 2007
Posts: 17
Default Graphics drivers should be listed in overview

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
That's probably not the most beautiful way but it could be a start. Ideally, later on the driver version is displayed as well.
Reply With Quote
  #2  
Old 04-03-2008, 12:51 PM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,562
Default

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
Reply With Quote
  #3  
Old 04-03-2008, 01:27 PM
deanjo deanjo is offline
Senior Member
 
Join Date: May 2007
Posts: 2,929
Default

Quote:
Originally Posted by Michael View Post
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
Reply With Quote
  #4  
Old 04-03-2008, 02:31 PM
mtippett mtippett is offline
Phoronix Test Suite
 
Join Date: Jun 2006
Posts: 172
Default

Quote:
Originally Posted by deanjo View Post
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
Reply With Quote
  #5  
Old 04-03-2008, 03:04 PM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,562
Default

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
Reply With Quote
  #6  
Old 04-03-2008, 05:09 PM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,562
Default

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).
Reply With Quote
  #7  
Old 04-03-2008, 09:18 PM
liquidat liquidat is offline
Junior Member
 
Join Date: Aug 2007
Posts: 17
Default

Wow, you are quick. Looks to me that you have more time each day than average developers
Reply With Quote
  #8  
Old 04-03-2008, 09:23 PM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,562
Default

Quote:
Originally Posted by liquidat View Post
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.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 10:23 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2004 - 2009 by Phoronix Media.