Page 1 of 1

NVIDIA and LM splash screen

Posted: Tue Dec 25, 2012 1:17 am
by aegeas
My PC is equipped with an NVIDIA GT-430, if I install any version of nvidia drivers I lose the original LM splash screen. Can anyone tell me how I can bring back the LM splash screen, after installing nvidia drivers?

Re: NVIDIA and LM splash screen

Posted: Tue Dec 25, 2012 1:25 am
by Orbmiser
I am using default open drivers with Ati 4350 on Linux Mint 14 Cinnamon. Live CD had splash but none after installing.
Asked about getting back splash with no responses. Good luck and hope someone chimes in with the how & why's.
.

Re: NVIDIA and LM splash screen

Posted: Fri Dec 28, 2012 12:16 am
by aegeas
Same here, open source or any version of Nvidia drivers result a lost splash screen, plus some black lines on browser's tabs and on terminal window. I hope I'll get an answer in reasonable time.

Re: NVIDIA and LM splash screen

Posted: Sun Mar 31, 2013 12:29 am
by typoknig
aegeas wrote:I hope I'll get an answer in reasonable time.
Apparently not :(

I also have the problem of the original splash screen missing when I install the Nvidia proprietary driver. That aside, the proprietary driver seems to have the fewest amount of quirks, though setting up three monitors with my two GTX 480's is proving problematic.

Re: NVIDIA and LM splash screen

Posted: Sun Mar 31, 2013 12:54 am
by catweazel
Yet I don't have this issue, either before or after installing nVidia's binary driver fron the command-line:

Code: Select all

$ sudo apt-get install nvidia-settings-experimental-310 nvidia-experimental-310

Re: NVIDIA and LM splash screen

Posted: Sat Apr 06, 2013 5:30 pm
by typoknig
catweazel wrote:Yet I don't have this issue, either before or after installing nVidia's binary driver fron the command-line:

Code: Select all

$ sudo apt-get install nvidia-settings-experimental-310 nvidia-experimental-310
Gave this a shot, but I still get the same result. Just to be clear too, the splash screen I'm talking about is the one that reads:

"Linux Mint from freedom came elegance."

I no longer see that splash screen. In its place I see large text that reads:

"Linux Mint 14"

... and under that text there are 5 dots that change color as to indicate progress like a progress bar.

Re: NVIDIA and LM splash screen

Posted: Tue May 21, 2013 3:03 pm
by palimmo
typoknig wrote:
catweazel wrote:Yet I don't have this issue, either before or after installing nVidia's binary driver fron the command-line:

Code: Select all

$ sudo apt-get install nvidia-settings-experimental-310 nvidia-experimental-310
Gave this a shot, but I still get the same result. Just to be clear too, the splash screen I'm talking about is the one that reads:

"Linux Mint from freedom came elegance."

I no longer see that splash screen. In its place I see large text that reads:

"Linux Mint 14"

... and under that text there are 5 dots that change color as to indicate progress like a progress bar.
Same situation here with Linux Mint 15 and Nvidia G105M... :(

Re: NVIDIA and LM splash screen

Posted: Wed May 22, 2013 3:43 am
by Vantskruv
Hi, I went yesterday from Linux Mint 14 64bit to Linux Mint 15 64bit using a NVIDIA GTX570M graphics board on my laptop.
For me also the ugly splash appears, but added to that it seems plymouth crashes, or nvidia drivers partially crashes. This happens randomly, and when it crashes, you may believe the whole system crashed. But if you wait a minute or so, the system will enter the graphichal login GUI. While waiting, I'm able to switch between text-output and the splash-dots-screen with the arrow-keys or any number on the numberpad....

For me the solution to get rid of the crashes is to add the line

Code: Select all

GRUB_GFX_PAYLOAD_LINUX=text
in /etc/default/grub, remembering to update grub after changes with this command:

Code: Select all

sudo update-grub
Though this will make boot ugly.

Anyone else have problems with Linux Mint 15 64bit and NVIDIA-drivers? Any good solutions?

Re: NVIDIA and LM splash screen

Posted: Wed May 22, 2013 5:18 pm
by Dave W.
Hello,

First off, I'm not sure that this will work. It is from #!, but it is worth a try. I have used it on my desktop that has a Nvidia card. I also recommend that you make a backup of your grub before trying it. Here is the link:

http://crunchbang.org/forums/viewtopic.php?id=10839

The instructions are all in the first post. It is pretty straight forward.

Good luck and I hope it works for you! :)

Dave

Re: NVIDIA and LM splash screen

Posted: Fri May 31, 2013 2:58 pm
by Ginsu543
Dave W. wrote:Hello,

First off, I'm not sure that this will work. It is from #!, but it is worth a try. I have used it on my desktop that has a Nvidia card. I also recommend that you make a backup of your grub before trying it. Here is the link:

http://crunchbang.org/forums/viewtopic.php?id=10839

The instructions are all in the first post. It is pretty straight forward.

Good luck and I hope it works for you! :)

