Re: Bad default window size
Bj|rn Englund <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Sat Oct 18 2003, Bernhard Michel wrote: > <geometry> > <width>800</width> > <height>450</height> > </geometry> > <resolution> > <horizontal_pixels>800</horizontal_pixels> > <vertical_pixels>450</vertical_pixels> > </resolution> > <geometry_src>user</geometry_src> > <resolution_src>user</resolution_src> > the videos are not properly displayed in a 16/9 size > but stretched in vertical direction. I can't see any > difference if the geometry settings are changed :-( > Some tests showed me that the files are actually found > and read. Do you see an 'Xv' in the titlebar of the ogle video window? If you don't, that is the problem (no hardware scaling enabled/supported on your card/xserver) You shouldn't need to change the <resolution>, and <resolution_src> and if you set resolution it should be the pixel_resolution (or are you running at 800x450 pixels)? What happens if you leave the <resolution_src> at the default 'Xinerama' and have the <geometry_src>user and <geometry>800,450 as you have above? If it doesn't work could you check if it makes any difference if you edit the systemwide oglerc instead of the one in $HOME? 'man oglerc' for more details. If that doesn't help could you mail the output from 'ogle --debug' (you just capture the output until the video window has opened) > > Furthermore the menu point [Settings...] does not > end up in any settings panel - what I actually thing > it should... Yes, feel free to send a patch ;) /Bj|rn