diff options
Diffstat (limited to '_posts/2015-04-23-getting-login-to-work-ubuntu-15.04-nvidia.markdown')
-rw-r--r-- | _posts/2015-04-23-getting-login-to-work-ubuntu-15.04-nvidia.markdown | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/_posts/2015-04-23-getting-login-to-work-ubuntu-15.04-nvidia.markdown b/_posts/2015-04-23-getting-login-to-work-ubuntu-15.04-nvidia.markdown index a0bd1cd..757abb9 100644 --- a/_posts/2015-04-23-getting-login-to-work-ubuntu-15.04-nvidia.markdown +++ b/_posts/2015-04-23-getting-login-to-work-ubuntu-15.04-nvidia.markdown @@ -15,6 +15,11 @@ By entering <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>F3</kbd>, I was able to drop In the same shell, I ran: -{% gist 7efcf98bd1d76170c19e %} +{% highlight shell %} +wget http://us.download.nvidia.com/XFree86/Linux-x86_64/349.16/NVIDIA-Linux-x86_64-349.16.run +chmod u+x NVIDIA-Linux-x86_64-349.16.run +sudo service lightdm stop +sudo ./NVIDIA-Linux-x86_64-349.16.run +{% endhighlight %} After that, restarting my computer cleared up the issue. |