В Thu, 26 Mar 2015 08:18:37 -0700 lyndat3@your-mail.com пишет:
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.
It is still unfortunately unclear what you are talking about - grub console or linux console - but, assuming you are speaking about linux console - by default it is using efifb driver which as far as I can tell never changes mode it gets from firmware/loader. So it looks logical that attempt to set different mode does not work. Check what framebuffer driver is currently in use with cat /sys/class/graphics/fb0/name -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org