			Nebulus 0.8.0

	  Copyright (c) 2002-2006 by Pascal Brochart
 Freely redistributable under the Gnu GPL version 2 or later

              E-mail: <pbrochart@tuxfamily.org>
           Homepage: <http://nebulus.tuxfamily.org>


INSTALLATION
	This plugin requires OpenGL and SDL to work.
        **** You will really need hardware acceleration! ****

	./configure && make && make install

	Nebulus support SDL_ttf to display infos on OpenGL screen.
	To compile it, specify the file of the default TTF:
	(of course replace the TTF file by your own file)

	./configure --with-ttf-font=/usr/share/fonts/truetype/Vera.ttf
	&& make && make install

USAGE
	Enable it in the XMMS Visualization Plugins Preferences.
	There are also some keyboard keys you can press to modify options:

	'ESCAPE': toggle fullscreen mode
	'F1': 640x480 screen mode (default)
	'F2': 800x600 screen mode
	'F3': 1024x768 screen mode
	'F4': 1280x1024 screen mode
	'F5': 1600x1200 screen mode
        'LEFT' : forward time in music
        'RIGHT' : backward time in music
	'p': pause and unpause display
	'f': freeze and unfreeze mode
	'i': display title of the music and fps (with SDL_ttf)

	It also accepts the following xmms shortcuts (sent to session 0):
	'z': previous
        'c': pause
	'x': play
        'v': stop
	'b': next
	's': shuffle
        'r': repeat

	You can change the priorities of each effects and control the
	maximum FPS (0 for no limit).
