Show
Ignore:
Timestamp:
03/10/08 15:44:21 (9 months ago)
Author:
gonzalo
Message:

Active 3D warning added

Files:
1 modified

Legend:

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

    r1576 r1577  
    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