Dave
This didn't work for me. Does anyone have another solution? It's not a huge deal, but it's the aesthetics that's bothering me. Otherwise, Mint 15 Cinnamon is working well and looking beautiful.

Re: NVIDIA and LM splash screen

Posted: Mon Jun 03, 2013 2:34 am
by Ginsu543
Dave W. wrote:Hello,

First off, I'm not sure that this will work. It is from #!, but it is worth a try. I have used it on my desktop that has a Nvidia card. I also recommend that you make a backup of your grub before trying it. Here is the link:

http://crunchbang.org/forums/viewtopic.php?id=10839

The instructions are all in the first post. It is pretty straight forward.

Good luck and I hope it works for you! :)

Dave
I finally found a solution to this problem. Instead of following the recommendation above (which didn't work for me), this is what I did. I added the following line:

Code: Select all

GRUB_GFXPAYLOAD_LINUX=1600x1200
to my /etc/default/grub file, under the line:

Code: Select all

GRUB_GFXMODE=1280x1024
Once I ran:

Code: Select all

sudo update-grub
and rebooted, I got my Plymouth splash screen working again.

Re: NVIDIA and LM splash screen

Posted: Mon Jun 24, 2013 3:41 pm
by rockadile
Ginsu543 wrote: I finally found a solution to this problem. Instead of following the recommendation above (which didn't work for me), this is what I did. I added the following line:

Code: Select all

GRUB_GFXPAYLOAD_LINUX=1600x1200
to my /etc/default/grub file, under the line:

Code: Select all

GRUB_GFXMODE=1280x1024
Once I ran:

Code: Select all

sudo update-grub
and rebooted, I got my Plymouth splash screen working again.
Setting GRUB_GFXPAYLOAD_LINUX and GRUB_GFXMODE to a resolution supported by my setup worked for me in Mint 15/Olivia.

Re: NVIDIA and LM splash screen

Posted: Tue Nov 05, 2013 9:04 am
by astromechwarrior2013
none of these worked for me, there is something else in the boot sequence after grub that is controlling the nvidia splash, and resizing it so it is way too big for the monitor...its almost twice as big and out of frame, and i would rather just get rid of that instead of see it every time, it also slows down the loading process...

Re: NVIDIA and LM splash screen

Posted: Tue Feb 11, 2014 7:25 pm
by adonis69
rockadile wrote:
Ginsu543 wrote: I finally found a solution to this problem. Instead of following the recommendation above (which didn't work for me), this is what I did. I added the following line:

Code: Select all

GRUB_GFXPAYLOAD_LINUX=1600x1200
to my /etc/default/grub file, under the line:

Code: Select all

GRUB_GFXMODE=1280x1024
Once I ran:

Code: Select all

sudo update-grub
and rebooted, I got my Plymouth splash screen working again.
Setting GRUB_GFXPAYLOAD_LINUX and GRUB_GFXMODE to a resolution supported by my setup worked for me in Mint 15/Olivia.

Very good !!!
Works like charm in Mint 16 Cinnamon.

I left GRUB_GFXMODE commented out and I added the GRUB_GFXPAYLOAD_LINUX with my specs and now the Mint icon is back, no more those big dotted letters saying Linux Mint 16.

:D :D

Re: NVIDIA and LM splash screen

Posted: Fri Feb 28, 2014 7:36 pm
by astromechwarrior2013
i updated my system to mint 16 and it has been correct from the beginning...will see if adding the second monitor to the system will screw it up again or not...but so far so good with just the single monitor...