diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-09-19 08:03:48 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-09-19 08:03:48 +0000 |
| commit | 6837f60c8e05efd81d90c41087e9a04abadda7c2 (patch) | |
| tree | b879a5c78847b4b0f0f62e5f52382f8009c9035a | |
| parent | 04270f9e70f62d5c58c8e91ffb83dc838560829b (diff) | |
Notes
| -rw-r--r-- | usr.sbin/vidcontrol/vidcontrol.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1 index dfdf87f06103f..990ac66dfdc7d 100644 --- a/usr.sbin/vidcontrol/vidcontrol.1 +++ b/usr.sbin/vidcontrol/vidcontrol.1 @@ -50,7 +50,6 @@ The following command line options are supported: .Bl -tag -width indent .It Ar mode Select a new video mode. The modes currently recognized are: -.Ar 40x25 , .Ar 80x25 , .Ar 80x30 , .Ar 80x43 , @@ -207,6 +206,14 @@ or so that desired font files will be automatically loaded when the system starts up. See below. +.Pp +If you want to use the raster text mode +.Ar VESA_800x600 , +you need to recomile your kernel with the +.Em SC_PIXLE_MODE +option. See +.Xr syscons 4 +for more details on this kernel option. .Sh VIDEO OUTPUT CONFIGURATION .Ss Boot Time Configuration You may set the following variables in |
