Q:  Game crashes after message "Attempting to open mixer"
A:  Try shutting down artsd (if you are running KDE) or esd (if you
	are running GNOME). Alternativly you can start the game through
	artsdsp or esddsp instead. If neither of this works, use the -m flag
	to turn of sound.

Q:  Sound is out of sync.
A:	Shutdown any sound servers you are running (eg. artsd or esd) when playing.
	Eg. run "skill artsd ; trackballs ; artswrapper"

Q:  How do you make a distribution independent linux binary?
A:  Try statically linking all the non-standard libraries, do not use gcc 2.96 plus
	the most important thing; hold your thumbs!

Q:  The gamegraphics is very slow even though I have a whizbang 3D graphics card
A:  Do you have 3D acceleration working under X11? Make sure DRI is working properly
    and that the game is compiled against the X11 openGL drivers if you have compiled it
	yourself.

Q:  Configure fails when looking for GLU, but I have openGL
A:  Since you already have openGL you definitly *should* have GLU. Look for libGLU.so in
	/usr/lib or /usr/X11R6/lib. If you have it you can replace lines 3586 - 3646 with:

	  LIBS="-lGLU $LIBS"

	to make configure skip the GLU test. 

Q:  The binary doesn't work, it asks for libstdc++.so.5
A:  The easiest way of getting it is to upgrade to gcc3.2. Otherwise, if you are
    running debian you can point to Woody "testing" and do an "apt-get install libstdc++5"
    which also installs gcc3.2-base (which is not the gcc 3.2 compiler).

Q:  There's no background music when I'm playing
A:  Download the music from the homepage (or any other mp3's or ogg's) and place them in the
	$prefix/share/trackballs/music directory.

Q:  I cannot change flags/colors in the editor as documented.
A:  This might be caused by using keyboard layout which needs shift to get the numbers 
   (eg. frensh). Try temporarily changing keyboard layout to Swedish or US.

Q:  The fonts doesn't work for me
A:  There seem to be a problem with the libs for rendering the fonts in some systems. Try
    replacing share/trackballs/fonts/menuFont.ttf with some other TTF font on your system.

