Date: Fri, 27 Aug 1999 19:17:26 +0900 From: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> To: sobomax@altavista.net Cc: current@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: VESA_800x600 mode on CT65554 based videocard. Message-ID: <199908271017.TAA11192@zodiac.mech.utsunomiya-u.ac.jp> In-Reply-To: Your message of "Fri, 27 Aug 1999 12:44:36 %2B0300." <37C65E04.399159BF@altavista.net> References: <37C65E04.399159BF@altavista.net>
next in thread | previous in thread | raw e-mail | index | archive | help
>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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908271017.TAA11192>