Re: [Flightgear-devel] Generic input protocol delay

2009-07-23 Thread Stefan Seifert
On Wednesday, 22. July 2009, Peter Völk wrote: > someone > advises to use Vsync to slow down the framerate, but as I use a TFT, it's > not really a possibility. Why would that not be possible with a TFT? Usually TFTs run at 75Hz which is far below the problematic 110. So it sounds like a sound so

Re: [Flightgear-devel] Generic input protocol delay

2009-07-22 Thread Curtis Olson
Hi Peter, You could always add video cards and displays to your system, or maybe run s...@home in the background with a high negative nice value? We do have a mechanism that uses a software timer based system so it is not perfect, but does seem to work pretty well. From the command line or your

Re: [Flightgear-devel] Generic input protocol delay

2009-07-22 Thread Peter Völk
Hi all, is there any possibility so set manually the (maximum) framerate of FlightGear? I want to set a maximum, because i have some glitches/bucking/jerking with framerates above 110 fps. I know, thats some kind of luxury problem, but it looks like crap with those glitches. I already looked at the

Re: [Flightgear-devel] Generic input protocol delay

2009-06-29 Thread Erik Hofman
Erik Hofman wrote: > Curtis Olson wrote: >> I haven't looked at the code, but generally, I think it makes sense >> (when dealing with live data) for the generic protocol to enter a while >> loop and read data until there is no more available. That way if the >> sender is sending at a higher ra

Re: [Flightgear-devel] Generic input protocol delay

2009-06-29 Thread Erik Hofman
Curtis Olson wrote: > I haven't looked at the code, but generally, I think it makes sense > (when dealing with live data) for the generic protocol to enter a while > loop and read data until there is no more available. That way if the > sender is sending at a higher rate or FlightGear gets beh

Re: [Flightgear-devel] Generic input protocol delay

2009-06-29 Thread Curtis Olson
On Sun, Jun 28, 2009 at 1:34 PM, Erik Hofman wrote: > I've seen something similar myself, but only when the sender sends the > data more frequently than FlightGear is allowed to handle with the > refresh parameter (60Hz in your example). I haven't looked at the code, but generally, I think it ma

Re: [Flightgear-devel] Generic input protocol delay

2009-06-28 Thread Erik Hofman
Peter Völk wrote: > Hi All, > I'm trying to put my own data into FG, with the native fdm and the > generic input protocol at the same time. My problem is, that fdm works > fine, but the data is send via UDP over the generic protocol has some > kind of lag or rather delay. When I pause sending