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