diff options
author | ftrvxmtrx <ftrvxmtrx@gmail.com> | 2014-12-28 17:42:38 +0100 |
---|---|---|
committer | ftrvxmtrx <ftrvxmtrx@gmail.com> | 2014-12-28 17:42:38 +0100 |
commit | d908aff72f875029c0d20cdd33d71a583061edff (patch) | |
tree | 00bd2642e5bc2d6c6457211e5660e6f7caf8f7f8 /sys/man/8 | |
parent | 31e1c15d441e38a740b8f209f86b8b2d0fc49d79 (diff) |
aux/vga: remove -s option, move scaling to the size string itself
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/vga | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/sys/man/8/vga b/sys/man/8/vga index 0ac6e7550..ca2ad6da4 100644 --- a/sys/man/8/vga +++ b/sys/man/8/vga @@ -15,10 +15,6 @@ vga \- configure a VGA card .I monitor ] [ -.B -s -.I scaling -] -[ .B -x .I file ] @@ -85,16 +81,6 @@ 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. @@ -113,13 +99,19 @@ as the VGA database rather than .PP .I Mode is of the form -.IB X x Y x Z +.IB X x Y x Z ,S , where .IR X , .IR Y , and .I Z are numbers specifying the display height, width, and depth respectively. +.I S +is scaling mode, either +.I scalefull +or +.IR scaleaspect ; +not specifying it disables scaling altogether. The mode must appear in .B /lib/vgadb as a value for one of the monitor entries. @@ -227,3 +219,7 @@ new VGA controller or monitor setting. It is useful in such cases to have the above command for setting the controller to a known state at your fingertips. +Scaling modes currently work with Intel and NVIDIA video +adapters only, using VESA. Intel doesn't support +.I scaleaspect +mode. |