You are not logged in.
Pages: 1
Hey,
I've been using Arch for a while now, and it's the only distro I've found that doesn't seem to be suffering from the terrible NVidia freeze bug. This is a bug where if you have a 7-series Geforce card and a dual core CPU, the system randomly hard-locks. It only happens some times, on some setups, but I was suffering the same bug throughout several distros. I've been running arch for a few months now without that problem.
The only thing is, I'm afraid to update the system, lest it break my driver nirvana. I'm pretty sure installing a new kernel involves re-installation of the proprietary nVidia drivers. Also I'd like to not upgrade the drivers I have right now because they are working. But am I missing out by not upgrading the rest of the system because of this? Is tehre some easy way to omit the kernel package and the nvidia driver package from Pacman -Syu?
Offline
Run "man pacman.conf" and look for "IgnorePkg". That should solve your problem.
Offline
Sweet thanks, that's just what I was looking for.
Offline
You can also use 'pacman --ignore <package> <the rest of pacman commands'. Sometimes useful...
Offline
Pages: 1