install nvidia driver

You have a problem with Salix? Post here and we'll do what we can to help.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: install nvidia driver

Post by mimosa »

Just follow the instructions exactly as you did before. You have probably missed something out. You did reinstall the bootloader and reboot, after the kernel upgrade, as per the instructions?
User avatar
globetrotterdk
Posts: 435
Joined: 26. Oct 2010, 13:57
Location: Denmark

Re: install nvidia driver

Post by globetrotterdk »

I followed the instructions exactly. So I rebooted, and ran through the whole procedure exactly as before. No visible changes were suggested in any of the feedback. Yet this time - success! Nvidia install scripts are notoriously finicky on .deb based systems, so why not Salix also? The only thing that I did different was the following:

Code: Select all

$ sudo init 3
has never exited cleanly on any of my Salix installs. I always have to use CTRL - C to end the process, regardless of whether 5 minutes or 20 minutes have gone by. This time I waited 30 minutes before I ended the shift to init 3 with a CTRL - C. Maybe that was what did the trick. Thanks again for all of your help mimosa!
Military justice is to justice what military music is to music. - Groucho Marx
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: install nvidia driver

Post by laprjns »

globetrotterdk wrote:I did different was the following:

Code: Select all

$ sudo init 3
has never exited cleanly on any of my Salix installs. I always have to use CTRL - C to end the process, regardless of whether 5 minutes or 20 minutes have gone by. This time I waited 30 minutes before I ended the shift to init 3 with a CTRL - C.
I usually just press the return key and it gets me back to the prompt.
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
User avatar
globetrotterdk
Posts: 435
Joined: 26. Oct 2010, 13:57
Location: Denmark

Re: install nvidia driver

Post by globetrotterdk »

Good to know. Thanks.
Military justice is to justice what military music is to music. - Groucho Marx
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: install nvidia driver

Post by mimosa »

Another way if you have trouble is to edit /etc/inittab, changing the first uncommented line from

Code: Select all

# Default runlevel. (Do not set to 0 or 6)
id:4:initdefault:
to

Code: Select all

# Default runlevel. (Do not set to 0 or 6)
id:3:initdefault:
and reboot. This means X will no longer be started automatically (instead you boot into runlevel 3, text only). When done, change it back.
User avatar
globetrotterdk
Posts: 435
Joined: 26. Oct 2010, 13:57
Location: Denmark

Re: install nvidia driver

Post by globetrotterdk »

Thanks. I accidentally uninstalled most of my system due to a problem with megasync that I was trying to sort out. Next time, I forgot to run "sudo eliloconfig", so when I finally got around to running the Nvidia script after I had changed /etc/inittab and rebooted, I can categorically say that at least on my system, editing /etc/inittab is the only reliable way to get around the problem with the Nvidia script complaining. If the problem with megasync comes up again, I'll post a separate thread. Hopefully, it won't be necessary.
Military justice is to justice what military music is to music. - Groucho Marx
Post Reply