diff options
Diffstat (limited to 'app-emulation/steam/files')
-rwxr-xr-x | app-emulation/steam/files/kogaion-steam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/steam/files/kogaion-steam b/app-emulation/steam/files/kogaion-steam index 02e5f2a9..f83f5115 100755 --- a/app-emulation/steam/files/kogaion-steam +++ b/app-emulation/steam/files/kogaion-steam @@ -21,7 +21,7 @@ preload_some_system_libs () { # steam must be told where nvidia opengl libs live on gentoo systems # but this will break optimus, so check if we detect bbswitch in here # if we do, we do not preload nvidia opengl, as it will break steam - if [[ "$(lsmod|grep nvidia)" && "$(lsmod|grep bbswitch)" ]] ; then + if [[ "$(lsmod|grep bbswitch)" ]] ; then echo "" echo "nvidia optimus detected, we will not preload nvidia libs" echo "" |