You're viewing a single thread.
pacman -S nvidia-dkms
Hollywood, here I come!
62 0 Reply14 0 ReplyPartial updates are not supported on Arch. You need to use
-Syu
.6 0 ReplyI think you're misunderstanding what a partial upgrade is.
A partial upgrade is where you update the database without then upgrading every package (calling
pacman -Sy
with theu
switch).pacman -S
, therefore, is not a partial upgrade, as the database is not updated with they
switch.See System maintenance#Partial upgrades are unsupported for more info.
6 0 Reply
I thought dkms was recommended only for alternative kernels, and that nvidia or nvidia-open is what’s recommended generally.
2 0 ReplyRecommended, yes, but I've had issues with the pre-compiled modules before, so I switched to
nvidia-dkms
to make sure the binaries are always freshly baked.2 0 Reply
Yeah, obviously, who wouldn’t know that
2 0 Reply