boot screen
Tofloor
poster avatar
alexandro_son_sea
deepin
2017-10-03 08:49
Author
the boot screen saver does not work ... after installing the proprietary drivers, instead of the screen saver the gray screen and 3 points ... looks very dirty. How to fix it?))
Reply Favorite View the author
All Replies
oscararg
deepin
2017-10-03 11:09
#1
sudo apt install hwinfo
Then search for the available resolutions of your desktop: sudo hwinfo --framebuffer

Select the resolution you want to have with logo and then: sudo gedit /etc/default/grub
Change GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” with GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=0000x000-24,mtrr=3,scroll=ywrap" (put the resolution where I wrote 0000x000)
Put the same resolution you selected to GRUB_GFXMODE= line.

Then open sudo gedit /etc/grub.d/00_header
Search for the line gfxmode=${GRUB_GFXMODE}
In a line under it add set gfxpayload=keep

Then: sudo gedit /etc/initramfs-tools/modules
Add this to the end of document: #uvesafb mode_option=0000x000-24 mtrr=3 scroll=ywrap (replace 0s with your resolution).

Go back to terminal:
echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash

To end type
sudo update-grub2 and sudo update-initramfs -u
Reply View the author
Comments
snowcley
2017-11-26 15:15
Obrigado OSCARARG <3
oscararg
deepin
2017-10-03 11:10
#2
Or, simply uninstall Plymouth and you'll have no logo and no boot up screen after grub or before login one.
Reply View the author
Gourji
deepin
2017-10-04 00:45
#3
Edited by Gourji at 2017-10-3 10:47

your answer find it here

https://bbs.deepin.org/post/144146#boot
Reply View the author