Sorry, you are right. These settings located in 40_custom file. On my notebook it was automatically created with these lines: #!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. set gfxmode="1280x800" set gfxfont="Unifont Regular 16" loadfont /boot/grub/themes/fonts/unifont.pf2 loadfont /boot/grub/themes/fonts/aqui.pf2 loadfont /boot/grub/themes/fonts/edges.pf2 loadfont /boot/grub/themes/fonts/lime.pf2 loadfont /boot/grub/themes/fonts/7x13B.pf2 loadfont /boot/grub/themes/fonts/smoothansi.pf2 loadfont /boot/grub/themes/fonts/Helvetica-Bold-14.pf2 insmod vbe insmod png insmod coreui load_config /boot/grub/themes/ubuntu/theme.txt
On desktop PC there is only header: #!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. I was interested why GRUB2 supports my notebook resolution and does not support desktop. Now I understood that the key is in KMS support. Thank you. -- GRUB2 fails to set resolution https://bugs.launchpad.net/bugs/512245 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
