Changeset 1056 for pbibuild/modules/openarena
- Timestamp:
- 12/21/07 17:44:33 (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/openarena/overlay-dir/PBI.FirstRun.sh
r1055 r1056 47 47 fi 48 48 fi 49 #3D APPLICATION: 3D ACC IS NEEDED 50 51 glxinfo | grep "direct rendering:" | grep " Yes" 2>/dev/null 52 if [ "$?" != "0" ] 53 then 54 Â Â kdialog --msgbox "Your system does not appear to have hardware 3D 55 support enabled. This application requires 3D acceleration to function 56 properly." 57 fi
