Recently I did a kernel upgrade to 2.6.35-28-generic-pae, and after a few days I noticed some weird flickering graphics in the upper left side of the screen.
Out of curiosity, I checked to see what NVIDIA driver version I was running, and it was 260.19.06, and I discovered that the latest driver from NVIDIA was 260.19.44.
Excellent, I'll update to the latest driver, and I'm sure that will solve the weird flickering graphics problem!
so I downloaded the file, and after logging out and starting a console login, I ran the command to install it.
Got an error saying it had a problem with the script, would try to install manually.
sure I thought, no problem!
Once I rebooted, got a command prompt. when I tried to start X, I got this error message
API mismatch: the NVIDIA kernel module has version 260.19.06, but this NVIDIA driver component has version 260.19.44
So what do i need to do to update the Nvidia kernel module?
tried this, but it didn't work,
thanks!
Note to self - when 11.04 comes out, quit trying to be so "bleeding edge" until I understand just what I'm doing.
Out of curiosity, I checked to see what NVIDIA driver version I was running, and it was 260.19.06, and I discovered that the latest driver from NVIDIA was 260.19.44.
Excellent, I'll update to the latest driver, and I'm sure that will solve the weird flickering graphics problem!
so I downloaded the file, and after logging out and starting a console login, I ran the command to install it.
Code:
sudo sh NVIDIA-Linux-x86-260.19.44.run
sure I thought, no problem!
Once I rebooted, got a command prompt. when I tried to start X, I got this error message
API mismatch: the NVIDIA kernel module has version 260.19.06, but this NVIDIA driver component has version 260.19.44
So what do i need to do to update the Nvidia kernel module?
tried this, but it didn't work,
Code:
sudo dpkg-reconfigure linux-image-2.6.35-28-generic-pae
Note to self - when 11.04 comes out, quit trying to be so "bleeding edge" until I understand just what I'm doing.
Comment