LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Plymouth boot splash isn't working (https://www.linuxquestions.org/questions/linux-from-scratch-13/plymouth-boot-splash-isnt-working-4175448653/)

McZ 02-05-2013 02:57 AM

Plymouth boot splash isn't working
 
I just tried to install Plymouth splash screen, to see how it works. But it doesn't.

I do have KMS up an running, I think. Running a Core i5 with IGPU HD4000 and the auto modeswitch setting in the kernel do change my console resolution, altough I dont know what resolution I get.

Booting with nomodeset does nothing, except destroying my ability to quit Xorg because my console isn't resetting when I quit X.

Anyway, testing with
Code:

plymouthd; plymouth --show-splash; for ((i=0; i<5; i++)); do plymouth --update=test$i; sleep 1; done; plymouth quit
will switch to VT 1 for 5 seconds then back, but it only shows the text that already is on VT 1 no graphical splash. And yes I have tested setting different themes.

John VV 02-06-2013 10:22 PM

Quote:

I just tried to install Plymouth splash screen, to see how it works. But it doesn't.
What operating system is this ?

some distros use Plymouth by default .

Plymouth needs the nouveau open driver
the nvidia proprietary driver will not work

same goes for the AMD driver the open driver is needed


All times are GMT -5. The time now is 05:38 AM.