Skip to content

Commit

Permalink
docs: additional note explaining --screenpct
Browse files Browse the repository at this point in the history
Co-authored-by: dabrown645 [email protected]
  • Loading branch information
philclifford authored and flexiondotorg committed Jun 14, 2023
1 parent 4221302 commit 51a6502
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,11 @@ which Quickemu sizes to 2048x1152. Without the `--screen` option,
Quickemu would have used the 1920x1080 monitor which results in a window
size of 1664x936.

The '--screenpct' is an optional interger value between 25 \<= pct \<
100 which will override system default screen sizes. The VM size will be
'pct' of the chosen screen. **If --fullscreen is chosen screen will be
fullsize instead of being scaled down by --screenpct value.**

# References

Useful reference that assisted the development of Quickemu.
Expand Down
2 changes: 1 addition & 1 deletion build-docs
6 changes: 6 additions & 0 deletions docs/quickemu.1
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,12 @@ The above uses the 2560x1440 screen to compute the size of the window,
which Quickemu sizes to 2048x1152.
Without the \f[V]--screen\f[R] option, Quickemu would have used the
1920x1080 monitor which results in a window size of 1664x936.
.PP
The `\[en]screenpct' is an optional interger value between 25 <= pct <
100 which will override system default screen sizes.
The VM size will be `pct' of the chosen screen.
\f[B]If \[en]fullscreen is chosen screen will be fullsize instead of
being scaled down by \[en]screenpct value.\f[R]
.SH References
.PP
Useful reference that assisted the development of Quickemu.
Expand Down
5 changes: 5 additions & 0 deletions docs/quickemu.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,11 @@ which Quickemu sizes to 2048x1152. Without the `--screen` option,
Quickemu would have used the 1920x1080 monitor which results in a window
size of 1664x936.

The '--screenpct' is an optional interger value between 25 \<= pct \<
100 which will override system default screen sizes. The VM size will be
'pct' of the chosen screen. **If --fullscreen is chosen screen will be
fullsize instead of being scaled down by --screenpct value.**

# References

Useful reference that assisted the development of Quickemu.
Expand Down

0 comments on commit 51a6502

Please sign in to comment.