[Flightgear-devel] comprehensive preferences.xml manual

2008-03-17 Thread Vikas N Kumar
Hi It seems that after spending time searching a lot on the wiki, mailing lists, source code docs and the web, I have not found a detailed or comprehensive account of the preferences.xml file, all at one place. I understand that it takes time to write one. All I can find are very small bits and p

Re: [Flightgear-devel] Multiple graphics card and displays on one machine

2008-03-15 Thread Vikas N Kumar
On Sat, Mar 15, 2008 at 12:55 AM, Vikas N Kumar < [EMAIL PROTECTED]> wrote: > My graphics cards are capable since I can run fgfs in single screen mode on > each screen and it works fine. But when I run with 3 screens, > > it seems slow. > > I also see this warning when I

Re: [Flightgear-devel] Multiple graphics card and displays on one machine

2008-03-14 Thread Vikas N Kumar
John Wojnaroski wrote: > Did you remember to build with "./configure --enable-osgviewer" ? Yes, I looked at an older post by you in the mailing list and rebuilt fgfs with osgviewer. I was able to get the 3 screen thing working but the performance was quite bad. The "load scenery objects" took mo

Re: [Flightgear-devel] Multiple graphics card and displays on one machine

2008-03-14 Thread Vikas N Kumar
On Fri, Mar 14, 2008 at 7:47 PM, Vikas N Kumar < [EMAIL PROTECTED]> wrote: > > I reinstalled FlightGear, SimGear, OpenSceneGraph from their respective > CVS/SVN repositories and rebuilt everything successfully. > > However, SimGear required plib so I had to install plib as

Re: [Flightgear-devel] Multiple graphics card and displays on one machine

2008-03-14 Thread Vikas N Kumar
John Wojnaroski wrote: > > First, you will require the CVS version of Flightgear with OSG support. > Sounds like you have the xorg.conf file wiorking to handle your graphics > boards, so all you will then need is the proper setup in the > preferences.xml file. Note, this will NOT work with FG-1.0

[Flightgear-devel] Multiple graphics card and displays on one machine

2008-03-13 Thread Vikas N Kumar
Hi I am sure this question has come up many times on this and the users mailing lists. I now have setup a machine with an AMD Athlon X2 4200+ dual core CPU, 2GB RAM, Slamd64 Linux and 2 NVIDIA Graphics cards (FX5200 PCI based Dual head and FX 8600 GTS PCI-E based dual head) and have current attac

[Flightgear-devel] using FG with multiple GPUs on one machine

2006-12-23 Thread Vikas N Kumar
Hi All I have a question regarding the working of FG with multiple GPUs on one machine. Today I have a graphics card that has one output port for the monitor, so I can connect only one monitor to it. Now I want to add one more graphics card to it, with one output port for another monitor. How does

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Vikas N Kumar
You are getting errors when you build FlightGear right, so do it when you build FlightGear On 12/22/06, Aleksey Y. Ulasevich (STAKANOV) <[EMAIL PROTECTED]> wrote: > Vikas N Kumar ?: > > Fine. Run with > > > > make CFLAGS="-DAPIENTRY" CPPFLAGS=&

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Vikas N Kumar
Just undefine APIENTRY in your glut.h and you should be good to go. On 12/22/06, Aleksey Y. Ulasevich (STAKANOV) <[EMAIL PROTECTED]> wrote: > OS: Slackware 11.0 > > I install OSG from > ftp://ftp.uni-duisburg.de/FlightGear/Misc_maf/OpenSceneGraph-20061114/OSG_OP_OT-1.2-Flightgear.tar.gz > > I get

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Vikas N Kumar
Sorry i meant comment out the "#undef APIENTRY" in glut.h On 12/22/06, Vikas N Kumar <[EMAIL PROTECTED]> wrote: > Just undefine APIENTRY in your glut.h and you should be good to go. > - Take Surveys. Ea

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Vikas N Kumar
Fine. Run with make CFLAGS="-DAPIENTRY" CPPFLAGS="-DAPIENTRY" and that should solve the problem Vikas On 12/22/06, Aleksey Y. Ulasevich (STAKANOV) <[EMAIL PROTECTED]> wrote: > Martin Spott ?: > > Search for 'glut' and 'windows.h' in the mailing list archive and > > you'll likely find the pro

[Flightgear-devel] Simgear : Patch for Sun Solaris 10 + Sun Studio 11 compiilers

2006-12-15 Thread Vikas N Kumar
Hi Below is the patch to allow Sun Studio 11 compilers to compile SimGear on Solaris 10 for SPARC cleanly. I shall explain what I needed to do. I made changes to 3 files: a) props.cxx : The declaration of template class' static data members was not being accepted. Based on information from http://

Re: [Flightgear-devel] Linux - Solaris && AMD64-SPARC64 interfacing

