WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Enhancement request to tc-config to support boot splash  (Read 10474 times)

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Enhancement request to tc-config to support boot splash
« Reply #15 on: December 22, 2012, 05:16:25 PM »
Remastering?
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline andyj

  • Hero Member
  • *****
  • Posts: 1022
Re: Enhancement request to tc-config to support boot splash
« Reply #16 on: January 03, 2013, 01:30:07 PM »
I've added a wiki entry in the Advanced section for Boot Splash. Right now it only covers the frame buffer splash. The Intel i915 DRM/KMS version and separate theme howto will be forthcoming. Please try. All feedback welcome (see Ecclesiastes 7:5). I don't have Radeon hardware so help is welcome here too.

Andy

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: Enhancement request to tc-config to support boot splash
« Reply #17 on: February 22, 2013, 07:30:01 AM »
First, I'm a newbie to Linux. I followed the wiki and got errors during "make install".

gcc: error: /usr/local/lib/libdrm_intel.so: No such file or directory
gcc: error: /usr/local/lib/libpciaccess.so: No such file or directory
gcc: error: /usr/local/lib/libdrm_radeon.so: No such file or directory
gcc: error: /usr/local/lib/libdrm.so: No such file or directory
gcc: error: /usr/local/lib/libkms.so: No such file or directory

I did however tried with your already built intird "plymouth-initrd.gz" and all worked. I would like to learn and compile it my self  so can you please help with those errors? Also, what about showing splash while shutting? Do you have any links to some documentation? Thaks for your time.


Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Enhancement request to tc-config to support boot splash
« Reply #18 on: February 22, 2013, 07:39:30 AM »
A "provides" search ( using Apps ) of the repo reveals that these are part of the Xorg extensions.

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: Enhancement request to tc-config to support boot splash
« Reply #19 on: February 22, 2013, 07:59:06 AM »
I have Xorg-7.6-lib & Xorg-7.6-dev installed. According to the wiki all decencies are listed and I would doubt that some are missing?

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: Enhancement request to tc-config to support boot splash
« Reply #20 on: February 22, 2013, 08:13:17 AM »
Well well ... I added Xorg-7.6.tcz and was able to compile with no errors , Thanks.
But the xorg extensions come split up like bin, dev,  lib,  font and the Xorg-7.6.tcz which I thought was all of them. I had the lib and dev installed so I was mission bin and font. Why would that change anything?

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Re: Enhancement request to tc-config to support boot splash
« Reply #21 on: February 22, 2013, 08:29:54 AM »
Hi mbertrand
Xorg-7.6-lib.tcz contains common library files used by many extensions.
Xorg-7.6-dev.tcz contains headers and static libraries for compiling and linking.
Xorg-7.6.tcz contains the libraries that gcc could not find.
Xorg-fonts.tcz, I doubt you needed that one.

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: Enhancement request to tc-config to support boot splash
« Reply #22 on: February 26, 2013, 09:02:22 AM »
I got plymouth working with the plymouth-inird.gz from wiki. This works well with transition to starting x. Of course I'm not clear as to what is going one.
I have two tests both require auto starting an app at boot. First test is an x app and the other is not.
Where is the best place to stop plymouth (close it /quit) where there would be less black screen prior to showing my app.
Also for none x apps where would be the best place to start it.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Enhancement request to tc-config to support boot splash
« Reply #23 on: February 26, 2013, 09:21:22 AM »
Start your X apps from a script in .X.d
Refer to .xsession to see how they are started.

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: Enhancement request to tc-config to support boot splash
« Reply #24 on: February 26, 2013, 09:58:07 AM »
Yes I know but what about i I'm not using x were to start my none x application.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Enhancement request to tc-config to support boot splash
« Reply #25 on: February 26, 2013, 10:33:42 AM »
Please do not post the same questions in two threads.
http://forum.tinycorelinux.net/index.php/topic,14950.msg85258/topicseen.html
It confuses people and wastes resources.