Robin Cook <[EMAIL PROTECTED]> wrote:
> Hello,
> 
>   The install is getting better but there seems to be problem at the
>   bootloader stage.
> 
>   I selected Grub and set the console to start at 1280x1024 but it
>   installed Lilo and there is no setting for the console.
> 
>   Can someone tell me what line needs to be in lilo.conf to set the
>   console to 1280x1024 as I didn't save it off last time and don't
>   remember it.
> 

Extract from /usr/share/doc/Aurora-7.3/README:

Available vide-mode numbers are listed in the file
/usr/share/doc/HOWTO/HTML/en/Framebuffer-HOWTO.html, for VESA cards
(most graphic-cards), the modes are:

Resolution 640x400 640x480 800x600 1024x768 1280x1024 1600x1200
 Colours +-----------------------------------------------------
  4 bits |    ?       ?     0x302      ?        ?         ?
  8 bits |  0x300   0x301   0x303    0x305    0x307     0x31C
 15 bits |    ?     0x310   0x313    0x316    0x319     0x31D
 16 bits |    ?     0x311   0x314    0x317    0x31A     0x31E
 24 bits |    ?     0x312   0x315    0x318    0x31B     0x31F
 32 bits |    ?       ?       ?        ?        ?         ?

You will have to do a little conversion from hex to decimal. e.g. in my case
0x31A becomes 794, and the grub line (similar for lilo, just append the
vga=794):

title linux
kernel (hd0,0)/boot/vmlinuz-2.4.0-9mdk root=/dev/hda1 vga=794



=-=
kk1

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

Reply via email to