Re: Aghh. Intrepid crashing on start up. Emergency Help Please
Hmmm -- OK, yes, this looks like progress.
Since we are trying to use EnvyNG, you need to ignore the "Restricted Driver Available" messages, and also you need to stay far away from System Settings>Display.
So, at the command prompt that comes up after the "unable to launch failsafe x session", go ahead and log in. To make certain that KDM is not try to run, issue
Then when you have the prompt again, issue
Choose #1 "install the driver". This time, when it tells you to reboot, DON'T. Just exit the EnvyNG program, which will take you back to the command prompt. At the command prompt, again issue
Take note of whether it again appears to generate an error during this process.
Then do a shutdown restart by issuing:
and let's see how you fare.
Hmmm -- OK, yes, this looks like progress.
Since we are trying to use EnvyNG, you need to ignore the "Restricted Driver Available" messages, and also you need to stay far away from System Settings>Display.
So, at the command prompt that comes up after the "unable to launch failsafe x session", go ahead and log in. To make certain that KDM is not try to run, issue
Code:
sudo /etc/init.d/kdm stop
Code:
sudo envyng -t
Code:
sudo nvidia-xconfig --add-argb-glx-visuals --composite
Then do a shutdown restart by issuing:
Code:
sudo shutdown -r now
Comment