Narancs 1 wrote:
> I used to start vesafb like this:
> /etc/lilo.conf:
> vga=317
> I want to start the kernel in 1024x768 16 bit
> How to do it?
> I've read Doc*/fb/vesafb.txt
vga takes a decimal number, but the number in vesafb.txt is
hexidecimal. Let us convert 0x317 to decimal:
[jgarzik@rum linux_2_4]$ perl -e 'printf "%d\n", 0x317;'
791
So, use "vga=791" in your lilo.conf.
-- Jeff Garzik | Dinner is ready when Building 1024 | the smoke alarm goes off. MandrakeSoft | -/usr/games/fortune - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Tue Nov 07 2000 - 21:00:11 EST