Show
Ignore:
Timestamp:
12/21/07 17:44:33 (12 months ago)
Author:
gonzalo
Message:

Open Arena added

Files:
1 modified

Legend:

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

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