Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 22 and Version 23 of dev/LinuxDebian


Ignore:
Timestamp:
Sep 17, 2008, 10:27:47 PM (16 years ago)
Author:
FelixSchulthess
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxDebian

    v22 v23  
    2828$ svn co https://svn.orxonox.net/data/Media media
    2929}}}
    30 Now make sure, you have set the correct path to your media directory in the various ini-files of Orxonox.
     30Now make sure, you have set the correct path to your media directory in the file orxonox.ini.
    3131
    3232== Compiling ==
     
    4242
    4343== Possible Bugs ==
    44 === The sound is strange ===
    45 Install and run it with the Alsa-OSS-wrapper
     44=== Strange Sound ===
     45Install normally and run it with the Alsa-OSS-wrapper
    4646{{{
    4747$ sudo aptitude install alsa-oss
     
    4949$ aoss ./run
    5050}}}
     51
     52=== Running ===
     53
     54If ./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 ===
     57Using the "radeon" driver with your ATI graphics card (on Gutsy) will result in ugly shadow bugs in Ogre. Use flgrx instead.
     58
     59=== Ogre ===
     60If 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''.