Re: [Flightgear-devel] dual head problem

2007-12-06 Thread Tim Moore
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jean pellotier wrote: > Guillaume CHAUVAT a écrit : >> I have the same bug, FG/OSG always opens on the :0 display, although >> my $DISPLAY has an other value. I think it's not due to OSG itself, >> because osgviewer has not this bug. >> Guillaume >>

Re: [Flightgear-devel] dual head problem

2007-12-06 Thread jean pellotier
Guillaume CHAUVAT a écrit : > I have the same bug, FG/OSG always opens on the :0 display, although > my $DISPLAY has an other value. I think it's not due to OSG itself, > because osgviewer has not this bug. > Guillaume > I t

Re: [Flightgear-devel] dual head problem

2007-12-05 Thread Guillaume CHAUVAT
jean pellotier a écrit : Anders Gidenstam a écrit : However, it would not be good if FlightGear/OSG cannot be instructed which X screen to start on. Have you tried setting DISPLAY ? yes I did, setting DISPLAY to :0.1 other programs work but not FG-cvs-OSG, i will tr

Re: [Flightgear-devel] dual head problem

2007-12-05 Thread jean pellotier
Anders Gidenstam a écrit : > Hi, > > I think the previous proposal was to reconfigure X to see both screens as > one big X screen (e.g as NVidia TwinView does). > > I don't have the same resolution on the two screens, that's why I use dual head display. (1280x1024 and 1024x768) > However, it w

Re: [Flightgear-devel] dual head problem

2007-12-05 Thread Anders Gidenstam
On Wed, 5 Dec 2007, jean pellotier wrote: > Hi, that would be fine if i coud have the files, i think i can set up X, > but i need things to tell OSG witch screen to use, it always use the > fist one, and sometimes i woul'd like to run FG on the smaller screen. > thanks for the answers. Hi, I th

Re: [Flightgear-devel] dual head problem

2007-12-05 Thread jean pellotier
Hi, that would be fine if i coud have the files, i think i can set up X, but i need things to tell OSG witch screen to use, it always use the fist one, and sometimes i woul'd like to run FG on the smaller screen. thanks for the answers. John Wojnaroski a écrit : > Hi, > > OK, I've just starti

Re: [Flightgear-devel] dual head problem

2007-12-04 Thread John Wojnaroski
Hi, OK, I've just starting working with OSG and multiple cameras so may not have all the details. OSG only requires a single instance of FG to use multiple cameras. You'll need to set up your xorg.conf file to run your graphics boards under a single X server and there are some lines you'll n

Re: [Flightgear-devel] dual head problem

2007-12-04 Thread jean pellotier
hi, I think i did (I'm using a script to compile). I've got the following line in my configure.log: #define ENABLE_OSGVIEWER 1 John Wojnaroski a écrit : > Hi, > > did you run configure with " --enable-osgviewer" ? > > JW > > jean pellotier wrote: > > >> Hi all >> I tryed to run flightgear c

Re: [Flightgear-devel] dual head problem

2007-12-03 Thread John Wojnaroski
Hi, did you run configure with " --enable-osgviewer" ? JW jean pellotier wrote: >Hi all >I tryed to run flightgear cvs-OSG using two displays, running two X >instances (different resolution) and when I start flightgear in a >terminal on the second display, it always start on the fist one. >

[Flightgear-devel] dual head problem

2007-12-03 Thread jean pellotier
Hi all I tryed to run flightgear cvs-OSG using two displays, running two X instances (different resolution) and when I start flightgear in a terminal on the second display, it always start on the fist one. The 0.9.10 version worked fine for this. is this a bug or there's something to do before co