diff options
author | Ben Burwell <ben@benburwell.com> | 2015-11-14 14:38:28 -0500 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-11-14 14:38:28 -0500 |
commit | 0d9ce29b25327f8b31040a7d945121ceaef6dc0d (patch) | |
tree | c4dfa0ab427ddd0c97c8c398a07670d820e6474f /_posts/2015-04-23-getting-login-to-work-ubuntu-15.04-nvidia.markdown | |
parent | ce236fec927e1ca7991588a374607e53172844e6 (diff) | |
parent | f20aae71dca254e6818632821fb19617985e1cf5 (diff) |
Merge pull request #8 from benburwell/redesign
Site redesign (again)
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. |