Board index FlightGear Support Compiling

In Italy we say "Do as shrimp"... ;)

Building FlightGear from source, and in the need for help?

In Italy we say "Do as shrimp"... ;)

Postby abassign » Fri Sep 05, 2014 3:02 pm

In Italy we say "Do as shrimp": do a step forward followed by two steps backwards!

I have a PC with linux Kubuntu 16 GB, 6 GB NVIDIA 870. Until 10 days ago, FGFs 3.3 was good enough, on average 25-35 fps with the F14B and Rembrandt. Then, suddenly the speed dropped to 3-5 fps! I looked in the forums and find out that others have encountered the same problem. For now, I compile each day from GIT, I have not seen any improvement, in fact, a couple of days in the version without Rembrandt, some types of trees have become rectangles! Better and better!
The slow implementation of the program is actually with Rembrandt, but also without Rembrandt. I tried to reinstall the proprietary NVIDIA graphics drivers, I checked their proper functioning etc. but everything was ok. What can I do for "back to life" my beloved flight simulator?

Image
Developer of the program https://wiki.flightgear.org/Julia_photoscenery_generator
FDM developer of the G91R1B aircraft https://wiki.flightgear.org/FIAT_G91R1B
JSBSim collaborator
abassign
 
Posts: 949
Joined: Mon Feb 27, 2012 6:09 pm
Location: Italy (living 5 Km from airport LIME)
Callsign: I-BASSY
Version: 2020.4
OS: Ubuntu 20.10

Re: In Italy we say "Do as shrimp"... ;)

Postby radi » Fri Sep 05, 2014 3:30 pm

Check the latest messages on FG-devel http://sourceforge.net/p/flightgear/mai ... /32799127/, Re: [Flightgear-devel] crash in SGPropertyNode::fireValueChanged. Torsten is working on a fix for this. Since you can compile from GIT, you're invited to test and report results.
OSM buildings for LOWI, EDDC
Custom scenery for VHXX YMML
Edit .stg via the FG Object Placement Tool
radi
 
Posts: 659
Joined: Mon Aug 25, 2008 5:24 pm
Location: YMML, EDDC

Re: In Italy we say "Do as shrimp"... ;)

Postby Johan G » Fri Sep 05, 2014 3:36 pm

I think I have seen it mentioned on the forum that Open SceneGraph (OSG), the library FlightGear uses for the graphics, has problems in its latest release(s). This affects not only FlightGear. Many users of OSG have reported severely lowered frame rate, some having only a third of the frame rate they used to have. :shock: I am quite sure that both the OSG people and the FlightGear people are working hard on trying to find the bug(s) causing this.

Edit: radi beat me to it.

Edit 2: See also these topics:
Low-level flying — It's all fun and games till someone looses an engine. (Paraphrased from a YouTube video)
Improving the Dassault Mirage F1 (Wiki, Forum, GitLab. Work in slow progress)
Some YouTube videos
Johan G
Moderator
 
Posts: 6634
Joined: Fri Aug 06, 2010 6:33 pm
Location: Sweden
Callsign: SE-JG
IRC name: Johan_G
Version: 2020.3.4
OS: Windows 10, 64 bit

Re: In Italy we say "Do as shrimp"... ;)

Postby Hooray » Fri Sep 05, 2014 3:59 pm

A number of users have reported similiar performance issues once they updated OSG - however, if you're building from source, you could just as well be affected by the troubleshooting going on on the devel list currently:

Several FlightGear users have pointed out inexplicable FG "slowness" that seemed related to the property rules subsystem - which is a subsystem that Torsten originally wrote/ported, so he investigated a little and managed to track this down to a pretty serious bug in the effects subsystem that may end up registering thousands of identical listeners, despite effects/shaders not even being in use necessarily.
So the property rules code wasn't even the culprit but obviously it deals with properties, so easy to mis-identify as the troublemaker.

As some of you may know from working with Nasal code: listeners are not in and of themselves expensive, but running identical listeners over and over again each frame is getting unnecessarily expensive quickly. This doesn't just apply to scripting space, but also to C++ space - here, it's the sheer performance offered by native C++ code that makes it much harder to identify such problems, because code that would bring the simulator down to its kneeds in Nasal may very well still be "fast enough" for most people with fast computers, despite being still very much "broken", and plain wrong.

Also, several core developers have now independently confirmed that FlightGear will normally be CPU bound for most people under these circumstances (that is, unless you happen to be using such a powerful computer that it isn't bothered by running thousands of identical listeners/callbacks per frame).

As can be seen on the devel list, Torsten has been spending the last weeks troubleshooting the effects system, which isn't exactly straightforward because its original developer is not currently involved in FlightGear, and the code is pretty sophisticated and even multi-threaded (which means that parts of the code may be running concurrently on different CPUs) - however, Torsten did report pretty significant performance improvements recently - he's just pushed his work to a new branch so that other developers (and people building from source!) can have a look and test his changes and report feedback/issues - this will probably mean that it may take a few weeks until all the feedback has come in and implemented - but performance should be improved significantly by then - which also addresses the whole "when will 3.2 be released" question.
Last edited by Hooray on Fri Sep 05, 2014 7:43 pm, edited 1 time in total.
Please don't send support requests by PM, instead post your questions on the forum so that all users can contribute and benefit
Thanks & all the best,
Hooray
Help write next month's newsletter !
pui2canvas | MapStructure | Canvas Development | Programming resources
Hooray
 
Posts: 12707
Joined: Tue Mar 25, 2008 9:40 am
Pronouns: THOU

Re: In Italy we say "Do as shrimp"... ;)

Postby Johan G » Fri Sep 05, 2014 6:56 pm

That sounds very reassuring. :D
Low-level flying — It's all fun and games till someone looses an engine. (Paraphrased from a YouTube video)
Improving the Dassault Mirage F1 (Wiki, Forum, GitLab. Work in slow progress)
Some YouTube videos
Johan G
Moderator
 
Posts: 6634
Joined: Fri Aug 06, 2010 6:33 pm
Location: Sweden
Callsign: SE-JG
IRC name: Johan_G
Version: 2020.3.4
OS: Windows 10, 64 bit


Return to Compiling

Who is online

Users browsing this forum: No registered users and 5 guests