Independent game publisher, Bit Blot, has released their public beta of the linux port of Aquaria.
Originally released commercially for Windows and Mac platforms, this game is now downloadable for “free” to all linux users. Free full version available for download only until January 2010!
The game, Aquaria, has won some awards and gets praises for its intuitive gameplay and graphics.
PS : If you are having problems with the display resolution resulting in your monitor/LCD not being to support and showing a blank screen, open terminal mode
Press “Ctrl-Alt-F1″ on your keyboard
Login with your username and password and Stop GDM
sudo stop gdm
or
sudo /etc/init.d/gdm stop
Copy the default-1.xml over to the Aquaria settings/preference folder as usersettings.xml [ overwriting the original]
This time the game will run in windowed mode. Change the video settings within the game until it works to your desire.
Or you could also manually adjust the parameters within the ~/.Aquaria/preferences/usersettings.xml file
In the past 2 months, there has been much hype over Kernel Mode Settings (KMS) and Rootless X-Server. The inclusion of KMS into kernel version 2.6.29 is one of the major move towards KMS for enabling Rootless X-Server with various graphics hardware.
So what is KMS and Rootless X-Server and why the average linux user should be concerned?
KMS addresses the handling of video hardware which in turn displays the nice graphical user interface to the user. As its name suggests, means the kernel will set up the display’s resolution and depth mode (eg 800×600x32bits).