interline and vstretch

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
David Griffith

interline and vstretch

Post by David Griffith »

Could someone tell me why -interline is required to run Oddworld: Abe's
Oddysee? How does one turn off -vstretch? For someone to fix this, where
would one look in Wine's source code?

--
David Griffith
[email protected]

A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Re: interline and vstretch

Post by dimesio »

David Griffith wrote:Could someone tell me why -interline is required to run Oddworld: Abe's
Oddysee? How does one turn off -vstretch? For someone to fix this, where
would one look in Wine's source code?
These are game options, not Wine options, and appear designed to fix known display problems that exist in Windows as well. The game's readme says:
USING THE ALTERNATE DISPLAY MODES

If the game runs too slowly on your machine, or if the movies
are jerky, you may want to try the alternate display modes.

You must create a shortcut to run the AbeWin.exe program
with the appropriate command line option. First, locate
the file AbeWin.exe (in the directory you installed to,
probably C:\Program Files\Abe's Oddysee), and right click
on the file. Select "Create Shortcut", then find the
Shortcut file created (called "Shortcut to Abe's Oddysee").
Right click on this, then select Properties. Choose the
Shortcut tab, and edit the "Target" field, adding one of
the following command line parameters to the end of the
line (seperated from AbeWin.exe by a space) :

-interline Every other line is blacked out.
-vstretch Lines are doubled (this may not work
on some display cards, if it doesn't,
use INTRLINE).
If I'm reading that correctly, if you didn't turn on -vstretch, there's nothing to turn off.
David Griffith

interline and vstretch

Post by David Griffith »

On Fri, 17 Oct 2008, dimesio wrote:
David Griffith wrote:
Could someone tell me why -interline is required to run Oddworld: Abe's
Oddysee? How does one turn off -vstretch? For someone to fix this, where
would one look in Wine's source code?
These are game options, not Wine options, and appear designed to fix
known display problems that exist in Windows as well. The game's readme
says:
Okay, so any ideas on how to get Wine to not require those options? Any
ideas on why Wine gets bogged down on videos? Abe's Exodus doesn't have
these problems.


--
David Griffith
[email protected]
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: interline and vstretch

Post by vitamin »

David Griffith wrote:Okay, so any ideas on how to get Wine to not require those options? Any
ideas on why Wine gets bogged down on videos? Abe's Exodus doesn't have
these problems.
Sounds like slow ddraw to me. Try using opengl backend for it (DirectDrawRenderer=opengl http://wiki.winehq.org/UsefulRegistryKeys).

If that won't do it, then it's probably a ddraw & GDI. It is horribly slow in Wine because of lack of DIB engine.
Locked