diff options
author | ftrvxmtrx <devnull@localhost> | 2014-12-26 17:01:58 +0100 |
---|---|---|
committer | ftrvxmtrx <devnull@localhost> | 2014-12-26 17:01:58 +0100 |
commit | 0d5b33a9e821ab0c3230bd25596b6567f2b28cd6 (patch) | |
tree | d3d87fc9131670e7625016f742561299114e6c4b /sys/man/8 | |
parent | 04ec990b670c761866da5bb0ab344da3407e78ca (diff) |
aux/vga: scaling modes for VESA
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/vga | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/man/8/vga b/sys/man/8/vga index 686c142e5..0ac6e7550 100644 --- a/sys/man/8/vga +++ b/sys/man/8/vga @@ -15,6 +15,10 @@ vga \- configure a VGA card .I monitor ] [ +.B -s +.I scaling +] +[ .B -x .I file ] @@ -81,6 +85,16 @@ is usually set by including it in the .B plan9.ini file read by the PC boot program. .TP +.B -s +set scaling mode to either +.I off +to disable completely (image will be centered), +.I full +to stretch to full screen +or +.I aspect +to stretch while preserving aspect ratio. +.TP .B -p print the current or expected register values at appropriate points depending on other options. |