Hi there,

I couldn't find any reference to osgviewer's keyboard commands. Based on 
some testing with the 'f' key to toggle fullscreen, it does not appear 
to be affected. If you could point me to some key mapping reference, or 
another OSG using app, I would happily do some more testing.

I have rebuilt both simgear and flightgear against the new OSG (and ran 
both ./configure && make clean before rebuilding to be sure). ldd 
confirms this:

e...@valkyrie:~/src/flightgear/flightgear/source$ 
LD_LIBRARY_PATH=/usr/local/lib64 ldd src/Main/fgfs | grep libosg
        libosgFX.so.62 => /usr/local/lib64/libosgFX.so.62 (0x00007faec0459000)
        libosgParticle.so.62 => /usr/local/lib64/libosgParticle.so.62 
(0x00007faec0209000)
        libosgSim.so.62 => /usr/local/lib64/libosgSim.so.62 (0x00007faebff62000)
        libosgViewer.so.62 => /usr/local/lib64/libosgViewer.so.62 
(0x00007faebfca4000)
        libosgGA.so.62 => /usr/local/lib64/libosgGA.so.62 (0x00007faebfa46000)
        libosgText.so.62 => /usr/local/lib64/libosgText.so.62 
(0x00007faebf7f4000)
        libosgDB.so.62 => /usr/local/lib64/libosgDB.so.62 (0x00007faebf54c000)
        libosgUtil.so.62 => /usr/local/lib64/libosgUtil.so.62 
(0x00007faebf1b8000)
        libosg.so.62 => /usr/local/lib64/libosg.so.62 (0x00007faebecfb000)

LD_LIBRARY_PATH is now required to start fgfs, otherwise it would not 
even start up because it wouldn't find the right version of the OSG libs.

Could this be caused by having an older version of another library or an 
out of date keyboard mapping file? (although I think I use the one from 
CVS as well...)

Cheers,
Vik

Csaba Halász wrote:
> On Tue, Feb 16, 2010 at 6:05 PM, Viktor Radnai <viktor.rad...@gmail.com> 
> wrote:
>> Hi there,
>>
>> There's a lot of output and some other information may also be relevant,
>> I'm not sure. The lines from the logs you asked for are here. I added
>> the '//comments' to let you know what I did there:
>>
>> User pressed key 118 with modifiers 0 // this is 'v'
>> User pressed key 86 with modifiers 2  // this is 'V', it works and shift
>> is stuck
>> User pressed key 118 with modifiers 2 // this is 'v' again
>> User pressed key 118 with modifiers 2 // this is 'v' again
>> User pressed key 86 with modifiers 2 //  this is 'V'
>>
>> Hope this helps. Let me know what next.
> 
> Looks like indeed OSG is feeding bad data. Have you tried osgviewer
> for example? Have you recompiled FG using the upgraded OSG?
> 


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to