README update

This commit is contained in:
F. Duncanh
2025-11-11 02:18:39 -05:00
parent 1faa49551e
commit 94535dd7aa
3 changed files with 21 additions and 10 deletions

View File

@@ -1041,12 +1041,15 @@ image resolution changes, e.g., when the iOS client is rotated between
portrait and landcape modes: this was a GStreamer issue that is
apparently now fixed (a workaround is to use d3d11).</em></p>
<ul>
<li>With Direct3D 11.0 or greater, various options can be set using
e.g. <code>-vs "d3d11videosink &lt;options&gt;"</code> (see the
gstreamer videosink documentation for these videosinks). For
<li>On Windows, with Direct3D 11.0 or greater, various options can be
set using e.g. <code>-vs "d3d11videosink &lt;options&gt;"</code> (see
the gstreamer videosink documentation for these videosinks). For
convenience, if no <code>&lt;options&gt;</code> are set, the option to
toggle in and out of fullscreen mode with the Alt-Enter key combination
is added.</li>
is added. <strong>It is recommended that Windows users add a line
<code>-vs d3d12videosink</code> in their UxPlay startup file, to get
this toggle option (autovideosink will usually select d3d12videosink,
but will not provide the toggle option</strong>).</li>
</ul>
<p>The executable uxplay.exe can also be run without the MSYS2
environment, in the Windows Terminal, with

View File

@@ -1032,11 +1032,15 @@ on certain older Nvidia cards when the image resolution changes, e.g., when the
is rotated between portrait and landcape modes: this was a GStreamer issue
that is apparently now fixed (a workaround is to use d3d11)._
- With Direct3D 11.0 or greater, various options can be set
- On Windows, with Direct3D 11.0 or greater, various options can be set
using e.g. `-vs "d3d11videosink <options>"` (see the gstreamer videosink
documentation for these videosinks).
For convenience, if no `<options>` are set, the option to
toggle in and out of fullscreen mode with the Alt-Enter key combination is added.
**It is recommended that Windows users add a line `-vs d3d12videosink` in their UxPlay
startup file, to get this toggle option (autovideosink will usually select d3d12videosink,
but will not provide the toggle option**).
The executable uxplay.exe can also be run without the MSYS2 environment,
in the Windows Terminal, with `C:\msys64\ucrt64\bin\uxplay`.

View File

@@ -1064,11 +1064,15 @@ client is rotated between portrait and landcape modes: this was a
GStreamer issue that is apparently now fixed (a workaround is to use
d3d11).*
- With Direct3D 11.0 or greater, various options can be set using
e.g. `-vs "d3d11videosink <options>"` (see the gstreamer videosink
documentation for these videosinks). For convenience, if no
`<options>` are set, the option to toggle in and out of fullscreen
mode with the Alt-Enter key combination is added.
- On Windows, with Direct3D 11.0 or greater, various options can be
set using e.g. `-vs "d3d11videosink <options>"` (see the gstreamer
videosink documentation for these videosinks). For convenience, if
no `<options>` are set, the option to toggle in and out of
fullscreen mode with the Alt-Enter key combination is added. **It is
recommended that Windows users add a line `-vs d3d12videosink` in
their UxPlay startup file, to get this toggle option (autovideosink
will usually select d3d12videosink, but will not provide the toggle
option**).
The executable uxplay.exe can also be run without the MSYS2 environment,
in the Windows Terminal, with `C:\msys64\ucrt64\bin\uxplay`.