* [gentoo-user] Portage and ati-drivers
@ 2006-09-12 13:09 Colleen Beamer
2006-09-12 13:17 ` Bo Ørsted Andresen
0 siblings, 1 reply; 8+ messages in thread
From: Colleen Beamer @ 2006-09-12 13:09 UTC (permalink / raw
To: gentoo-user
Hi,
Why would portage want to install ati-drivers when it is not on my
system, not in my package.keywords file and not in my world file?
Regards,
Colleen
--
Registered Linux User #411143 with the Linux Counter, http://counter.li.org
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Portage and ati-drivers
2006-09-12 13:09 [gentoo-user] Portage and ati-drivers Colleen Beamer
@ 2006-09-12 13:17 ` Bo Ørsted Andresen
2006-09-12 13:41 ` Colleen Beamer
0 siblings, 1 reply; 8+ messages in thread
From: Bo Ørsted Andresen @ 2006-09-12 13:17 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 399 bytes --]
On Tuesday 12 September 2006 15:09, Colleen Beamer wrote:
> Why would portage want to install ati-drivers when it is not on my
> system, not in my package.keywords file and not in my world file?
Because VIDEO_CARDS in /etc/make.conf includes fglrx? If you are still
confused please post the output of:
# grep ^VIDEO_CARDS /etc/make.conf
# emerge --info | grep ^USE
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Portage and ati-drivers
2006-09-12 13:17 ` Bo Ørsted Andresen
@ 2006-09-12 13:41 ` Colleen Beamer
2006-09-12 13:57 ` Bo Ørsted Andresen
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Colleen Beamer @ 2006-09-12 13:41 UTC (permalink / raw
To: gentoo-user
Bo Ørsted Andresen wrote:
> On Tuesday 12 September 2006 15:09, Colleen Beamer wrote:
>> Why would portage want to install ati-drivers when it is not on my
>> system, not in my package.keywords file and not in my world file?
>
> Because VIDEO_CARDS in /etc/make.conf includes fglrx? If you are still
> confused please post the output of:
>
> # grep ^VIDEO_CARDS /etc/make.conf
Nope, not the reason either. :-) VIDEO_CARDS in make.conf set to
"radeon" only.
Regards,
Colleen
--
Registered Linux User #411143 with the Linux Counter, http://counter.li.org
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Portage and ati-drivers
2006-09-12 13:41 ` Colleen Beamer
@ 2006-09-12 13:57 ` Bo Ørsted Andresen
2006-09-12 14:06 ` Mark Knecht
2006-09-12 14:12 ` Alan McKinnon
2 siblings, 0 replies; 8+ messages in thread
From: Bo Ørsted Andresen @ 2006-09-12 13:57 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 725 bytes --]
On Tuesday 12 September 2006 15:41, Colleen Beamer wrote:
> Bo Ørsted Andresen wrote:
> > On Tuesday 12 September 2006 15:09, Colleen Beamer wrote:
> >> Why would portage want to install ati-drivers when it is not on my
> >> system, not in my package.keywords file and not in my world file?
> >
> > Because VIDEO_CARDS in /etc/make.conf includes fglrx? If you are still
> > confused please post the output of:
> >
> > # grep ^VIDEO_CARDS /etc/make.conf
>
> Nope, not the reason either. :-) VIDEO_CARDS in make.conf set to
> "radeon" only.
Hmm... how about:
# grep video_cards /etc/make.conf /etc/portage/package.use
? Otherwise emerge --tree is your friend to see what pulls it in.
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Portage and ati-drivers
2006-09-12 13:41 ` Colleen Beamer
2006-09-12 13:57 ` Bo Ørsted Andresen
@ 2006-09-12 14:06 ` Mark Knecht
2006-09-12 14:12 ` Alan McKinnon
2 siblings, 0 replies; 8+ messages in thread
From: Mark Knecht @ 2006-09-12 14:06 UTC (permalink / raw
To: gentoo-user
On 9/12/06, Colleen Beamer <colleen.beamer@gmail.com> wrote:
> Bo Ørsted Andresen wrote:
> > On Tuesday 12 September 2006 15:09, Colleen Beamer wrote:
> >> Why would portage want to install ati-drivers when it is not on my
> >> system, not in my package.keywords file and not in my world file?
> >
> > Because VIDEO_CARDS in /etc/make.conf includes fglrx? If you are still
> > confused please post the output of:
> >
> > # grep ^VIDEO_CARDS /etc/make.conf
>
> Nope, not the reason either. :-) VIDEO_CARDS in make.conf set to
> "radeon" only.
maybe
equery depends ati-drivers
? (Or some form of that command?)
- Mark
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Portage and ati-drivers
2006-09-12 13:41 ` Colleen Beamer
2006-09-12 13:57 ` Bo Ørsted Andresen
2006-09-12 14:06 ` Mark Knecht
@ 2006-09-12 14:12 ` Alan McKinnon
2006-09-12 14:30 ` Bo Ørsted Andresen
2006-09-12 17:51 ` Willie Wong
2 siblings, 2 replies; 8+ messages in thread
From: Alan McKinnon @ 2006-09-12 14:12 UTC (permalink / raw
To: gentoo-user
On Tuesday 12 September 2006 15:41, Colleen Beamer wrote:
> Bo Ørsted Andresen wrote:
> > On Tuesday 12 September 2006 15:09, Colleen Beamer wrote:
> >> Why would portage want to install ati-drivers when it is
> >> not on my system, not in my package.keywords file and not
> >> in my world file?
> >
> > Because VIDEO_CARDS in /etc/make.conf includes fglrx? If
> > you are still confused please post the output of:
> >
> > # grep ^VIDEO_CARDS /etc/make.conf
>
> Nope, not the reason either. :-) VIDEO_CARDS in make.conf
> set to "radeon" only.
Perhaps you have google-earth installed, or some other app that
requires hardware 3D. That's what happened to me:
gentoo ~ # equery depends ati-drivers
[ Searching for packages depending on ati-drivers... ]
x11-misc/googleearth-4_beta
x11-base/xorg-x11-7.0-r1
alan
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Portage and ati-drivers
2006-09-12 14:12 ` Alan McKinnon
@ 2006-09-12 14:30 ` Bo Ørsted Andresen
2006-09-12 17:51 ` Willie Wong
1 sibling, 0 replies; 8+ messages in thread
From: Bo Ørsted Andresen @ 2006-09-12 14:30 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1207 bytes --]
On Tuesday 12 September 2006 16:12, Alan McKinnon wrote:
> > Nope, not the reason either. :-) VIDEO_CARDS in make.conf
> > set to "radeon" only.
>
> Perhaps you have google-earth installed, or some other app that
> requires hardware 3D. That's what happened to me:
>
> gentoo ~ # equery depends ati-drivers
> [ Searching for packages depending on ati-drivers... ]
> x11-misc/googleearth-4_beta
> x11-base/xorg-x11-7.0-r1
Not really. xorg-x11 requires ati-drivers only if you have fglrx in
VIDEO_CARDS (or video_cards_fglrx in use flags) and googlearth has a
dependency (on amd64) on any of the following:
# cat /usr/portage/x11-misc/googleearth/googleearth-4_beta.ebuild
[...]
RDEPEND=[...]
[...]
|| (
>=app-emulation/emul-linux-x86-xlibs-7.0
>=media-video/nvidia-glx-1.0.6629-r3
x11-drivers/nvidia-drivers
x11-drivers/nvidia-legacy-drivers
>=x11-drivers/ati-drivers-8.8.25-r1 )
[...]
If *any* of those packages are installed the requirement is satisfied and it
won't pull in any others. If none are installed it will install the first on
the list (>=app-emulation/emul-linux-x86-xlibs-7.0). Hence it will never pull
ati-drivers in...
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Portage and ati-drivers
2006-09-12 14:12 ` Alan McKinnon
2006-09-12 14:30 ` Bo Ørsted Andresen
@ 2006-09-12 17:51 ` Willie Wong
1 sibling, 0 replies; 8+ messages in thread
From: Willie Wong @ 2006-09-12 17:51 UTC (permalink / raw
To: gentoo-user
On Tue, Sep 12, 2006 at 04:12:36PM +0200, Penguin Lover Alan McKinnon squawked:
> Perhaps you have google-earth installed, or some other app that
> requires hardware 3D. That's what happened to me:
>
GoogleEarth runs fine with the x11 radeon driver on my laptop, FWIW.
So I doubt this would be a cause.
W
--
If you buy the paperback version of Maxwell's _Treatise_, on the cover,
this diagram is drawn... worked out in the 1870's, without a pocket
calculator...
~Prof. Kirk T. McDonald, DeathEM, P-town PHY 304
Sortir en Pantoufles: up 18 days, 11:21
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-09-12 18:00 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-12 13:09 [gentoo-user] Portage and ati-drivers Colleen Beamer
2006-09-12 13:17 ` Bo Ørsted Andresen
2006-09-12 13:41 ` Colleen Beamer
2006-09-12 13:57 ` Bo Ørsted Andresen
2006-09-12 14:06 ` Mark Knecht
2006-09-12 14:12 ` Alan McKinnon
2006-09-12 14:30 ` Bo Ørsted Andresen
2006-09-12 17:51 ` Willie Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox