diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-12-27 23:10:39 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-12-27 23:10:39 +0100 |
commit | 0e632454e2d6cba7acb7e05771e027244e02416d (patch) | |
tree | a51938381b5f999f55dabce750d03147ff969f71 /sys/man | |
parent | 806353ec9eda162a3ff13cad1e5228c58cd67566 (diff) |
aux/vga: remove panning, add screen tilting support
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/vga | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/sys/man/8/vga b/sys/man/8/vga index ff62768bd..f274267ad 100644 --- a/sys/man/8/vga +++ b/sys/man/8/vga @@ -15,6 +15,10 @@ vga \- configure a VGA card .I monitor ] [ +.B -t +.I tilt +] +[ .B -x .I file ] @@ -91,6 +95,17 @@ print a trace of the functions called. .B -V print a verbose trace of the functions called. .TP +.B -t +can be used to change the tilt of the screen. +The value is one of +.BR none , +.BR left , +.B inverted +and +.BR right . +See +.IR vga (3). +.TP .BI -x " file" use .I file @@ -137,9 +152,6 @@ is of the form .I X x Y and configures the display to have a virtual screen of the given size. -The physical screen will pan to follow the mouse. -This is useful on displays with small screens, -such as laptops, but can be confusing. .PP Using the monitor name .B vesa |