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:40:59
Message-Id: 562279DA.2030205@baums-on-web.de
In Reply to: Re: [gentoo-user] Porblems with nvidia-settings vs. nvidia-drivers: Up-/downgrade race condition by Heiko Baums
1 Am 17.10.2015 um 18:37 schrieb Heiko Baums:
2 > Am 17.10.2015 um 16:59 schrieb Meino.Cramer@×××.de:
3 >> The equery command found three more of those:
4 >> app-admin/conky-1.9.0-r3 (nvidia ? media-video/nvidia-settings)
5 >> sci-libs/vtk-6.1.0-r1 (video_cards_nvidia ? media-video/nvidia-settings)
6 >> sys-apps/hwloc-1.10.0-r2 (gl ? media-video/nvidia-settings)
7 >>
8 >> I fixed that via accorinding use-flag setting as you suggested but
9 >> unfortunately vtk is ignoring my manipulations:
10 >>
11 >> [I] sci-libs/vtk
12 >> 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"}
13 >> 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")
14 >> Homepage: http://www.vtk.org/
15 >> Description: The Visualization Toolkit
16 >>
17 >>
18 >> There is no 'nvidia-settings" use-flag with vtk.
19 >>
20 >> But nevertheless - it pulls it in:
21 >> [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"
22 >> [ebuild N ~] media-video/nvidia-settings-355.11::gentoo USE="-examples -gtk3" 0 KiB
23 >>
24 >>
25 >> Am I lost? ;)
26 >
27 > A bit. ;-)
28 >
29 > There is no USE flag "nvidia-settings". The USE flag is called
30 > "video_cards_nvidia" resp. VIDEO="nvidia". It's both the same. In
31 > make.conf you usually set VIDEO="nvidia", but you can also set or unset
32 > USE="video_cards_nvidia" in make.conf, package.use or wherever instead.
33 >
34 > VIDEO="nvidia" automatically sets USE="video_cards_nvidia" in the
35 > correspondent ebuilds.
36
37 Sorry, it's of course not VIDEO="nvidia" but VIDEO_CARDS="nvidia".