菊池@越谷です。
深海水草さんの<20050520000702.067E.VYG01106@xxxxxxxxx>から
>そうでした。GeForceMX200(400だったか?) 32MB AGP です。
GeForce2MX 系ですね。それならふつうに fb コンソールが
利用できるはずだと思います。
>前者です。lilo に append パラメータで "vga=301 ...." を
>書いてもエラーがでます。
カーネル付属のドキュメントによれば、
1. Note: LILO cannot handle hex, for booting directly with
"vga=mode-number" you have to transform the numbers to decimal.
2. Note: Some newer versions of LILO appear to work with those hex values,
if you set the 0x in front of the numbers.
なので、以前の lilo は 10 進数しか理解できなかったのですが、
最近の lilo は 16 進数でも大丈夫なようです。
ただ、301 と言う数値自体が 16 進数なので、頭に 0x を付けないと
いけません。
vga=0x301 としていますか?
詳しくは /usr/src/linux/Documentation/fb/vesafb.txt
を参照してください。
# GeForce 系なら、rivafb を使うという手もあります。
>grub にすべきなんでしょうか...。
それは関係ないでしょう。
当方も以前は lilo で fb コンソールを利用していましたし。
--
菊池順一