TIP: Improve game experience on Linux
Posted: Mon Sep 01, 2008 11:29 pm
Hi
I found out that if I have all the necessary libraries installed, vorbis, SDL, etc... then moving all the lib files in lib directory of darwinia (NOTE! not all the files only those starting with the name lib) to an oldlib directory improved the game experience.
So what I did was in my Ubuntu Hardy:
go to you darwinia directory
then:
cd lib
mkdir oldlib
mv lib* oldlib/
if the game doesn't start try install
apt-get install libvorbisfile3 libogg0 libvorbis0a libsdl1.2debian-alsa libsdl1.2debian
if you don't use Ubuntu or Debian you have to look in your repository for similar libraries that contains the files you just moved.
When I did this I could return from the game to my desktop without a hitch.
If on the other hand this is not working for you simply move the lib files back from the oldlib directory to the lib directory.
I found out that if I have all the necessary libraries installed, vorbis, SDL, etc... then moving all the lib files in lib directory of darwinia (NOTE! not all the files only those starting with the name lib) to an oldlib directory improved the game experience.
So what I did was in my Ubuntu Hardy:
go to you darwinia directory
then:
cd lib
mkdir oldlib
mv lib* oldlib/
if the game doesn't start try install
apt-get install libvorbisfile3 libogg0 libvorbis0a libsdl1.2debian-alsa libsdl1.2debian
if you don't use Ubuntu or Debian you have to look in your repository for similar libraries that contains the files you just moved.
When I did this I could return from the game to my desktop without a hitch.
If on the other hand this is not working for you simply move the lib files back from the oldlib directory to the lib directory.