You are not logged in.

#1 2016-08-12 22:29:48

colinkeenan
Member
From: Kansas City, MO USA
Registered: 2013-06-13
Posts: 213
Website

[SOLVED] What happened to nvidia-settings?

Trying to follow examples in the wiki involving nvidia-settings leads to command not found errors. The pkgfile command says nvidia-settings is provided by nvidia-utils, which I have installed, but when listing the files pacman installed with the nvidia-utils package, nvidia-settings is not included.

 /home/colin %nvidia-settings
zsh: command not found: nvidia-settings
 /home/colin %pkgfile nvidia-settings
extra/nvidia-304xx-utils
extra/nvidia-340xx-utils
extra/nvidia-utils
 /home/colin %pacman -Ql nvidia-utils | grep nvidia-settings
 /home/colin %

So, what happened to nvidia-settings?

Last edited by colinkeenan (2016-08-12 23:19:43)

Offline

#2 2016-08-12 23:11:36

TheChickenMan
Member
From: United States
Registered: 2015-07-25
Posts: 354

Re: [SOLVED] What happened to nvidia-settings?

It's provided by nvidia-settings. The package was split back around Christmas.


If quantum mechanics hasn't profoundly shocked you, you haven't understood it yet.
Niels Bohr

Offline

#3 2016-08-12 23:18:13

colinkeenan
Member
From: Kansas City, MO USA
Registered: 2013-06-13
Posts: 213
Website

Re: [SOLVED] What happened to nvidia-settings?

Good, but why didn't pkgfile know that?

Offline

#4 2016-08-12 23:24:14

TheChickenMan
Member
From: United States
Registered: 2015-07-25
Posts: 354

Re: [SOLVED] What happened to nvidia-settings?

colinkeenan wrote:

Good, but why didn't pkgfile know that?

It does for me. Did you update the pkgfile cache?

# pkgfile -u;


If quantum mechanics hasn't profoundly shocked you, you haven't understood it yet.
Niels Bohr

Offline

#5 2016-08-12 23:27:03

colinkeenan
Member
From: Kansas City, MO USA
Registered: 2013-06-13
Posts: 213
Website

Re: [SOLVED] What happened to nvidia-settings?

Thanks. That solved it. If I ever knew about updating the pkgfile cache, I had forgotten all about it.

Offline

#6 2016-08-12 23:29:51

TheChickenMan
Member
From: United States
Registered: 2015-07-25
Posts: 354

Re: [SOLVED] What happened to nvidia-settings?

You might also be interested that the new version of pacman includes most of the pkgfile functionality now. Try this:
# pacman -Fyy && pacman -Fs nvidia-settings


If quantum mechanics hasn't profoundly shocked you, you haven't understood it yet.
Niels Bohr

Offline

#7 2016-08-12 23:42:27

colinkeenan
Member
From: Kansas City, MO USA
Registered: 2013-06-13
Posts: 213
Website

Re: [SOLVED] What happened to nvidia-settings?

I'll use that then. Since I update pretty much daily with sudo pacman -Syu, I shouldn't need to do sudo pacman -Fyy. I'll just do pacman -Fs ... without needing sudo or root. Using the same package databases that I update daily is better than trying to remember to update another one whenever I want to find the package that provides a particular file.

Offline

#8 2016-08-12 23:46:21

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,561

Re: [SOLVED] What happened to nvidia-settings?

The package files databases (updated with pacman -Fy) are different than the package databases you use with pacman -S.

Offline

#9 2016-08-12 23:48:05

colinkeenan
Member
From: Kansas City, MO USA
Registered: 2013-06-13
Posts: 213
Website

Re: [SOLVED] What happened to nvidia-settings?

Oh. Why can't they be the same? Seems like it would be simpler. So, I'll use your full suggested command then. Thanks.

Offline

#10 2016-08-12 23:50:56

colinkeenan
Member
From: Kansas City, MO USA
Registered: 2013-06-13
Posts: 213
Website

Re: [SOLVED] What happened to nvidia-settings?

alias filepkg='sudo pacman -Fyy && pacman -Fs'

Offline

Board footer

Powered by FluxBB