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
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
on that page https://github.com/clearlinux/clear-linux-documentation/blob/master/source/tutorials/nvidia.rst
that section
Create a systemd service unit to overwrite the |CL| provided :file:libGL.so.1 files with a symlink to the NVIDIA copies.has wrong path?
ExecStart=/usr/bin/ln -sfv /opt/nvidia/lib/libGL.so.1 /usr/lib/libGL.so.1but should be
/usr/lib64/libGL.so.1?