nvidia-525 lib folder does not exists
Flashwalker opened this issue · 2 comments
Flashwalker commented
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 commented
Thanks for reporting. Does the graphics support work after you build with the nvidia flag?
Flashwalker commented
Thanks for reporting. Does the graphics support work after you build with the nvidia flag?
Looks like it works