Dai Qiang wrote: >Hi all, > >I really need urgent help about multihead display with >FlightGear. > >All I need to achieve is this: >http://www.flightgear.org/Gallery-v0.9.8/Link/3panelFlightgear.html > >But as far as I can tell, it doesn't work in 0.9.9, >with --native option.. > >I was told to finish the project as soon as possible, >so I am really in a dilemma at present. Will someone >kindly tell me when the multihead function did work >for them, and which version of FlightGear were they >using. > >I've decided to use older versions to implement that >feature, I know it's improper, but to meet the time >deadline, it's not the worst solution. >
On the main machine, add options such as the following (modified for the actual slave machine ip addresses) to send the sync data out: --native-fdm=socket,out,60,192.0.0.121,5505,udp --native-fdm=socket,out,60,192.0.0.122,5505,udp On the slave machines use the following options: --native-fdm=socket,in,60,,5505,udp --fdm=null As long as all copies of FG are the identical version this should work. Make sure you don't have some sort of firewall blocking your net traffic. Regards, Curt. -- Curtis Olson http://www.flightgear.org/~curt HumanFIRST Program http://www.humanfirst.umn.edu/ FlightGear Project http://www.flightgear.org Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Flightgear-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-users
