Re: Cannot login after upgrading with NVIDIA driver enabled
I don't know if the 173 driver is still in the repositories.
I would go a little different way. Try installing the x-swat repository:
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install --reinstall nvidia-current
This will install the latest nvidia driver already set up for k/ubuntu.
Actually, you should probably do an sudo apt-get dist-upgrade before the nvidia-current, but that is going to download and update a lot of stuff. It would be the best way to insure you're on the right kernel, though. If you are doing a fresh install, might as well do it right.
I don't follow you about the nvidia-common. I was under the impression that the live cd installed nouveau by default. Maybe not, but if it did, that would explain why installing nvidia-common broke the video. Check you /var/log/Xorg.0.log file, that will tell you whether it's trying to load nvidia, nouveau, or both, the latter case guaranteeing a video crash.
I don't know if the 173 driver is still in the repositories.
I would go a little different way. Try installing the x-swat repository:
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install --reinstall nvidia-current
This will install the latest nvidia driver already set up for k/ubuntu.
Actually, you should probably do an sudo apt-get dist-upgrade before the nvidia-current, but that is going to download and update a lot of stuff. It would be the best way to insure you're on the right kernel, though. If you are doing a fresh install, might as well do it right.
I don't follow you about the nvidia-common. I was under the impression that the live cd installed nouveau by default. Maybe not, but if it did, that would explain why installing nvidia-common broke the video. Check you /var/log/Xorg.0.log file, that will tell you whether it's trying to load nvidia, nouveau, or both, the latter case guaranteeing a video crash.
Comment