Bumblebee mit LD_LIBRARY_PATH und ModulePath leer

Bumblebee mit LD_LIBRARY_PATH und ModulePath leer

Ich kämpfe schon seit einiger Zeit mit diesem Problem. Ich habe gerade mein xubuntu auf 16.04 aktualisiert und meine Nvidia-Treiber sind wieder kaputt. Also musste ich wie üblich alle Nvidia-Treiber (ich habe Nvidia-352-Updates verwendet) zusammen mit Bumblebee deinstallieren. Also habe ich es getan und dann den gleichen Vorgang noch einmal durchgeführt (kleine Anmerkung hier: Ich verwende jetzt Nvidia-361-Updates):

sudo apt-get install nvidia-361-updates -y && sudo apt-get install bumblebee

Ok, alles war vorbereitet und ich ging zum /etc/bumblebee/bumblebee.confLD_LIBRARY_PATHauf den Eintrag im richtigen Nvidia-Ordner verweisen XorgModulePath, in meinem Fall ist das nvidia-361. Danach habe ich den Computer einfach neu gestartet und versucht, Folgendes auszuführen:

optirun glxinfo

Und ich bekam die Antwort:

[ranu@ranu-laptop ~]$ optirun glxinfo [ 515.027004] [ERROR]Cannot access secondary GPU, secondary X is not active. [ 515.027105] [ERROR]Aborting because fallback start is disabled.

Ich war erstaunt und habe dann eine ausführlichere Version ausgeführt ( optirun -vv -debug glxinfo):

[ 334.856357] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf [ 334.856840] [INFO]Configured driver: nvidia-361 [ 334.857253] [DEBUG]optirun version 3.2.1 starting... [ 334.857290] [DEBUG]Active configuration: [ 334.857298] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf [ 334.857305] [DEBUG] X display: ebug [ 334.857311] [DEBUG] LD_LIBRARY_PATH: [ 334.857319] [DEBUG] Socket path: /var/run/bumblebee.socket [ 334.857326] [DEBUG] Accel/display bridge: auto [ 334.857341] [DEBUG] VGL Compression: proxy [ 334.857380] [DEBUG] VGLrun extra options: [ 334.857400] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus [ 334.870268] [DEBUG]Using auto-detected bridge virtualgl [ 337.882765] [INFO]Response: No, secondary X is not active. [ 337.882803] [ERROR]Cannot access secondary GPU, secondary X is not active. [ 337.882817] [DEBUG]Socket closed. [ 337.882869] [ERROR]Aborting because fallback start is disabled. [ 337.882887] [DEBUG]Killing all remaining processes.

Merkwürdig, LD_LIBRARY_PATHist leer, obwohl es mit Informationen gefüllt ist /etc/bumblebee/bumblebee.conf. Also habe ich Folgendes ausgeführt:

bumblebeed -vv -debug

Und erhielt die Ausgabe:

[ 782.329141] [DEBUG]Found card: 01:00.0 (discrete) [ 782.329201] [DEBUG]Found card: 00:02.0 (integrated) [ 782.329236] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf [ 782.329655] [INFO]Configured driver: nvidia-361 [ 782.329684] [DEBUG]Skipping auto-detection, using configured driver 'nvidia-361' [ 782.329850] [DEBUG]successfully loaded bbswitch [ 782.329866] [INFO]Switching method 'bbswitch' is available and will be used. [ 782.329879] [DEBUG]Active configuration: [ 782.329899] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf [ 782.329919] [DEBUG] X display: ebug [ 782.329938] [DEBUG] LD_LIBRARY_PATH: [ 782.329957] [DEBUG] Socket path: /var/run/bumblebee.socket [ 782.329977] [DEBUG] pidfile: /var/run/bumblebeed.pid [ 782.329995] [DEBUG] xorg.conf file: /etc/bumblebee/xorg.conf.DRIVER [ 782.330017] [DEBUG] xorg.conf.d dir: /etc/bumblebee/xorg.conf.d [ 782.330043] [DEBUG] ModulePath: [ 782.330063] [DEBUG] GID name: bumblebee [ 782.330084] [DEBUG] Power method: auto [ 782.330104] [DEBUG] Stop X on exit: 1 [ 782.330123] [DEBUG] Driver: nvidia-361 [ 782.330142] [DEBUG] Driver module: nvidia-361 [ 782.330163] [DEBUG] Card shutdown state: 1 [ 782.330418] [DEBUG]Process /sbin/modprobe started, PID 3094. [ 782.330566] [DEBUG]Hiding stderr for execution of /sbin/modprobe [ 782.333919] [DEBUG]SIGCHILD received, but wait failed with No child processes [ 782.333969] [DEBUG]Configuration test passed. [ 782.334023] [ERROR]Cannot open or write pidfile /var/run/bumblebeed.pid.

Ok, das ist noch seltsamer. Der Konfigurationstest wurde bestanden, ModulePathist aber ebenfalls leer, und ich weiß nicht, warum. Darüber hinaus kann die PID-Datei nicht geschrieben werden. Berechtigungsproblem?

Antwort1

Es sieht so aus, als ob der DriverEintrag in der Bumblebee-Konfigurationsdatei nvidiaund nicht lauten sollte nvidia-361, obwohl Bumblebee sagt, dass der Konfigurationstest bestanden wurde, wie zuvor gesehen:

[ 782.333969] [DEBUG]Configuration test passed.

verwandte Informationen