Is it a bad idea to install nVidia display drivers manually by downloading them from nvidia.com and installing it by hand...or should I use 'Pacman'? I read that I could mess up my system by manually installing packages and should always use Pacman. Thoughts / Suggestions? -Carlos -- Sent from my mobile device
On 03/09/2010 05:23 PM, Carlos Mennens wrote:
Is it a bad idea to install nVidia display drivers manually by downloading them from nvidia.com and installing it by hand...or should I use 'Pacman'? I read that I could mess up my system by manually installing packages and should always use Pacman.
Thoughts / Suggestions?
-Carlos
Don't you want to be assured that the version of nvidia on your machine *works* with the rest of the Arch packages you have installed? Don't you want to find out automatically when there's bug fixes or new versions of the nvidia drivers available? Or automatically get rebuilds of the driver when needed due to other packages that have been upgraded (such as the kernel)? In other words, I would think that you absolutely would *not* want to download and install the drivers manually. (I'm not even clear why you think it would be a good idea?) So yes, by all means: $ pacman -S nvidia nvidia-utils DR
On Tue, 9 Mar 2010 17:23:49 -0500 Carlos Mennens <carloswill@gmail.com> wrote:
Is it a bad idea to install nVidia display drivers manually by downloading them from nvidia.com and installing it by hand...or should I use 'Pacman'? I read that I could mess up my system by manually installing packages and should always use Pacman.
Thoughts / Suggestions?
-Carlos
More importantly, what is your reason for not using pacman?
On 03/09/2010 03:23 PM, Carlos Mennens wrote:
Is it a bad idea to install nVidia display drivers manually by downloading them from nvidia.com and installing it by hand...or should I use 'Pacman'? I read that I could mess up my system by manually installing packages and should always use Pacman.
Thoughts / Suggestions?
-Carlos
What's the point of having a package manager if you don't want to use it? On Arch, it's not like you'll be behind much anyway. The only reason the nvidia drivers aren't current isn't because the new drivers can literally melt your video card (something which the package's maintainer knew and you might not).
Am 09.03.2010 23:23, schrieb Carlos Mennens:
Is it a bad idea to install nVidia display drivers manually by downloading them from nvidia.com and installing it by hand...or should I use 'Pacman'? I read that I could mess up my system by manually installing packages and should always use Pacman.
Thoughts / Suggestions?
-Carlos
The nvidia installer is evil: It will replace files that belong to other packages (like xorg-server or libgl) with its own versions. On deinstallation, it will move files back I think. Combine that with upgrades of Arch packages and you get a chaos where nobody knows where your files come from. If you want a different or more recent version of the nvidia drivers, or a kernel module for a different kernel, modify the nvidia-utils and nvidia PKGBUILDs.
participants (5)
-
Brendan Long
-
Carlos Mennens
-
David Rosenstrauch
-
Thomas Bächler
-
Ty John