You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for f in /opt/amdgpu/lib/x86_64-linux-gnu/dri/*_dri.so; do
ln -sb $f /usr/lib/dri
done
# Support I+A hybrid graphics
if [ -f /usr/lib/dri/i965_dri.so ] ; then # there also was && [ "/usr/lib/dri" != "/opt/amdgpu/lib/x86_64-linux-gnu/dri" ] , but this will always be true due to they compare two strings.