Skip to content
New issue

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

nvidia-525 lib folder does not exists #130

Open
Flashwalker opened this issue Mar 29, 2023 · 2 comments
Open

nvidia-525 lib folder does not exists #130

Flashwalker opened this issue Mar 29, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@Flashwalker
Copy link

Flashwalker commented Mar 29, 2023

I have installed nvidia driver v.525: nvidia-driver-525 on Ubuntu and there is no such folder /usr/lib/nvidia-525
so i can't really figure out what i should specify for nvidia support for the deb build:

debuild -eLD_LIBRARY_PATH=/usr/lib/nvidia-XXX -b -uc -us

For now as a workaround i'm using checkinstall:

cargo build --release --features nvidia
PREFIX=/usr make && sudo checkinstall
@bvaisvil bvaisvil added the bug Something isn't working label Mar 30, 2023
@bvaisvil
Copy link
Owner

Thanks for reporting. Does the graphics support work after you build with the nvidia flag?

@Flashwalker
Copy link
Author

Thanks for reporting. Does the graphics support work after you build with the nvidia flag?

Looks like it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants