>I'm trying to get VESA_800x600 mode to work on my notebook (Toshiba
>SatellitePro 445, CT65554 videocard, 2MB, 800x600 LCD), and
>unfortunately found that it is impossible. Any ideas of what is wrong?
You need to add
options SC_PIXEL_MODE
to your kernel configuration file.
There is a note in http://www.freebsd.org/~yokota/sc_update-June.txt,
which is referenced by /usr/src/UPDATING, about this option.
-----------------------------------------------------------------
options SC_PIXEL_MODE
Syscons has supported the raster console mode (VESA 800x600) by
default. This is now an optional feature, and must be explicitly
enabled by SC_PIXEL_MODE. If you have been using this mode, add the
above option.
-----------------------------------------------------------------
Please also refer to the man page syscons(4).
Kazu
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message