We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.1
but should be /usr/lib64/libGL.so.1?
/usr/lib64/libGL.so.1
The text was updated successfully, but these errors were encountered:
Welcome to Clear Linux* OS Docs. Thanks for submitting your first issue.
Sorry, something went wrong.
No branches or pull requests
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.1
but should be
/usr/lib64/libGL.so.1
?The text was updated successfully, but these errors were encountered: