Re: Video aspect ratio wrong if I use "USE_FFB2_YUV2RGB" on Solaris 9
Bj|rn Englund <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Thu Feb 05 2004, [email protected] wrote: > Hi, > This is a great program and works well on my Sun Ultra 60 with a Creator > 3D apart from if I use the "USE_FFB2_YUV2RGB" environment variable the > video aspect ratio is wrong. The height seems OK but the width is to > small and does not fit the window created. If I unsetenv > "USE_FFB2_YUV2RGB" the video fits the window and is the correct aspect > ratio. > I am running ogle 0.9.2 on a Solaris 9 system with SUNWmlib.2.2 > When the USE_FFB2_YUV2RGB env variable is set, ogle writes the data directly to the gfxcard without any software scaling. Soo you have to set up the screen resolution/use the controlls on your monitor to get a correct asoect ratio. You can try setting USE_FFB2_RGB instead, I don't remember if this works ok but it should do software scaling and yuv2rgb and then write the data directly to the gfxcard. (This will be slower than USE_FFB2_YUV2RGB, but faster than using x11). /Björn