mirror of
https://github.com/DxWnd/DxWnd.reloaded
synced 2024-12-30 09:25:35 +01:00
Tiny bit of formating
This commit is contained in:
parent
3c26956485
commit
7235efb738
12
README.md
12
README.md
@ -11,7 +11,7 @@ Compatibility issues may easily happen while trying to use old configurations (t
|
||||
In particular, dxw exported files are not always checked and updated before releasing new versions of the program, since that activity would steal precious time for the program enhancements, so I apologize but this is the current scenario.
|
||||
This file will try to provide a quick guide to the resolution of the most common portability problems, listing the known cases that can be easily fixed.
|
||||
|
||||
==============================================================================================
|
||||
----------------------------------------------------------------------------------------------
|
||||
DxWnd does nothing!
|
||||
|
||||
If it seems that DxWnd is perfectly useless, the programs starting in fullscreen mode exactly as if DxWnd was not running, you could likely have a capability problem caused either from lack of permissions or some compatibility setting.
|
||||
@ -21,30 +21,30 @@ You can try these two simple steps:
|
||||
|
||||
2. Clear compatibility settings on the target program (again, "Properties"->"Compatibility"->uncheck all compatibility flags). Maybe you'd better use the dedicated DxWnd command ("Tools"->"Clear compatibility flags", apparently this one goes a little deeper and clears some possibly hidden flags). If you clear compatibility flags it is likely that the game will no longer run in fullscreen without DxWnd, so maybe you can perform the operation on a copy of the executable file.
|
||||
|
||||
==============================================================================================
|
||||
----------------------------------------------------------------------------------------------
|
||||
Window size & position:
|
||||
|
||||
Old DxWnd releases had a different setting for locking the window size and position.
|
||||
If the game jumps in some unexpected position of the screen or changes its window size, head to the Video / Window size & position panel and try some option different from "Free".
|
||||
|
||||
==============================================================================================
|
||||
----------------------------------------------------------------------------------------------
|
||||
Flip emulation:
|
||||
|
||||
the DirectX/"Flip emulation" flag is required for most of DirectDraw games and is now set by default, but old exported files may not have this flag set. The sympthom generally is an error in DirectDraw calls or a black screen. In case the flag is not checked, just check it.
|
||||
|
||||
==============================================================================================
|
||||
----------------------------------------------------------------------------------------------
|
||||
Optimize for AERO mode:
|
||||
|
||||
same as above, the flag is set by default, but some old exported files may not have it.
|
||||
The flag activated a blitting schema that is more compatible with AERO and desktop composition that is now mandatory on recent OS (Win8 and above). Better check it in case of problems.
|
||||
|
||||
==============================================================================================
|
||||
----------------------------------------------------------------------------------------------
|
||||
Force clipper:
|
||||
|
||||
Setting a clipper on the primary surface is something that sometimes is good, sometimes is bad. For this reason, so far the "DirectX" / "Force clipper" is unchecked by default.
|
||||
But a side effect of the lack of a clipping region is the rupture of the desktop composition! So, if that happens (the desktop blinks and the AERO transparency effects disappear) you can try to set the flag and see if there are changes for the better.
|
||||
|
||||
============================================================================================
|
||||
----------------------------------------------------------------------------------------------
|
||||
Final note:
|
||||
|
||||
If all else fails do not despair! Defaulted values are pretty good in most cases, so better start from scratch without using an old .dxw export file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user