2006-12-11 Thread Vikas N Kumar
Hi Martin Have you been able to compile the simgear/props directory with the Sun Studio 11 compilers ? I am getting the static class member initialized twice error in props.cxx "SGRawValue<>::DefaultValue is initialized twice" for all the types explicitly defined. Do you know the fix for this or i

Re: [Flightgear-devel] fgfs CVS/OSG; patch for renderer.cxx

2006-12-03 Thread Vikas N Kumar
Hi I am using the current CVS versions of osg, simgear and FG. This is the error I get. I do not see the Camera/CameraNode error at all. Since OSG has fixed it by adding a typedef Camera CameraNode. the SGUpdateVisitor:setLight is not to be found. if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Includ

Re: [Flightgear-devel] cvs update error

2006-12-02 Thread Vikas N Kumar
I also have been getting it since yesterday. Here is an example. amd64x2:~/EXTRA/FLIGHTGEAR/source$ cvs update -d -P cannot create_adm_p /tmp/cvs-serv22322/src/Airports No space left on device On 12/2/06, Lou Sanchez/Viviana Bellifemine <[EMAIL PROTECTED]> wrote: > Hi, > I get no space left o

Re: [Flightgear-devel] Linux - Solaris && AMD64-SPARC64 interfacing

2006-12-02 Thread Vikas N Kumar
On 12/2/06, Martin Spott <[EMAIL PROTECTED]> wrote: > Oh my Did you use GCC or the SunStudio compiler ? I tried the > latter and here the Producer build systems definitely need some more > tweaks. I hope to get it fixed this weekend. Well I am using GCC, did not know that Sun was giving out

Re: [Flightgear-devel] Linux - Solaris && AMD64-SPARC64 interfacing

2006-12-01 Thread Vikas N Kumar
Hi Martin On 12/1/06, Martin Spott <[EMAIL PROTECTED]> wrote: \> I'm currently working with Don Burns to get OpenProducer/CVS to build > on Solaris (again). The biggest part of the build system is already in I successfully built Producer on Solaris 7 just now. My machine is very slow, 300MHz Ultr

Re: [Flightgear-devel] Linux - Solaris && AMD64-SPARC64 interfacing

2006-12-01 Thread Vikas N Kumar
"Martin Spott" wrote: > No idea, but you could help porting the current state of FlightGear to > Solaris :-) Hi Martin, I have started working on it. I have an Ultra 10 SPARC system running the 32-bit kernel and Solaris 7 (sunOS 5.7) . I have successfully installed freeglut, the current develop

[Flightgear-devel] Linux - Solaris && AMD64-SPARC64 interfacing

2006-11-30 Thread Vikas N Kumar
Hi All I have an AMD64 machine that runs a 64-bit flavor of GNU/Linux. I have a Sun SPARC64 machine that runs Solaris 7 with a gnu compiler toolset. Now if I want to use both these machines to run FlightGear, will it work. Say I run Flightgear on the AMD64 and the panel display of FG on SPARC64. 1

[Flightgear-devel] real-time data

2006-11-26 Thread Vikas N Kumar
Hi All I need some help in collecting real-time data from FlightGear while the aircraft is being flown. I will need it when I interface it with hardware for instrument panels etc. Could someone point where I could look for some info on this ? Either in the source code or in some manual. I have read

Re: [Flightgear-devel] SIm gear CVS error

2006-11-18 Thread Vikas N Kumar
Hi I was doing "make -j 2" always to use the dual-core for processing. That was causing the bug. However, building with --with-jpeg-factory does give errors. Thanks Vikas On 11/18/06, Vikas N Kumar <[EMAIL PROTECTED]> wrote: > Hi Friends, > Below is the error i get with Si

[Flightgear-devel] SIm gear CVS error

2006-11-18 Thread Vikas N Kumar
Hi Friends, Below is the error i get with SimGear CVS version. I use Slamd64, an x86-64 version of SLackware with Linux 2.6.16.29 and gcc-3.4.6 Any help will be appreciated ! Thanks. Vikas Making all in misc gmake[3]: Entering directory `/mnt/extra/FLIGHTGEAR/SimGear/source/simgear/misc' if g++

[Flightgear-devel] OSG build errors

2006-11-16 Thread Vikas N Kumar
Hi I have checked out the latest CVS version of OpenSceneGraph and am having compilation issues. I have built the latest CVS versions of OpenThreads and Producer successfully, however when I build OSG, I get the following error. I am running Slamd64, an x86_64 version of Slackware, with 2.6.16.29

[Flightgear-devel] Problem building flight gear on 64-bit Linux

2006-11-10 Thread Vikas N Kumar
Hi All, I am running an x86_64 Linux (Slamd64) with gcc-3.4.4. I have glut-3.7 installed. I have freealut-1.1.0 and openal-0.0.8 and plib-1.8.4 installed. I checked out the latest version of OpenSceneGraph, SimGear and FlightGear and tried to compile them all. OSG and SimGear compiled fine and I