FSGamer: Improve Full Screen Gaming in Ubuntu Linux

Last updated: July 30, 2013

In this tutorial I’ll introduce you a new project, FSGamer, which can improve full screen gaming in Ubuntu Linux (still in alpha).

FSGamer ubuntu game

FSGamer runs games in their own X server, which can improve the speed, reduce annoying interruptions, and make switching between fullscreen games and your desktop easy and reliable.

To install this tool, click to download the deb and then follow below steps:

1.) First, install from the deb package, assuming it is in Downloads:

sudo dpkg -i ~/Downloads/fsgamer_0.1.1_all.deb

2.) Allow FSGamer to start extra X server:

sudo cp /etc/X11/Xwrapper.config /etc/X11/Xwrapper.config.backup
sudo gedit /etc/X11/Xwrapper.config

then change the line allowed_users=console to allowed_users=anybody.

3.) Allow audio to work in the new X server (change $USER to your username):

sudo usermod -a -G audio $USER

After the previous step, you may have to reboot in order for the audio settings to take effect.

NOTE: This is alpha quality software. It is also very sloppily written, and may crash everything and make you cry. So save your work! :)

Project Homepage: http://michaelb.org/projects/fsgamer/

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1