This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) 2010 Wilker Lúcio <[email protected]> | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software | |
# distributed under the License is distributed on an "AS IS" BASIS, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Segui o http://localtechrepair.blogspot.com/2011/05/ubuntu-1104-crash-after-upgrade-or.html, mas tive que baixar o source, então foi isso que fiz: | |
Entra com o antigo na tela inicial (versões anteriores...) pra baixar o driver, http://www.nvidia.com/Download/Find.aspx?lang=en-us, aqui vc escolhe o driver pra baixar. Guarda no home, pra ficar mais fácil depois. | |
Reinicia e entra como modo de segurança (da versão nova mesmo), resume boot, faz login, aí digita esses comandos: | |
sudo su | |
apt-get purge nvidia-* | |
vim /etc/modprobe.d/nvidia-graphics-drivers.conf #aqui pode ser outro editor de texto, é so pra alterar o arquivo. | |
Adiciona essas linhas no arquivo, salva e sai: |