On Sunday 16 Oct 2011 08:06:32 David wrote:
> 
> To what line did you add 'vga=0x305'?
> 
> - --
> 
>   David

I don't actually know the correct/official way to do this, but here's the first 
menu entry in my grub.cfg

menuentry 'Linux, with Linux 3.1.0-0.rc9.git0.0.fc16.x86_64' --class gnu-linux 
--class gnu --class os {
        load_video
        set gfxpayload=keep
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set=root 
0bc0fbf7-86a3-482c-abf3-ad29d0b39c6c
        echo    'Loading Linux 3.1.0-0.rc9.git0.0.fc16.x86_64 ...'
        linux   /vmlinuz-3.1.0-0.rc9.git0.0.fc16.x86_64 
root=/dev/mapper/VolGroup-lv_root ro quiet LANG=en_GB.UTF-8 
SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=uk vga=0x305 
nouveau.modeset=0 rdblacklist=nouveau 
        echo    'Loading initial ramdisk ...'
        initrd  /initramfs-3.1.0-0.rc9.git0.0.fc16.x86_64.img
}

sorry I'v just turned wordwrap off on this, not sure how it will show to 
everyone else

Martin

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 
test mailing list
[email protected]
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to