Page 6 of 7
Re: liquourix 6.6.8 kernel, virtual consoles
Posted: Wed Jan 03, 2024 1:05 pm
by Charlie Brown
Yep, I was talking about the "tty" issue :)
Re: liquourix 6.6.8 kernel, virtual consoles
Posted: Wed Jan 03, 2024 1:09 pm
by dolphin_oracle
Charlie Brown wrote: Wed Jan 03, 2024 12:56 pm
Though it says "do not manually edit", does it change if you comment out that line (then reboot) ?
I believe those are compile time options.
Re: liquourix 6.6.8 kernel, virtual consoles
Posted: Wed Jan 03, 2024 1:16 pm
by Charlie Brown
Oh la la

:D
Thank you .
Re: liquourix 6.6.8 kernel, virtual consoles
Posted: Wed Jan 03, 2024 3:32 pm
by AVLinux
Hi,
To clarify in case I've muddied the water... It's entirely possible X not loading was simply a boot glitch but removing 'quiet' from my boot switches allowed X to start normally on a rebuilt ISO... I suppose we will hear more about this if more issues pop up with people remastering on these newer kernels..
The removal of 'quiet' seemed to only mean an extra couple of milliseconds of code blurting across the screen so not really a vital option anyway, Although boot splashes look very professional I have never minded watching the console output..
Re: liquourix 6.6.8 kernel, virtual consoles
Posted: Wed Jan 03, 2024 3:55 pm
by Charlie Brown
What if you just: threadirqs splash ?
At least out of curiosity :)
Re: liquourix 6.6.8 kernel, virtual consoles
Posted: Wed Jan 03, 2024 5:38 pm
by siamhie
CharlesV wrote: Wed Jan 03, 2024 11:15 am
This issue of the virtual consoles DOES happen as I explained in post #9 mx21 and 6.6.7 liquorix ( UEFI ) , as well as 6.6.8 as I am on now.
Thanks for pointing out the post
@CharlesV . I should go through the thread and make notes as to what does work and what doesn't.
So I think we can now rule out plymouth as there are two versions between MX-21 and MX-23.
MX-21 uses plymouth-0.9.5 version released 2020-07-08 (0.9.5-3)
MX-23 uses plymouth-22.02.122 version released 2022-01-11 (22.02.122-3)
Re: liquourix 6.6.8 kernel, virtual consoles
Posted: Wed Jan 03, 2024 5:50 pm
by siamhie
Charlie Brown wrote: Wed Jan 03, 2024 12:56 pm
Though it says "do not manually edit", does it change if you comment out that line (then reboot) ?
Not entirely sure. I find it easier to just open MX Boot Options and make the changes right there on the kernel parameters line.
Re: liquourix 6.6.8 kernel, virtual consoles
Posted: Wed Jan 03, 2024 6:03 pm
by siamhie
AVLinux wrote: Wed Jan 03, 2024 3:32 pm
Hi,
To clarify in case I've muddied the water... It's entirely possible X not loading was simply a boot glitch but removing 'quiet' from my boot switches allowed X to start normally on a rebuilt ISO... I suppose we will hear more about this if more issues pop up with people remastering on these newer kernels..
The removal of 'quiet' seemed to only mean an extra couple of milliseconds of code blurting across the screen so not really a vital option anyway, Although boot splashes look very professional I have never minded watching the console output..
From my limited understanding of those two kernel options from this trial and error.
The quiet option just suppresses more of the log messages you'll see on the screen.
The splash/nosplash option just enables or disables the plymouth boot animation.
Re: liquourix 6.6.8 kernel, virtual consoles
Posted: Wed Jan 03, 2024 7:14 pm
by fehlix
siamhie wrote: Wed Jan 03, 2024 9:34 am
Liquorix:
Code: Select all
CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y
# end of Console display driver support
Seems Debian comments out "CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER" and Liquorix doesn't.
Good findings.
Maybe try this kernel boot parameter:
to disabled "deferred takeover" of the framebuffer,
which may help to show the virtual console.
Re: liquourix 6.6.8 kernel, virtual consoles
Posted: Wed Jan 03, 2024 7:22 pm
by dolphin_oracle
that does the trick.