Project

General

Profile

$gfx » History » Revision 3

Revision 2 (Per Amundsen, 08/11/2015 06:06 AM) → Revision 3/5 (Per Amundsen, 08/11/2015 10:51 AM)

_Added in 1.6_ 

 *$gfx* 

 Returns the name of the first graphics card found. 

 _Might not be the default graphics card._ 

 ----------------------------------------------------------------------------- 

 *gfx(N)* 

 Returns the name of the Nth graphics card found. 

 *Parameters* 

 N - If N = 0, number of graphics cards, otherwise the Nth graphics card. 

 *Example* 

 <pre> 
 ; Print number of graphics cards. 
 //echo -ag $gfx(0) 

 ; Print the name of the first graphics cards. 
 //echo -ag $gfx(1) 
 </pre>