Re: My aspect ratio is backwards...

Bj|rn Englund <[email protected]> Mon, 11 Oct 2004 00:30:35 +0200
Newsgroups gmane.comp.video.ogle.user
Message-ID <[email protected]>
Sun Oct 10 2004, Tyler McAdams wrote:

> Yes I run dual monitors with xinerama (nvidia cards nvidia drivers)
> The movie is always in the wrong aspect... the second it starts... here 

> Note[ogle_vout]: Using 'X11' as source for geometry
> Note[ogle_vout]: Using 'Xinerama' as source for resolution
> Note[ogle_vout]: Display w: 802, h: 302, hp: 1280, vp: 1024
> Note[ogle_vout]: Display sar: 386560/821248 = 0.470698

Edit the oglerc file and change the following:
      <geometry>
          <width>400</width>
          <height>300</height>
        </geometry>
       <geometry_src>user</geometry_src>

When running xinerama the xserver reports the geometry for the
combined display of the monitors but we need the geometry of just
the one that the video should be displayed on. So we override this
in the oglerc file with the 'user' set geometry.
If you have a widescreen monitor the width/height values should
probably be 1600/1000 instead of 400/300
The values are the size of the monitor in mm (but the important thing
is the aspect, not the absolute size)
'man oglerc' for more info on <geometry_src>

/Bj|rn