Gentoo Archives: gentoo-user

From: Heiko Baums <lists@××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Porblems with nvidia-settings vs. nvidia-drivers: Up-/downgrade race condition
Date: Sat, 17 Oct 2015 16:37:40
Message-Id: 5622792F.5020202@baums-on-web.de
In Reply to: Re: [gentoo-user] Porblems with nvidia-settings vs. nvidia-drivers: Up-/downgrade race condition by Meino.Cramer@gmx.de
1 Am 17.10.2015 um 16:59 schrieb Meino.Cramer@×××.de:
2 > The equery command found three more of those:
3 > app-admin/conky-1.9.0-r3 (nvidia ? media-video/nvidia-settings)
4 > sci-libs/vtk-6.1.0-r1 (video_cards_nvidia ? media-video/nvidia-settings)
5 > sys-apps/hwloc-1.10.0-r2 (gl ? media-video/nvidia-settings)
6 >
7 > I fixed that via accorinding use-flag setting as you suggested but
8 > unfortunately vtk is ignoring my manipulations:
9 >
10 > [I] sci-libs/vtk
11 > Available versions: ~6.0.0^t (~)6.1.0^t 6.1.0-r1^t {R +X all-modules aqua boost cg doc examples ffmpeg gdal imaging java json kaapi mpi mysql odbc offscreen postgres python qt4 rendering smp tbb tcl test theora tk views web xdmf2 ELIBC="FreeBSD" PYTHON_TARGETS="python2_7" VIDEO_CARDS="nvidia"}
12 > Installed versions: 6.1.0-r1^t(05:31:39 06/13/15)(X rendering tcl tk -R -all-modules -aqua -boost -cg -doc -examples -ffmpeg -gdal -imaging -java -json -kaapi -mpi -mysql -odbc -offscreen -postgres -python -qt4 -smp -tbb -test -theora -views -web -xdmf2 ELIBC="-FreeBSD" PYTHON_TARGETS="python2_7" VIDEO_CARDS="nvidia")
13 > Homepage: http://www.vtk.org/
14 > Description: The Visualization Toolkit
15 >
16 >
17 > There is no 'nvidia-settings" use-flag with vtk.
18 >
19 > But nevertheless - it pulls it in:
20 > [nomerge ] sci-libs/vtk-6.1.0-r1::gentoo USE="X rendering tcl tk -R -all-modules (-aqua) -boost -cg -doc (-examples) -ffmpeg -gdal -imaging -java -json -kaapi -mpi -mysql -odbc -offscreen -postgres -python -qt4 -smp -tbb {-test} -theora -views -web -xdmf2" PYTHON_TARGETS="python2_7" VIDEO_CARDS="nvidia"
21 > [ebuild N ~] media-video/nvidia-settings-355.11::gentoo USE="-examples -gtk3" 0 KiB
22 >
23 >
24 > Am I lost? ;)
25
26 A bit. ;-)
27
28 There is no USE flag "nvidia-settings". The USE flag is called
29 "video_cards_nvidia" resp. VIDEO="nvidia". It's both the same. In
30 make.conf you usually set VIDEO="nvidia", but you can also set or unset
31 USE="video_cards_nvidia" in make.conf, package.use or wherever instead.
32
33 VIDEO="nvidia" automatically sets USE="video_cards_nvidia" in the
34 correspondent ebuilds.

Replies

Subject Author
Re: [gentoo-user] Porblems with nvidia-settings vs. nvidia-drivers: Up-/downgrade race condition Heiko Baums <lists@××××××××××××.de>