Skip to content

Commit

Permalink
Extra para for quickemu#652 added
Browse files Browse the repository at this point in the history
usage inclusion will take care of the rest
  • Loading branch information
philclifford committed Jun 14, 2023
1 parent e8d977b commit 8542286
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions quickemu.1-15-UsageNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@ quickemu --vm vm.conf --screen 0
The above uses the 2560x1440 screen to compute the size of the window, 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.**

0 comments on commit 8542286

Please sign in to comment.