Have you checked if the configuration was actually applied?
If I was using Grub2 I'd try changing that GRUB_CMDLINE_LINUX to replace vga=0x034c with video=1920x1080@60.
With grep 1920 /etc/default/grub GRUB_GFXMODE=1920x1080 GRUB_GFXPAYLOAD_LINUX=1920x1080 GRUB_CMDLINE_LINUX=" ... video=1920x1080@60" after grub2-mkconfig grep 'gfxmode' /boot/grub2/grub.cfg set gfxmode=1920x1080 The console's text size is the same - no change.
If you are referring to text on the screen without X running and after having made your boot menu selection, it's no big deal here on any of my 13.2 installations, but they all use Grub, not Grub2. Getting 1920x1080 on a 1920x1080 display can be as simple as including video=1920x1080 in the Grub stanza kernel cmdline, which works for ATI, Intel and NVidia gfxcards.
You're booting standard BIOS, not UEFI, right?
If you don't like the results, there are tools to make resolution changes once you've logged in, including fbset from 13.1 repos and kmscon from later repos. Another option is to leave the resolution as is, and specify a different CONSOLE_FONT in /etc/sysconfig/console.
Not familiar with either. I'll take a look. LT -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org