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

2022-01-08 Thread Sébastien Marque
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' &&

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

2020-12-07 Thread Sébastien MARQUE
Package: bumblebee Version: 3.2.1-26~bpo10+1 Followup-For: Bug #963980 Dear Maintainer, everything was working as a charm, until few days ago. I can't find what has changed but only the following packages has been updated between the last time primusrun worked out of the

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

2020-09-04 Thread Vincas Dargis
In https://wiki.debian.org/Bumblebee#Debian_10_and_older I've found this hint: ``` [ERROR]Cannot access secondary GPU - error: [XORG] (EE) No devices detected You may have to set the BusID manually, in /etc/bumblebee/xorg.conf.nvidia. To get the BusID, run lspci | egrep 'VGA|3D' in a terminal.

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

2020-09-04 Thread Vincas Dargis
from `/var/log/Xorg.8.log` [ 2486.434] (II) NVIDIA dlloader X Driver 450.66 Wed Aug 12 19:44:12 UTC 2020 [ 2486.434] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 2486.435] (EE) No devices detected. [ 2486.435] (EE) Fatal server error: [ 2486.435] (EE) no screens found(EE) [

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

2020-09-02 Thread Vincas Dargis
Sadly, purge & reinstall did not help this time...

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

2020-09-02 Thread Vincas Dargis
OK so it looks like after 2020-09-01 updates that had lot's of NVIDIA stuff, same error reproduces again: ``` $ pvkrun vkcube primus: fatal: Bumblebee daemon reported: error: [XORG] (EE) Unable to locate/open config directory: "/etc/bumblebee/xorg.conf.d" ``` ``` $ optirun glxgears [

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

2020-07-02 Thread Vincas Dargis
Thanks for this "solution". You probably can't tell what changed (likely in /etc) after purge+reinstall? Sadly, no. I could have taken copy if /etc, just haven't thought of it, sorry. All I see is that `/etc/bumblebee/xorg.conf.d/` is still empty as it where, can't comment any more.

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

2020-07-01 Thread Andreas Beckmann
Control: tag -1 moreinfo unreproducible On 7/1/20 8:15 PM, Vincas Dargis wrote: And after reinstalling driver and all other bumbleblee-related packages, it started to work again. Thanks for this "solution". You probably can't tell what changed (likely in /etc) after purge+reinstall? Anyway,

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

2020-07-01 Thread Vincas Dargis
I just this: sudo apt purge --autoremove nvidia* sudo apt install nvidia-driver bumblebee-nvidia primus-nvidia primus-vk-nvidia And after reinstalling driver and all other bumbleblee-related packages, it started to work again.

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

2020-06-30 Thread Vincas Dargis
$ sudo strace -efile -f -p $(pgrep bumblebeed) 2>&1 | fgrep /etc/bumblebee [pid 7068] execve("/usr/lib/xorg/Xorg", ["/usr/lib/xorg/Xorg", ":8", "-config", "/etc/bumblebee/xorg.conf.nouveau", "-configdir", "/etc/bumblebee/xorg.conf.d", "-sharevts", "-nolisten", "tcp", "-noreset", "-verbose",

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

2020-06-29 Thread Vincas Dargis
In bumblebee changelog I see: * Simplify rules and use bumblebee.install etc. for installation. * Remove obsolete conffile /etc/bumblebee/xorg.conf.d/10-dummy.conf. Could these introduce some sort of regression in my case?

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

2020-06-29 Thread Vincas Dargis
Package: bumblebee-nvidia Version: 3.2.1-23 Severity: important Dear Maintainer, After some updates I cannot use primusrun/optirun/pvkrun on my Sid: ``` $ primusrun glxgears primus: fatal: Bumblebee daemon reported: error: [XORG] (EE) Unable to locate/open config directory: