-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 28/03/14 12:04, James wrote:
> So I must make modification so the ati-drivers is not called by 
> xorg-drivers. The desktop is simple X with LXDE and openbox; so why is 
> ati-drivers being called by xorg-drivers? Because I have this set up in 
> make.conf (?):
> 
> VIDEO_CARDS="radeon fbdev fglrx vesa"
> 
> Which should be VIDEO_CARDS="fbdev fglrx vesa"

Yes, VIDEO_CARDS is a USE-Expand variable - each item in VIDEO_CARDS is
expanded to an equivalent use flag of "video_cards_<flag>", meaning
VIDEO_CARDS="radeon fbdev fglrx vesa" expands into:

video_cards_radeon
video_cards_fbdev
video_cards_fglrx
video_cards_vesa

These use flags then tell xorg-drivers to pull in the relevant packages.

Remove fglrx from your VIDEO_CARDS, do a world-update and depclean (and make
sure you check ``eselect opengl`` is set to "xorg-x11") and see how that goes.

Cheers.
- --
wraeth
GnuPG Fingerprint:
D1FF 129E 77EF FD1F CEA4
F384 1989 6A1D E411 864C
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iF4EAREIAAYFAlM0zgAACgkQGYlqHeQRhkwqewD8Dm1OEy0CmazxYRRjwqYrWava
kYbDYFreOr7JiuFLgkMA/3l10U8aqswhJF5sJJ7QpwRs/Y7M01FadKsORja1pafK
=qSs4
-----END PGP SIGNATURE-----

Reply via email to