On 04/26/2017 03:11 PM, Ian Zimmerman wrote:
On 2017-04-26 12:26, Fernando Rodriguez wrote:

My USE_FLAGS (make.conf) are:

USE="nvidia X lua sdl mp3 flac jack alsa gtk cairo sndfile
qt3support kpathsea gif tga jpeg png jpeg2k mad dvb dvdr encode lzo
bzip2 ogg sox v4l v4l2 vorbis x264 x265 zsh-completion -hal -lirc"

I would start by enabling opengl globally. Then look at the dependency
graph for the packages that you want to accelerate (especially the
toolkits and the whole x11 stack) and if any of them have egl or gles
and not opengl then enable it. You can't enable them all on make.conf
because sometimes they conflict.

Is this advice not in contradiction with itself?  Or what do you mean by
"enabling opengl globally" other than setting a USE flag in make.conf?


No. I meant you can't enable them *all* globally, meaning opengl, gles, egl, etc. It's kind of the same situation as with GUI toolkits, you can't enable them all globally because some packages support more than one that you have to choose at compile time.

--

Fernando Rodriguez

Reply via email to