From 51a6502a79188eddd1bffa831599a145afae6d51 Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Wed, 14 Jun 2023 11:45:23 +0100 Subject: [PATCH] docs: additional note explaining --screenpct Co-authored-by: dabrown645 dabrown645@users.noreply.github.com --- README.md | 5 +++++ build-docs | 2 +- docs/quickemu.1 | 6 ++++++ docs/quickemu.1.md | 5 +++++ 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ebd0c08..e1f3b20 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/build-docs b/build-docs index e8d977b..8542286 160000 --- a/build-docs +++ b/build-docs @@ -1 +1 @@ -Subproject commit e8d977ba8e4c18ed0760da5d7491e645aaab82c5 +Subproject commit 8542286bdc67996d5d079274a926d9c4c4941de2 diff --git a/docs/quickemu.1 b/docs/quickemu.1 index a3ff2be..524a4d1 100644 --- a/docs/quickemu.1 +++ b/docs/quickemu.1 @@ -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. diff --git a/docs/quickemu.1.md b/docs/quickemu.1.md index 0e13c87..2cdb74a 100644 --- a/docs/quickemu.1.md +++ b/docs/quickemu.1.md @@ -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.