If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
The only obvious difference in the outputs from the two laptops is that the working-fine-one contains an additional nvidia-current-updates subdirectory. If I were troubleshooting this, my next step would be to pipe the output of
Code:
dpkg --list
from each laptop into separate files and then run a diff.
I also took a quick look at the output of
Code:
apt-file list nvidia-current
and noticed that nvidia-current is only at 280.13 while nvidia-current-updates is at 295.20. Yet you're showing 295.33 on both. Are you using a PPA for drivers?
Comment