It's very strange. How can I force plymouth shown in the 1024x768 resolution at shut-down because it looks like in my case the plymouth at shut-down uses some unknown resolution or frame buffer which is different from boot-up's and can not be recognized by the LCD? Please help!
I use Nvidia driver 346 and I have followed the instruction of this link How to fix splash screen in all Ubuntu releases! Bui I've only managed to show the boot splash screen but not the shut-down's as you can see in this video. https://www.youtube.com/embed/nD9OVbnp28g
I guess it's probably due to that there is no D-sub socket on the video card and I have to use the HDVI to D-sub adaptor which made Ubuntu unable to detect it. Please help me with the issue. Thanks in advance. This is what I did:
sudo apt-get install v86d
sudo gedit /etc/default/grub
GRUB_GFXMODE=1024x768x32
GRUB_GFXPAYLOAD_LINUX=keep
echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
sudo update-initramfs -u
sudo update-grub2
There is boot-up splash screen, but no shut-down splash. How can I make shut-down splash work? My OS Ubuntu 14.04 64 bit, Motherboard Gigabyte G1-sniper H6 CPU intel® Core™ i7-4790 CPU @ 3.60GHz × 8 , Video Card Nvidia GeForce GTX 750 Ti/PCIe/SSE2 Without D-sub , So I use DVI to D-sub adaptor, Display LG E2242C LCD with ony D-sub socket ps: My grub
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xe fefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
#Fix nvidia splash screen
#GRUB_GFXMODE=640x480
GRUB_GFXMODE=1024x768x32
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"