Show
Ignore:
Timestamp:
12/19/07 14:23:22 (12 months ago)
Author:
gonzalo
Message:

Alien Arena added

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/alienarena/overlay-dir/PBI.FirstRun.sh

    r1051 r1052  
    4747    fi 
    4848fi  
     49 
     50#3D APPLICATION: 3D ACC IS NEEDED 
     51 
     52glxinfo | grep "direct rendering:" | grep " Yes" 2>/dev/null 
     53if [ "$?" != "0" ] 
     54then 
     55   kdialog --msgbox "Your system does not appear to have hardware 3D 
     56support enabled. This application requires 3D acceleration to function 
     57properly." 
     58fi