diff options
author | Ben Burwell <ben@benburwell.com> | 2015-11-14 14:25:23 -0500 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-11-14 14:25:23 -0500 |
commit | 8856c415d16ae558609b615873826816c6718f42 (patch) | |
tree | e7a3a83e7cf0fbb75da3fb1517046207917630b8 /_posts/2015-04-23-getting-login-to-work-ubuntu-15.04-nvidia.markdown | |
parent | ce236fec927e1ca7991588a374607e53172844e6 (diff) |
redesign
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. |