FlightGEAR 2.0.0 on GENTOO
I have searched for a 3D game on Linux and found this nice flight simulation. In Gentoos portage tree there is only an old version avaiable, so I wrote an ebuild for the new version. It compiles fine on my computer wth 64bit Gentoo – Linux.
The Power of my graphics board (nVidia Corporation Quadro FX 360M) seems to be enough for this simulation. The control is not easy, but with some time, you can fly around, like in a real aircraft.
What is FlightGear?
The FlightGear flight simulator project is an open-source, multi-platform, cooperative flight simulator development project. Source code for the entire project is available and licensed under the GNU General Public License.
HowTo install on Gentoo:
Download [download#37] file which include the ebuilds
cd /usr/locale/portage
tar -xzpvf ~/flightgear-2.0.0.tar.gz
Then you have to unmask the ebuilds in /etc/portage/package.keywords :
=games-simulation/flightgear-2.0.0 **
=dev-games/simgear-2.0.0 **
=dev-libs/boost-1.37.0-r1 **
=dev-util/boost-build-1.37.0 **
=media-libs/freeglut-2.6.0 **
now you can ’emerge =games-simulation/flightgear-2.0.0′
Have fun
Xexplorer
UPDATE 04.03.2010:
Now it´s in portage, with two different lines. First of all I found out that freeglut 2.6 is needed for flightgear, so I put it in the ebuild. And the second is a patch witch is needed if you don´t use freeglut 2.6. So I think my choice is the better way.
March 4th, 2010 at 11:33 pm
Cool 🙂
Are you planning on trying to get the VR920 working with this?
March 7th, 2010 at 1:14 pm
I tried to use flightgear with the VR920 but I was not able to get stereoscopic output with flightgear yet.
I tried to start flightgear this way with a stereo enabled xserver:
export OSG_STEREO_MODE=QUAD_BUFFER;export OSG_STEREO=ON; fgfs
When using the above command line I get the following console output and no stereoscopic view:
Warning: detected OpenGL error ‘invalid operation’ after RenderBin::draw(,)
Furthermore some cockpit controls contain yellow lines then, which are not there when starting flightgear in “normal” display mode. I suspect this to be a bug in flightgear.
Once I get flightgear to work in stereoscopic mode, I´d like to add headtracking support for the VR920 to it.
regards
Jürgen
November 28th, 2010 at 5:59 pm
[…] With my upcoming new headtracking driver for the vusix vr920 hmd it is likely that I manage to get the famous flight simulator FlightGear to work with it. This led me again to the problem that FlightGear does not work in quad buffered stereo, as I described in my comment to FlightGEAR 2.0.0 on GENTOO. […]