Q:I just installed propietary nvidia drivers, after that the glowing “e” plymouth theme was gone, only text and some ugly graphics appears. The version of nvidia drivers is 304. I try reinstalling the plymouth theme but it don’t work.
- sudo apt-get install v86d hwinfo
- sudo hwinfo --framebuffer
- Choose highest resolution
- sudo gedit /etc/default/grub
- Change line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to look like this GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap"
- Uncomment and change line GRUB_GFXMODE=1280x1024-24
- sudo gedit /etc/initramfs-tools/modules
- At end of file add line uvesafb mode_option=1280x1024-24 mtrr=3 scroll=ywrap
- echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
- sudo update-grub
- sudo update-initramfs -u
- Restart computer.
Catch it from the websit following: