LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   This is my Slackware desktop... (https://www.linuxquestions.org/questions/slackware-14/this-is-my-slackware-desktop-725754/)

jr_bob_dobbs 09-06-2019 08:13 AM

1 Attachment(s)
Here is my, erm, early desktop or non-x desktop. It's what I see on my system before running startx. The kernel is patched with the condecor patch and a modified initrd enables the console background picture during early boot time.

SCerovec 09-06-2019 02:39 PM

Quote:

Originally Posted by jr_bob_dobbs (Post 6033827)
Here is my, erm, early desktop or non-x desktop. It's what I see on my system before running startx. The kernel is patched with the condecor patch and a modified initrd enables the console background picture during early boot time.

Brings me back into Mandrake Linux days of customized console backdrops...

Lysander666 09-06-2019 03:47 PM

1 Attachment(s)
Experimenting with the Dracula theme for xterm.

Skaendo 09-06-2019 05:11 PM

Quote:

Originally Posted by jr_bob_dobbs (Post 6033827)
Here is my, erm, early desktop or non-x desktop. It's what I see on my system before running startx. The kernel is patched with the condecor patch and a modified initrd enables the console background picture during early boot time.

Could you kindly share how it's done? :D

jr_bob_dobbs 09-07-2019 07:05 AM

Quote:

Originally Posted by Skaendo (Post 6034002)
Could you kindly share how it's done? :D

It never occurred to me that anyone would ask that. Eep!

It was a PITA and complicated. Probably would need its own thread. For starters, one would need to be comfortable using the patch utility and with compiling ones own kernel. :o

solarfields 09-07-2019 07:22 AM

Quote:

Originally Posted by jr_bob_dobbs (Post 6033827)
Here is my, erm, early desktop or non-x desktop. It's what I see on my system before running startx. The kernel is patched with the condecor patch and a modified initrd enables the console background picture during early boot time.

Is this Point Lookout?

Skaendo 09-07-2019 11:01 AM

Quote:

Originally Posted by jr_bob_dobbs (Post 6034173)
It was a PITA and complicated. Probably would need its own thread. For starters, one would need to be comfortable using the patch utility and with compiling ones own kernel. :o

I did some googling and only found a post on the Tiny Core forum about it, but I could not find the patch itself or any clear instructions on how to do it. Maybe my google-foo just isn't what it used to be because I can usually find just about anything. So even just the patch would help tremendously. Meanwhile, I'll go back to hammering the google.

BTW, Utilities and the kernel do not scare me, I have plenty of spare hardware to use. :D

Bindestreck 09-07-2019 12:18 PM

Quote:

Originally Posted by Skaendo (Post 6034251)
I did some googling and only found a post on the Tiny Core forum about it, but I could not find the patch itself or any clear instructions on how to do it. Maybe my google-foo just isn't what it used to be because I can usually find just about anything. So even just the patch would help tremendously. Meanwhile, I'll go back to hammering the google.

BTW, Utilities and the kernel do not scare me, I have plenty of spare hardware to use. :D

I think I found the patch, from that same forum: https://github.com/mjanusz/homepage/...cts/fbcondecor

Have fun!

Bindestreck 09-07-2019 12:23 PM

I think that fbcondecor is too old and will not work with newer kernels. However, there seems to be another one that should work with newer kernels: https://slackbuilds.org/repository/1...earch=Plymouth

Skaendo 09-07-2019 01:43 PM

Quote:

Originally Posted by Bindestreck (Post 6034276)
I think that fbcondecor is too old and will not work with newer kernels. However, there seems to be another one that should work with newer kernels: https://slackbuilds.org/repository/1...earch=Plymouth

Thanks! I will look into both.

jr_bob_dobbs 09-09-2019 08:57 AM

Brief summary. One: I went to gentoo for the kernel. Turns out that the e-build for the gentoo kernel is simply a fetch of the standard kernel source (exactly as is used by slackware) and the gentoo patch. Upon examination, the gentoo patch is actually several patches. I chose to ONLY use the fbcondecor patch, skipping the rest. The patch utility (already included in slackware, iirc) was used to patch the kernel source. Note. MUST match the specific gentoo patch to the version of the kernel.

After that, compiled the kernel, etc.

Two: again to the gentoo site for the package called splashutils. Compile that. Oh, and there are no themes as part of that package, will need to get those (gentoo packages, again, whose name i forget because I am an idiot, or at least forgetful).

That's the executive summary. LOTS of details left out. But at least you'll be using the right packages and not some random wrongversion found via google. There is considerable confusing between setting the console background and putting up just a picture with maybe a progress bar to hide all info text. This latter was not my intention! All I want is the picture behind the text.

Oh: and Plymouth is not splashutils and Plymouth possibly depends on that init system whose name we avoid mentioning. ;) Avoid Plymouth.

And now we've gone horribly off-topic from screen shots in this thread. :o

p.s. @solarfields Yes, that's my character in Fallout 3. Good eye. I love that game. :D

SCerovec 09-09-2019 03:19 PM

all we need now is a slackbuild for that ;)

Skaendo 09-09-2019 03:21 PM

Thanks jr_bob_dobbs!

Funny enough, I already found and grabbed splashutils from Gentoo. :D The info about using the Gentoo kernel is a big help, thanks for that.

And yes after investigating plymouth, it is not what I was looking for. Like you, all I really wanted was the image behind the text. But it is interesting. I think that it needs (or is much easier to use) grub. While I'm not against grub, LiLo is just easier and default.

Thanks again for the info!

Bindestreck 09-09-2019 03:31 PM

Quote:

Originally Posted by Skaendo (Post 6035022)
Thanks jr_bob_dobbs!

Funny enough, I already found and grabbed splashutils from Gentoo. :D The info about using the Gentoo kernel is a big help, thanks for that.

And yes after investigating plymouth, it is not what I was looking for. Like you, all I really wanted was the image behind the text. But it is interesting. I think that it needs (or is much easier to use) grub. While I'm not against grub, LiLo is just easier and default.

Thanks again for the info!

Could you give some kind of "How to" when you manage to do it? :D

Skaendo 09-09-2019 03:35 PM

Quote:

Originally Posted by Bindestreck (Post 6035026)
Could you give some kind of "How to" when you manage to do it? :D

I will see what I can do if I manage to figure it out. :D However, jr_bob_dobbs is the current authority on the subject and should get the credit.

I will probably open a new thread if I run into problems.

EDIT:
I also found this in my travels: https://wiki.gentoo.org/wiki/Fbsplash (which is where I found splashutils)


All times are GMT -5. The time now is 06:40 AM.