Changes between Version 22 and Version 23 of dev/LinuxDebian
- Timestamp:
- Sep 17, 2008, 10:27:47 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxDebian
v22 v23 28 28 $ svn co https://svn.orxonox.net/data/Media media 29 29 }}} 30 Now make sure, you have set the correct path to your media directory in the various ini-files of Orxonox.30 Now make sure, you have set the correct path to your media directory in the file orxonox.ini. 31 31 32 32 == Compiling == … … 42 42 43 43 == Possible Bugs == 44 === The sound is strange===45 Install and run it with the Alsa-OSS-wrapper44 === Strange Sound === 45 Install normally and run it with the Alsa-OSS-wrapper 46 46 {{{ 47 47 $ sudo aptitude install alsa-oss … … 49 49 $ aoss ./run 50 50 }}} 51 52 === Running === 53 54 If ./run doesn't work check out ''bin/orxonox.ini'' and compare the given data-path with the one you downloaded the data repository to. If the paths don't match, change it in the orxonox.ini and try ./run again. 55 56 === Graphics === 57 Using the "radeon" driver with your ATI graphics card (on Gutsy) will result in ugly shadow bugs in Ogre. Use flgrx instead. 58 59 === Ogre === 60 If you haven't installed Ogre with the package manager, you'll have to change the path in ''trunk/bin/plugin.cfg'' from ''/usr/lib/OGRE'' to ''/usr/local/lib/OGRE''.