Anton Aylward composed on 2016-01-22 17:47 (UTC-0500):
Felix Miata wrote:
On Mageia, where attempting Plymouth uninstallation wants to uninstall nearly the whole OS, noplymouth on cmdline works. Maybe try plymouth=0 on cmdline if it that doesn't work for 13.1.
Well I tied that and it seems no different from when I remove the "splash=silent quiet " from the command line. Go figure.
However when i log in I still have the unaccountable
LINES=64
setting in vt1 (and vt2 etc)
I also have
TERM=linux
I've previously posted about not being able to account for that with the infocmp view of the terminfo database entry.
Iv just run clear ; for (( i=1 ; i <= 48 ; i++ ) do echo $i done
Syntax errors trying that here.
and established that indeed, there are ONLY 48 lines of display on vt1. So why do I have LINES=64 Where is this being set?
Kernel maybe? Does it behave differently if you boot a 13.1-specific kernel? What's your complete kernel cmdline? Is your video driver proprietary? Is your /etc/sysconfig/console file original/unmodified from that in the rpm it belongs to? I tried to replicate your dilemma without success: # 13.1 (with systemd-210-79.1 and its deps from BaseSystemLegacy repo) # lspci | grep VGA # 00:02.0 VGA compatible controller: Intel Corporation 82915G/GV/910GL Integrated Graphics Controller (rev 04) # on 21" CRT # uname -a Linux gx280 3.12.51-2-desktop #1 SMP PREEMPT Sat Jan 16 00:25:03 UTC 2016 (08f7380) i686 i686 i386 GNU/Linux ## (from repositories/home:/mkubecek:/evergreen-13.1/openSUSE_13.1/) # grep FONT /etc/sysconfig/console CONSOLE_FONT="" # cat /proc/cmdline root=LABEL=os131p19 ipv6.disable=1 noresume splash=0 vga=791 video=1024x768@60 3 # set | grep LINES LINES=48 # fbset | grep ^mode mode "1024x768" # uname -a Linux gx280 3.12.51-2-desktop #1 SMP PREEMPT Sat Jan 16 00:25:03 UTC 2016 (08f7380) i686 i686 i386 GNU/Linux # grep FONT /etc/sysconfig/console CONSOLE_FONT="" # cat /proc/cmdline root=LABEL=os131p19 ipv6.disable=1 noresume splash=0 video=1152x864@60 3 # set | grep LINES LINES=54 # fbset | grep ^mode mode "1152x864" # uname -a Linux gx280 3.12.51-2-desktop #1 SMP PREEMPT Sat Jan 16 00:25:03 UTC 2016 (08f7380) i686 i686 i386 GNU/Linux # grep FONT /etc/sysconfig/console CONSOLE_FONT="" # cat /proc/cmdline root=LABEL=os131p19 ipv6.disable=1 noresume splash=0 3 # set | grep LINES LINES=64 # fbset | grep ^mode mode "1280x1024" # on 22" 1680x1050 LCD # uname -a Linux gx280 3.12.51-2-desktop #1 SMP PREEMPT Sat Jan 16 00:25:03 UTC 2016 (08f7380) i686 i686 i386 GNU/Linux # grep FONT /etc/sysconfig/console CONSOLE_FONT="" # cat /proc/cmdline root=LABEL=os131p19 ipv6.disable=1 noresume splash=0 video=1024x768@60 3 # set | grep LINES LINES=48 # fbset | grep ^mode mode "1024x768" # uname -a Linux gx280 3.12.51-2-desktop #1 SMP PREEMPT Sat Jan 16 00:25:03 UTC 2016 (08f7380) i686 i686 i386 GNU/Linux # grep FONT /etc/sysconfig/console CONSOLE_FONT="" # cat /proc/cmdline root=LABEL=os131p19 ipv6.disable=1 noresume splash=0 video=1440x900@60 3 # set | grep LINES LINES=56 # fbset | grep ^mode mode "1440x900" # uname -a Linux gx280 3.12.51-2-desktop #1 SMP PREEMPT Sat Jan 16 00:25:03 UTC 2016 (08f7380) i686 i686 i386 GNU/Linux # grep FONT /etc/sysconfig/console CONSOLE_FONT="" # cat /proc/cmdline root=LABEL=os131p19 ipv6.disable=1 noresume splash=0 3 # set | grep LINES LINES=65 # fbset | grep ^mode mode "1680x1050" # uname -a Linux gx280 3.12.51-2-desktop #1 SMP PREEMPT Sat Jan 16 00:25:03 UTC 2016 (08f7380) i686 i686 i386 GNU/Linux # grep FONT /etc/sysconfig/console CONSOLE_FONT="sun12x22.psfu" # cat /proc/cmdline root=LABEL=os131p19 ipv6.disable=1 noresume splash=0 3 # set | grep LINES LINES=47 # fbset | grep ^mode mode "1680x1050" # uname -a Linux gx280 4.4.0-5.gb56b151-default #1 SMP Thu Jan 21 07:47:10 UTC 2016 (b56b151) i686 i686 i386 GNU/Linux # grep FONT /etc/sysconfig/console CONSOLE_FONT="sun12x22.psfu" # cat /proc/cmdline root=LABEL=os131p19 ipv6.disable=1 noresume splash=0 3 # set | grep LINES LINES=47 # fbset | grep ^mode mode "1680x1050" # uname -a Linux gx280 4.4.0-5.gb56b151-default #1 SMP Thu Jan 21 07:47:10 UTC 2016 (b56b151) i686 i686 i386 GNU/Linux # grep FONT /etc/sysconfig/console CONSOLE_FONT="lat9w-16.psfu" # cat /proc/cmdline root=LABEL=os131p19 ipv6.disable=1 noresume splash=0 3 # set | grep LINES LINES=65 # fbset | grep ^mode mode "1680x1050" -- "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