diff --git a/env.d/03opengl b/env.d/03opengl index b99c94e..d1b801b 100644 Binary files a/env.d/03opengl and b/env.d/03opengl differ diff --git a/ld.so.conf b/ld.so.conf index c6ffc14..fbebe61 100644 --- a/ld.so.conf +++ b/ld.so.conf @@ -12,6 +12,8 @@ include ld.so.conf.d/*.conf /usr/lib32/OpenCL/vendors/nvidia /usr/lib64/OpenCL/vendors/nvidia +/usr/lib32/opengl/xorg-x11/lib +/usr/lib64/opengl/xorg-x11/lib /usr/lib64/qca2 /usr/lib64/qt4 /usr/lib32/qt4 diff --git a/prelink.conf b/prelink.conf index c7253ec..ff64902 100644 --- a/prelink.conf +++ b/prelink.conf @@ -28,6 +28,8 @@ -h include ld.so.conf.d/*.conf/ -h /usr/lib32/OpenCL/vendors/nvidia/ -h /usr/lib64/OpenCL/vendors/nvidia/ +-h /usr/lib32/opengl/xorg-x11/lib/ +-h /usr/lib64/opengl/xorg-x11/lib/ -h /usr/lib64/qca2/ -h /usr/lib64/qt4/ -h /usr/lib32/qt4/ diff --git a/profile.csh b/profile.csh index 0958c3f..f26cdc1 100644 --- a/profile.csh +++ b/profile.csh @@ -13,6 +13,7 @@ setenv LANG 'de_DE.utf8' setenv LC_COLLATE 'C' setenv LC_MESSAGES 'en_US.utf8' setenv OPENCL_PROFILE 'nvidia' +setenv OPENGL_PROFILE 'xorg-x11' setenv GCC_SPECS '' setenv MULTIOSDIRS '../lib64:../lib32' setenv RUBYOPT '-rauto_gem' diff --git a/profile.env b/profile.env index ec4f4f8..1ae9966 100644 --- a/profile.env +++ b/profile.env @@ -13,6 +13,7 @@ export LANG='de_DE.utf8' export LC_COLLATE='C' export LC_MESSAGES='en_US.utf8' export OPENCL_PROFILE='nvidia' +export OPENGL_PROFILE='xorg-x11' export GCC_SPECS='' export MULTIOSDIRS='../lib64:../lib32' export RUBYOPT='-rauto_gem'