Bug#963980: bumblebee-nvidia: Bumblebee daemon reported: error: [XORG] (EE) Unable to locate/open config directory

Sébastien Marque debian at seb.lautre.net
Sat Jan 8 17:51:05 GMT 2022


Hello,

Nice to see the hack could help someone.

BTW I "improved" the ugly hack this way:

 (
 path=/proc/driver/nvidia
 if ! test -e $path; then
 IFS=':' read -a radio <<< $(LANG=C nmcli -t radio)
 nmcli radio wifi off
 while ! test -e $path; do
 continue
 done
 test ${radio[1]} = 'enabled' && nmcli radio wifi on
 fi
)&

And it resides now on /usr/local/bin/primusrun (https://seb.lautre.net/git/seb/scripts/blob/master/primusrun (https://seb.lautre.net/git/seb/scripts/blob/master/primusrun))

Best regards,

Seb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nvidia-devel/attachments/20220108/41871199/attachment.htm>


More information about the pkg-nvidia-devel mailing list