Andrei Borzenkov composed on 2015-03-27 12:17 (UTC+0300):
- GRUB_GFXPAYLOAD_LINUX=1920x1080 + GRUB_GFXPAYLOAD_LINUX=1920x1080x32
This should not have any effect on grub menu
I tried at least three times to prod him into a clear explanation of his complaint, but never got it. NAICT, his complaint is normal size 16 text for VESA mode 1024x768 in use on vttys 1-6 is bigger than he wants, and he doesn't like that his display's native non-VESA mode 1920x1080 is not used on them with his Nvidia GT610. FWIW, since my last response in this thread I have done a BIOS Vivid beta HTTP installation, mainly to be able to try and figure out how Grub2 configuration works without fouling openSUSE installations with a mix of bootloaders. As yet, allowing boot from its Grub2 instead of openSUSE's Grub Legacy I have yet to see the first Kubuntu boot message, no matter what I do in edit mode in the Grub2 menu. I get nothing but black until the SDDM greeter shows up. Booted from Grub2 the Kubuntu ttys are using broken EDID claiming 1280x1024 while the actual native that makes circles look like circles is 1440x900. Booting Vivid from openSUSE's Grub Legacy it's a simple matter of video=1440x900@60 producing the expected result. Following is the default Grub2 stanza created by the debian-installer. export linux_gfx_mode menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-3c0d4bfb-5b5a-4243-84e2-ddd01168ce2f' { recordfail load_video gfxmode $linux_gfx_mode insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos22' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos22 --hint-efi=hd0,msdos22 --hint-baremetal=ahci0,msdos22 3c0d4bfb-5b5a-4243-84e2-ddd01168ce2f else search --no-floppy --fs-uuid --set=root 3c0d4bfb-5b5a-4243-84e2-ddd01168ce2f fi linux /boot/vmlinuz-3.19.0-10-generic root=UUID=3c0d4bfb-5b5a-4243-84e2-ddd01168ce2f ro quiet splash $vt_handoff initrd /boot/initrd.img-3.19.0-10-generic } submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-3c0d4bfb-5b5a-4243-84e2-ddd01168ce2f' { -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org